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

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusGraphics.h11 * Declarations for Graphics class
21 class Graphics : public GdiplusBase class in inherits:GdiplusBase
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);
52 static Graphics* FromImage(IN Image *image)
54 return new Graphics(imag
57 Graphics(IN HDC hdc) function in class:Graphics
66 Graphics(IN HDC hdc, function in class:Graphics
76 Graphics(IN HWND hwnd, function in class:Graphics
93 Graphics(IN Image* image) function in class:Graphics
2537 Graphics(const Graphics& graphics) function in class:Graphics
2552 Graphics(GpGraphics* graphics) function in class:Graphics
[all...]

Completed in 263 milliseconds