Searched refs:GdipSetWorldTransform (Results 1 – 2 of 2) sorted by relevance
38 void GdipSetWorldTransform(void* graphics, void* pMatrix);
672 void CGdiplusExt::GdipSetWorldTransform(void* graphics, void* pMatrix) in GdipSetWorldTransform() function in CGdiplusExt675 CallFunc(GdipSetWorldTransform)((GpGraphics*)graphics, (GpMatrix*)pMatrix); in GdipSetWorldTransform()867 CallFunc(GdipSetWorldTransform)(pGraphics, pMatrix); in DrawPath() local