Searched refs:pGpPath (Results 1 – 1 of 1) sorted by relevance
1213 GpPath* pGpPath = NULL; in DrawPath() local1215 GdiFillType2Gdip(new_fill_mode), &pGpPath); in DrawPath()1216 if (!pGpPath) { in DrawPath()1227 CallFunc(GdipSetPathFillMode)(pGpPath, GdiFillType2Gdip(new_fill_mode)); in DrawPath()1228 CallFunc(GdipFillPath)(pGraphics, pBrush, pGpPath); in DrawPath()1235 CallFunc(GdipDrawPath)(pGraphics, pPen, pGpPath); in DrawPath()1257 CallFunc(GdipDeletePath)(pGpPath); in DrawPath()