Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_editpath.cpp149 int fillmode, in FPDFPath_SetDrawMode() argument
156 if (fillmode == FPDF_FILLMODE_ALTERNATE) in FPDFPath_SetDrawMode()
158 else if (fillmode == FPDF_FILLMODE_WINDING) in FPDFPath_SetDrawMode()
167 int* fillmode, in FPDFPath_GetDrawMode() argument
170 if (!pPathObj || !fillmode || !stroke) in FPDFPath_GetDrawMode()
174 *fillmode = FPDF_FILLMODE_ALTERNATE; in FPDFPath_GetDrawMode()
176 *fillmode = FPDF_FILLMODE_WINDING; in FPDFPath_GetDrawMode()
178 *fillmode = FPDF_FILLMODE_NONE; in FPDFPath_GetDrawMode()
Dfpdf_edit_embeddertest.cpp260 int fillmode = FPDF_FILLMODE_NONE; in TEST_F() local
262 EXPECT_TRUE(FPDFPath_GetDrawMode(red_rect, &fillmode, &stroke)); in TEST_F()
263 EXPECT_EQ(FPDF_FILLMODE_ALTERNATE, fillmode); in TEST_F()
/external/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js718 this.isPointInPath = function(x, y, fillmode) { argument
726 fillmode = args[3];
733 fillmode = fillmode || 'nonzero';
734 if (!(fillmode === 'nonzero' || fillmode === 'evenodd')) {
741 path.setFillType(fillmode === 'nonzero' ?
/external/skqp/experimental/canvaskit/htmlcanvas/
Dcanvas2dcontext.js731 this.isPointInPath = function(x, y, fillmode) { argument
739 fillmode = args[3];
746 fillmode = fillmode || 'nonzero';
747 if (!(fillmode === 'nonzero' || fillmode === 'evenodd')) {
754 path.setFillType(fillmode === 'nonzero' ?
/external/pdfium/public/
Dfpdf_edit.h991 int fillmode,
1003 int* fillmode,
/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp246 Gdiplus::GpFillMode fillmode);
/external/mesa3d/docs/relnotes/
D7.11.rst181 [bisected piketon]oglc half_float_vertex(misc.fillmode.wireframe)