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.cpp811 void CGdiplusExt::GdipSetPageUnit(void* graphics, FX_DWORD unit) { in GdipSetPageUnit() function in CGdiplusExt
814 CallFunc(GdipSetPageUnit)((GpGraphics*)graphics, (GpUnit)unit); in GdipSetPageUnit()
926 CallFunc(GdipSetPageUnit)(pGraphics, UnitPixel); in StretchBitMask() local
950 CallFunc(GdipSetPageUnit)(pGraphics, UnitPixel); in StretchDIBits() local
1115 CallFunc(GdipSetPageUnit)(pGraphics, UnitPixel); in DrawPath() local
Dwin32_int.h50 void GdipSetPageUnit(void* graphics, FX_DWORD unit);