Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp1213 GpPath* pGpPath = NULL; in DrawPath() local
1215 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()