Home
last modified time | relevance | path

Searched refs:new_fill_mode (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp1200 int new_fill_mode = fill_mode & 3; in DrawPath() local
1215 GdiFillType2Gdip(new_fill_mode), &pGpPath); in DrawPath()
1225 if (new_fill_mode) { in DrawPath()
1227 CallFunc(GdipSetPathFillMode)(pGpPath, GdiFillType2Gdip(new_fill_mode)); in DrawPath()
1243 GdiFillType2Gdip(new_fill_mode), &pSubPath); in DrawPath()