Home
last modified time | relevance | path

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

/third_party/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' ?
/third_party/flutter/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' ?
/third_party/mesa3d/docs/relnotes/
D7.11.rst181 [bisected piketon]oglc half_float_vertex(misc.fillmode.wireframe)