Searched refs:new_fill_mode (Results 1 – 1 of 1) sorted by relevance
942 int new_fill_mode = fill_mode & 3; in DrawPath() local955 CallFunc(GdipCreatePath2)(points, types, nPoints, GdiFillType2Gdip(new_fill_mode), &pGpPath); in DrawPath()965 if (new_fill_mode) { in DrawPath()967 CallFunc(GdipSetPathFillMode)(pGpPath, GdiFillType2Gdip(new_fill_mode)); in DrawPath()980 …ath2)(points + iStart, types + iStart, i - iStart + 1, GdiFillType2Gdip(new_fill_mode), &pSubPath); in DrawPath()