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.cpp954 GpPath* pGpPath = NULL; in DrawPath() local
955 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()