Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dwin32_int.h38 void GdipSetWorldTransform(void* graphics, void* pMatrix);
Dfx_win32_gdipext.cpp672 void CGdiplusExt::GdipSetWorldTransform(void* graphics, void* pMatrix) in GdipSetWorldTransform() function in CGdiplusExt
675 CallFunc(GdipSetWorldTransform)((GpGraphics*)graphics, (GpMatrix*)pMatrix); in GdipSetWorldTransform()
867 CallFunc(GdipSetWorldTransform)(pGraphics, pMatrix); in DrawPath() local