Searched refs:fillmode (Results 1 – 5 of 5) sorted by relevance
203 int fillmode, in FPDFPath_SetDrawMode() argument209 if (fillmode == FPDF_FILLMODE_ALTERNATE) in FPDFPath_SetDrawMode()211 else if (fillmode == FPDF_FILLMODE_WINDING) in FPDFPath_SetDrawMode()
731 this.isPointInPath = function(x, y, fillmode) { argument739 fillmode = args[3];746 fillmode = fillmode || 'nonzero';747 if (!(fillmode === 'nonzero' || fillmode === 'evenodd')) {754 path.setFillType(fillmode === 'nonzero' ?
688 int fillmode,
374 GpFillMode fillmode);