Searched refs:GdipSetWorldTransform (Results 1 – 2 of 2) sorted by relevance
71 void GdipSetWorldTransform(void* graphics, void* pMatrix);
948 void CGdiplusExt::GdipSetWorldTransform(void* graphics, void* pMatrix) { in GdipSetWorldTransform() function in CGdiplusExt951 CallFunc(GdipSetWorldTransform)((GpGraphics*)graphics, (GpMatrix*)pMatrix); in GdipSetWorldTransform()1169 CallFunc(GdipSetWorldTransform)(pGraphics, pMatrix); in DrawPath() local