HomeSort by relevance Sort by last modified time
    Searched defs:nativeGraphics (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 64 Graphics(Image *image): nativeGraphics(NULL), lastStatus(Ok)
68 &nativeGraphics);
70 Graphics(HDC hdc): nativeGraphics(NULL), lastStatus(Ok)
73 hdc, &nativeGraphics);
75 Graphics(HDC hdc, HANDLE hdevice): nativeGraphics(NULL), lastStatus(Ok)
78 hdc, hdevice, &nativeGraphics);
81 nativeGraphics(NULL), lastStatus(Ok)
85 hwnd, &nativeGraphics);
88 hwnd, &nativeGraphics);
93 DllExports::GdipDeleteGraphics(nativeGraphics);
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusGraphics.h 107 DllExports::GdipDeleteGraphics(nativeGraphics);
112 DllExports::GdipFlush(nativeGraphics, intention);
124 SetStatus(DllExports::GdipGetDC(nativeGraphics, &hdc));
131 SetStatus(DllExports::GdipReleaseDC(nativeGraphics, hdc));
142 nativeGraphics, x, y
151 nativeGraphics, x, y
158 return SetStatus(DllExports::GdipSetCompositingMode(nativeGraphics,
166 SetStatus(DllExports::GdipGetCompositingMode(nativeGraphics,
175 nativeGraphics,
184 nativeGraphics,
    [all...]

Completed in 73 milliseconds