Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp606 void CGdiplusExt::GdipSetPageUnit(void* graphics, FX_DWORD unit) in GdipSetPageUnit() function in CGdiplusExt
609 CallFunc(GdipSetPageUnit)((GpGraphics*)graphics, (GpUnit)unit); in GdipSetPageUnit()
694 CallFunc(GdipSetPageUnit)(pGraphics, UnitPixel); in StretchBitMask() local
710 CallFunc(GdipSetPageUnit)(pGraphics, UnitPixel); in StretchDIBits() local
862 CallFunc(GdipSetPageUnit)(pGraphics, UnitPixel); in DrawPath() local
Dwin32_int.h37 void GdipSetPageUnit(void* graphics, FX_DWORD unit);