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.cpp917 Gdiplus::GpPath* pGpPath = nullptr; in DrawPath() local
919 GdiFillType2Gdip(new_fill_mode), &pGpPath); in DrawPath()
920 if (!pGpPath) { in DrawPath()
931 CallFunc(GdipSetPathFillMode)(pGpPath, GdiFillType2Gdip(new_fill_mode)); in DrawPath()
932 CallFunc(GdipFillPath)(pGraphics, pBrush, pGpPath); in DrawPath()
940 CallFunc(GdipDrawPath)(pGraphics, pPen, pGpPath); in DrawPath()
962 CallFunc(GdipDeletePath)(pGpPath); in DrawPath()