HomeSort by relevance Sort by last modified time
    Searched refs:nativeGraphics (Results 1 - 7 of 7) 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...]
gdiplusimpl.h 483 width, height, target ? target->nativeGraphics : NULL,
642 graphics ? graphics->nativeGraphics : NULL,
837 nativeFont, graphics ? graphics->nativeGraphics : NULL,
854 nativeFont, graphics ? graphics->nativeGraphics : NULL,
862 nativeFont, graphics ? graphics->nativeGraphics : NULL,
1203 graphics ? graphics->nativeGraphics : NULL, &result));
    [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...]
GdiPlusCachedBitmap.h 51 graphics->nativeGraphics,
GdiPlusRegion.h 290 g->nativeGraphics,
299 g->nativeGraphics,
309 g->nativeGraphics,
321 g->nativeGraphics,
333 g->nativeGraphics,
347 g->nativeGraphics,
386 (g == NULL) ? NULL : g->nativeGraphics,
400 (g == NULL) ? NULL : g->nativeGraphics,
415 (g == NULL) ? NULL : g->nativeGraphics,
431 (g == NULL) ? NULL : g->nativeGraphics,
    [all...]
GdiPlusFont.h 167 return SetStatus(DllExports::GdipGetLogFontA(nativeFont, g ? g->nativeGraphics : NULL, logfontA));
175 return SetStatus(DllExports::GdipGetLogFontW(nativeFont, g ? g->nativeGraphics : NULL, logfontW));
249 graphics ? graphics->nativeGraphics : NULL,
GdiPlusBitmap.h 677 target->nativeGraphics,

Completed in 885 milliseconds