Home
last modified time | relevance | path

Searched refs:getFillType (Results 1 – 25 of 41) sorted by relevance

12

/external/skia/src/pathops/
DSkPathOpsOp.cpp218 fprintf(file, " path.setFillType((SkPath::FillType) %d);\n", one.getFillType()); in dump_op()
222 fprintf(file, " path.setFillType((SkPath::FillType) %d);\n", two.getFillType()); in dump_op()
416 SkDebugf("%s did not expect failure\none: fill=%d\n", __FUNCTION__, one.getFillType()); in Op()
418 SkDebugf("two: fill=%d\n", two.getFillType()); in Op()
435 scaledA.setFillType(one.getFillType()); in Op()
437 scaledB.setFillType(two.getFillType()); in Op()
445 scaledOut.setFillType(result->getFillType()); in Op()
449 SkDebugf("%s did not expect failure\none: fill=%d\n", __FUNCTION__, one.getFillType()); in Op()
451 SkDebugf("two: fill=%d\n", two.getFillType()); in Op()
DSkOpEdgeBuilder.cpp14 fXorMask[0] = fXorMask[1] = (fPath->getFillType() & 1) ? kEvenOdd_PathOpsMask in init()
24 fXorMask[1] = (fPath->getFillType() & 1) ? kEvenOdd_PathOpsMask in addOperand()
DSkOpBuilder.cpp29 SkPath::FillType fillType = path->getFillType(); in FixWinding()
/external/skia/src/gpu/
DGrPath.cpp28 builder[0] = path.getFillType(); in compute_key_for_line_path()
50 builder[0] = path.getFillType(); in compute_key_for_oval_path()
116 builder[i++] = path.getFillType(); in compute_key_for_simple_path()
169 builder[1] = path.getFillType(); in compute_key_for_general_path()
DGrPath.h38 GrPathRendering::FillType getFillType() const { return fFillType; } in getFillType() function
DGrTessellator.cpp1332 SkPath::FillType fillType = path.getFillType(); in path_to_polys()
1389 SkPath::FillType fillType = path.getFillType(); in PathToTriangles()
1440 SkPath::FillType fillType = path.getFillType(); in PathToVertices()
DGrDrawContext.cpp606 if (SkPath::kWinding_FillType == path.getFillType() && dirs[0] == dirs[1]) { in is_nested_rects()
/external/skia/src/gpu/batches/
DGrStencilAndCoverPathRenderer.cpp71 args.fTarget->stencilPath(*args.fPipelineBuilder, *args.fViewMatrix, p, p->getFillType()); in onStencilPath()
106 args.fTarget->stencilPath(*pipelineBuilder, viewMatrix, p, p->getFillType()); in onDrawPath()
145 GrDrawPathBatch::Create(viewMatrix, args.fColor, p->getFillType(), p)); in onDrawPath()
DGrDefaultPathRenderer.cpp599 switch (path.getFillType()) { in internalDrawPath()
744 SkASSERT(SkPath::kInverseEvenOdd_FillType != args.fPath->getFillType()); in onStencilPath()
745 SkASSERT(SkPath::kInverseWinding_FillType != args.fPath->getFillType()); in onStencilPath()
DGrPLSPathRenderer.cpp146 linesOnlyPath.setFillType(path.getFillType()); in get_geometry()
219 builder[1] = path.getFillType(); in get_geometry()
782 args.fPath->getFillType() == SkPath::FillType::kWinding_FillType; in onCanDrawPath()
915 pathPtr->getFillType() == in onPrepareDraws()
DGrTessellatingPathRenderer.cpp154 builder[1] = fPath.getFillType(); in onPrepareDraws()
/external/skia/experimental/SimpleCocoaApp/
DSimpleApp.mm150 SkASSERT(path.getFillType() < SkPath::kInverseWinding_FillType);
152 path.getFillType() == SkPath::kWinding_FillType ? "Winding" : "EvenOdd");
157 bool expected = (path.getFillType() == SkPath::kWinding_FillType && contours == 1)
158 || (path.getFillType() == SkPath::kEvenOdd_FillType && contours == 2);
/external/skia/tests/
DPathOpsSimplifyFailTest.cpp65 REPORTER_ASSERT(reporter, result.getFillType() == SkPath::kWinding_FillType); in failOne()
91 REPORTER_ASSERT(reporter, result.getFillType() != SkPath::kWinding_FillType); in dontFailOne()
DSubsetPath.cpp96 result.setFillType(fPath.getFillType()); in getSubsetPath()
183 result.setFillType(fPath.getFillType()); in getSubsetPath()
DPathOpsExtendedTest.cpp532 scaledA.setFillType(a.getFillType()); in innerPathOp()
534 scaledB.setFillType(b.getFillType()); in innerPathOp()
542 scaledOut.setFillType(out.getFillType()); in innerPathOp()
DEmptyPathTest.cpp51 paint.isAntiAlias(), path.getFillType(), path.countPoints()); in drawAndTest()
/external/skia/tools/lua/
Ddump_clipstack_at_restore.lua20 io.write(", fill: ", element["path"]:getFillType())
Dcount_reduced_clipstacks.lua29 info = info .. ", fill: " .. element["path"]:getFillType()
/external/skia/src/animator/
DSkDrawPath.cpp147 value->fOperand.fS32 = (int) fPath.getFillType(); in getProperty()
/external/skia/src/core/
DSkScan_Path.cpp505 walk_convex_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, nullptr); in sk_fill_path()
514 walk_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, proc, rightEdge); in sk_fill_path()
/external/skia/src/gpu/gl/
DGrGLPath.cpp312 fFillType = convert_skpath_filltype(skPath->getFillType()); in GrGLPath()
/external/skia/tools/debugger/
DSkObjectParser.cpp146 mPath->append(gFillStrings[path.getFillType()]); in PathToString()
DSkDebugCanvas.cpp588 SkPath::FillType fillType = path.getFillType(); in addPathData()
/external/skia/include/core/
DSkPath.h87 FillType getFillType() const { return (FillType)fFillType; } in getFillType() function
/external/skia/src/svg/
DSkSVGDevice.cpp447 const char* clipRule = clipPath.getFillType() == SkPath::kEvenOdd_FillType ? in addClipResources()

12