Searched refs:fillmode (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_editpath.cpp | 149 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()
|
D | fpdf_edit_embeddertest.cpp | 260 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/ |
D | canvas2dcontext.js | 718 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/ |
D | canvas2dcontext.js | 731 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/ |
D | fpdf_edit.h | 991 int fillmode, 1003 int* fillmode,
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_gdipext.cpp | 246 Gdiplus::GpFillMode fillmode);
|
/external/mesa3d/docs/relnotes/ |
D | 7.11.rst | 181 [bisected piketon]oglc half_float_vertex(misc.fillmode.wireframe)
|