Searched defs:fillType (Results 1 – 11 of 11) sorted by relevance
29 SkPath::FillType fillType = path->getFillType(); in FixWinding() local
170 SkPath::FillType fillType = path.isInverseFillType() ? SkPath::kInverseEvenOdd_FillType in Simplify() local
266 SkPath::FillType fillType = gOutInverse[op][one.isInverseFillType()][two.isInverseFillType()] in OpDebug() local
1846 SkPath::FillType fillType = path.getFillType(); in ShowOnePath() local
622 inline bool apply_fill_type(SkPath::FillType fillType, int winding) { in apply_fill_type()1332 SkPath::FillType fillType = path.getFillType(); in path_to_polys() local1361 int count_points(Poly* polys, SkPath::FillType fillType) { in count_points()1389 SkPath::FillType fillType = path.getFillType(); in PathToTriangles() local1440 SkPath::FillType fillType = path.getFillType(); in PathToVertices() local
29 GrPathRendering::FillType fillType() const { return fFillType; } in fillType() function
131 static void walk_edges(SkEdge* prevHead, SkPath::FillType fillType, in walk_edges()
426 SkPath::FillType fillType = useXor ? SkPath::kEvenOdd_FillType : SkPath::kWinding_FillType; in testSimplify() local
588 SkPath::FillType fillType = path.getFillType(); in addPathData() local
1470 const char* fillType = path[SKDEBUGCANVAS_ATTRIBUTE_FILLTYPE].asCString(); in extract_json_path() local
553 const char* fillType = path[SKJSONCANVAS_ATTRIBUTE_FILLTYPE].asCString(); in getPath() local