HomeSort by relevance Sort by last modified time
    Searched refs: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...]
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...]

Completed in 62 milliseconds