Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfeditpath.cpp203 int fillmode, in FPDFPath_SetDrawMode() argument
209 if (fillmode == FPDF_FILLMODE_ALTERNATE) in FPDFPath_SetDrawMode()
211 else if (fillmode == FPDF_FILLMODE_WINDING) in FPDFPath_SetDrawMode()
/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/skia/modules/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.h688 int fillmode,
/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp374 GpFillMode fillmode);