HomeSort by relevance Sort by last modified time
    Searched defs:Graphics (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgraphics.h 4 * GDI+ Graphics class
33 class Graphics: public GdiplusBase
43 static Graphics* FromHDC(HDC hdc)
45 return new Graphics(hdc);
47 static Graphics* FromHDC(HDC hdc, HANDLE hdevice)
49 return new Graphics(hdc, hdevice);
51 static Graphics* FromHWND(HWND hwnd, BOOL icm = FALSE)
53 return new Graphics(hwnd, icm);
55 static Graphics* FromImage(Image *image)
57 return new Graphics(image)
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusGraphics.h 11 * Declarations for Graphics class
19 * Represent a graphics context
21 class Graphics : public GdiplusBase
34 // Get a graphics context from an existing Win32 HDC or HWND
35 static Graphics* FromHDC(IN HDC hdc)
37 return new Graphics(hdc);
40 static Graphics* FromHDC(IN HDC hdc,
43 return new Graphics(hdc, hdevice);
46 static Graphics* FromHWND(IN HWND hwnd,
49 return new Graphics(hwnd, icm);
59 GpGraphics *graphics = NULL; local
69 GpGraphics *graphics = NULL; local
79 GpGraphics *graphics = NULL; local
95 GpGraphics *graphics = NULL; local
    [all...]

Completed in 37 milliseconds