Searched refs:pGpPath (Results 1 – 1 of 1) sorted by relevance
954 GpPath* pGpPath = NULL; in DrawPath() local955 CallFunc(GdipCreatePath2)(points, types, nPoints, GdiFillType2Gdip(new_fill_mode), &pGpPath); in DrawPath()956 if (!pGpPath) { in DrawPath()967 CallFunc(GdipSetPathFillMode)(pGpPath, GdiFillType2Gdip(new_fill_mode)); in DrawPath()968 CallFunc(GdipFillPath)(pGraphics, pBrush, pGpPath); in DrawPath()974 CallFunc(GdipDrawPath)(pGraphics, pPen, pGpPath); in DrawPath()994 CallFunc(GdipDeletePath)(pGpPath); in DrawPath()