Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp864 void CGdiplusExt::GdipSetPageUnit(void* graphics, uint32_t unit) { in GdipSetPageUnit() function in CGdiplusExt
867 CallFunc(GdipSetPageUnit)((GpGraphics*)graphics, (GpUnit)unit); in GdipSetPageUnit()
978 CallFunc(GdipSetPageUnit)(pGraphics, UnitPixel); in StretchBitMask() local
1002 CallFunc(GdipSetPageUnit)(pGraphics, UnitPixel); in StretchDIBits() local
1162 CallFunc(GdipSetPageUnit)(pGraphics, UnitPixel); in DrawPath() local
Dwin32_int.h70 void GdipSetPageUnit(void* graphics, uint32_t unit);