Searched defs:Graphics (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/gdiplus/
H A Dgdiplusgraphics.h4 * GDI+ Graphics class
33 class Graphics: public GdiplusBase class in inherits: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(imag
64 Graphics(Image *image): nativeGraphics(NULL), lastStatus(Ok) function in class:Graphics
70 Graphics(HDC hdc): nativeGraphics(NULL), lastStatus(Ok) function in class:Graphics
75 Graphics(HDC hdc, HANDLE hdevice): nativeGraphics(NULL), lastStatus(Ok) function in class:Graphics
80 Graphics(HWND hwnd, BOOL icm = FALSE): function in class:Graphics
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
H A Dgdiplusgraphics.h4 * GDI+ Graphics class
33 class Graphics: public GdiplusBase class in inherits: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(imag
64 Graphics(Image *image): nativeGraphics(NULL), lastStatus(Ok) function in class:Graphics
70 Graphics(HDC hdc): nativeGraphics(NULL), lastStatus(Ok) function in class:Graphics
75 Graphics(HDC hdc, HANDLE hdevice): nativeGraphics(NULL), lastStatus(Ok) function in class:Graphics
80 Graphics(HWND hwnd, BOOL icm = FALSE): function in class:Graphics
[all...]

Completed in 41 milliseconds