Home
last modified time | relevance | path

Searched defs:fillType (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/pathops/
DSkOpBuilder.cpp29 SkPath::FillType fillType = path->getFillType(); in FixWinding() local
DSkPathOpsSimplify.cpp170 SkPath::FillType fillType = path.isInverseFillType() ? SkPath::kInverseEvenOdd_FillType in Simplify() local
DSkPathOpsOp.cpp266 SkPath::FillType fillType = gOutInverse[op][one.isInverseFillType()][two.isInverseFillType()] in OpDebug() local
DSkPathOpsDebug.cpp1846 SkPath::FillType fillType = path.getFillType(); in ShowOnePath() local
/external/skia/src/gpu/
DGrTessellator.cpp622 inline bool apply_fill_type(SkPath::FillType fillType, int winding) { in apply_fill_type()
1332 SkPath::FillType fillType = path.getFillType(); in path_to_polys() local
1361 int count_points(Poly* polys, SkPath::FillType fillType) { in count_points()
1389 SkPath::FillType fillType = path.getFillType(); in PathToTriangles() local
1440 SkPath::FillType fillType = path.getFillType(); in PathToVertices() local
/external/skia/src/gpu/batches/
DGrDrawPathBatch.h29 GrPathRendering::FillType fillType() const { return fFillType; } in fillType() function
/external/skia/src/core/
DSkScan_Path.cpp131 static void walk_edges(SkEdge* prevHead, SkPath::FillType fillType, in walk_edges()
/external/skia/tests/
DPathOpsExtendedTest.cpp426 SkPath::FillType fillType = useXor ? SkPath::kEvenOdd_FillType : SkPath::kWinding_FillType; in testSimplify() local
/external/skia/tools/debugger/
DSkDebugCanvas.cpp588 SkPath::FillType fillType = path.getFillType(); in addPathData() local
DSkDrawCommand.cpp1470 const char* fillType = path[SKDEBUGCANVAS_ATTRIBUTE_FILLTYPE].asCString(); in extract_json_path() local
/external/skia/tools/json/
DSkJSONRenderer.cpp553 const char* fillType = path[SKJSONCANVAS_ATTRIBUTE_FILLTYPE].asCString(); in getPath() local