Home
last modified time | relevance | path

Searched refs:GdipDeleteGraphics (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp682 void CGdiplusExt::GdipDeleteGraphics(void* graphics) in GdipDeleteGraphics() function in CGdiplusExt
685 CallFunc(GdipDeleteGraphics)((GpGraphics*)graphics); in GdipDeleteGraphics()
701 CallFunc(GdipDeleteGraphics)(pGraphics); in StretchBitMask() local
720 CallFunc(GdipDeleteGraphics)(pGraphics); in StretchDIBits() local
721 CallFunc(GdipDeleteGraphics)(pGraphics); in StretchDIBits() local
962 CallFunc(GdipDeleteGraphics)(pGraphics); in DrawPath() local
995 CallFunc(GdipDeleteGraphics)(pGraphics); in DrawPath() local
Dwin32_int.h35 void GdipDeleteGraphics(void* graphics);