Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/win32/
H A Dcgdi_plus_ext.cpp784 Gdiplus::GpPath* pGpPath = nullptr; in DrawPath() local
788 gp_fill_mode, &pGpPath); in DrawPath()
789 if (!pGpPath) { in DrawPath()
798 CallFunc(GdipSetPathFillMode)(pGpPath, gp_fill_mode); in DrawPath()
799 CallFunc(GdipFillPath)(pGraphics, pBrush, pGpPath); in DrawPath()
807 CallFunc(GdipDrawPath)(pGraphics, pPen, pGpPath); in DrawPath()
826 CallFunc(GdipDeletePath)(pGpPath); in DrawPath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/win32/
H A Dfx_win32_gdipext.cpp923 Gdiplus::GpPath* pGpPath = nullptr; in DrawPath() local
925 GdiFillType2Gdip(new_fill_mode), &pGpPath); in DrawPath()
926 if (!pGpPath) { in DrawPath()
935 CallFunc(GdipSetPathFillMode)(pGpPath, GdiFillType2Gdip(new_fill_mode)); in DrawPath()
936 CallFunc(GdipFillPath)(pGraphics, pBrush, pGpPath); in DrawPath()
944 CallFunc(GdipDrawPath)(pGraphics, pPen, pGpPath); in DrawPath()
964 CallFunc(GdipDeletePath)(pGpPath); in DrawPath()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/win32/
H A Dfx_win32_gdipext.cpp1211 GpPath* pGpPath = nullptr; in DrawPath() local
1213 GdiFillType2Gdip(new_fill_mode), &pGpPath); in DrawPath()
1214 if (!pGpPath) { in DrawPath()
1225 CallFunc(GdipSetPathFillMode)(pGpPath, GdiFillType2Gdip(new_fill_mode)); in DrawPath()
1226 CallFunc(GdipFillPath)(pGraphics, pBrush, pGpPath); in DrawPath()
1233 CallFunc(GdipDrawPath)(pGraphics, pPen, pGpPath); in DrawPath()
1255 CallFunc(GdipDeletePath)(pGpPath); in DrawPath()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/win32/
H A Dfx_win32_gdipext.cpp1213 GpPath* pGpPath = nullptr; 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()