Searched refs:GdipSetWorldTransform (Results 1 – 2 of 2) sorted by relevance
51 void GdipSetWorldTransform(void* graphics, void* pMatrix);
896 void CGdiplusExt::GdipSetWorldTransform(void* graphics, void* pMatrix) { in GdipSetWorldTransform() function in CGdiplusExt899 CallFunc(GdipSetWorldTransform)((GpGraphics*)graphics, (GpMatrix*)pMatrix); in GdipSetWorldTransform()1122 CallFunc(GdipSetWorldTransform)(pGraphics, pMatrix); in DrawPath() local