#include <gdiimpl.hxx>
|
| static std::unique_ptr< CompatibleDC > | create (SalGraphics &rGraphics, int x, int y, int width, int height) |
| |
| | CompatibleDC (SalGraphics &rGraphics, int x, int y, int width, int height, bool disable=true) |
| |
| HDC | mhCompatibleDC |
| | The compatible DC that we create for our purposes. More...
|
| |
| HBITMAP | mhBitmap |
| | DIBSection that we use for the GDI drawing, and later obtain. More...
|
| |
| HBITMAP | mhOrigBitmap |
| | Return the previous bitmap to undo the SelectObject. More...
|
| |
| sal_uInt32 * | mpData |
| | DIBSection data. More...
|
| |
| SalTwoRect | maRects |
| | Mapping between the GDI position and OpenGL, to use for OpenGL drawing. More...
|
| |
| WinSalGraphicsImplBase * | mpImpl |
| | The SalGraphicsImpl where we will draw. If null, we ignore the drawing, it means it happened directly to the DC... More...
|
| |
Definition at line 33 of file win/gdiimpl.hxx.
◆ SkiaCompatibleDC()
◆ getAsImageDiff()
| sk_sp< SkImage > SkiaCompatibleDC::getAsImageDiff |
( |
const SkiaCompatibleDC & |
white | ) |
const |
The documentation for this class was generated from the following file: