Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp1252 GpPath* pGpPath = nullptr; in DrawPath() local
1254 GdiFillType2Gdip(new_fill_mode), &pGpPath); in DrawPath()
1255 if (!pGpPath) { in DrawPath()
1266 CallFunc(GdipSetPathFillMode)(pGpPath, GdiFillType2Gdip(new_fill_mode)); in DrawPath()
1267 CallFunc(GdipFillPath)(pGraphics, pBrush, pGpPath); in DrawPath()
1274 CallFunc(GdipDrawPath)(pGraphics, pPen, pGpPath); in DrawPath()
1295 CallFunc(GdipDeletePath)(pGpPath); in DrawPath()