/external/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 218 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()
|
D | SkOpEdgeBuilder.cpp | 14 fXorMask[0] = fXorMask[1] = (fPath->getFillType() & 1) ? kEvenOdd_PathOpsMask in init() 24 fXorMask[1] = (fPath->getFillType() & 1) ? kEvenOdd_PathOpsMask in addOperand()
|
D | SkOpBuilder.cpp | 29 SkPath::FillType fillType = path->getFillType(); in FixWinding()
|
/external/skia/src/gpu/ |
D | GrPath.cpp | 28 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()
|
D | GrPath.h | 38 GrPathRendering::FillType getFillType() const { return fFillType; } in getFillType() function
|
D | GrTessellator.cpp | 1332 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()
|
D | GrDrawContext.cpp | 606 if (SkPath::kWinding_FillType == path.getFillType() && dirs[0] == dirs[1]) { in is_nested_rects()
|
/external/skia/src/gpu/batches/ |
D | GrStencilAndCoverPathRenderer.cpp | 71 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()
|
D | GrDefaultPathRenderer.cpp | 599 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()
|
D | GrPLSPathRenderer.cpp | 146 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()
|
D | GrTessellatingPathRenderer.cpp | 154 builder[1] = fPath.getFillType(); in onPrepareDraws()
|
/external/skia/experimental/SimpleCocoaApp/ |
D | SimpleApp.mm | 150 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/ |
D | PathOpsSimplifyFailTest.cpp | 65 REPORTER_ASSERT(reporter, result.getFillType() == SkPath::kWinding_FillType); in failOne() 91 REPORTER_ASSERT(reporter, result.getFillType() != SkPath::kWinding_FillType); in dontFailOne()
|
D | SubsetPath.cpp | 96 result.setFillType(fPath.getFillType()); in getSubsetPath() 183 result.setFillType(fPath.getFillType()); in getSubsetPath()
|
D | PathOpsExtendedTest.cpp | 532 scaledA.setFillType(a.getFillType()); in innerPathOp() 534 scaledB.setFillType(b.getFillType()); in innerPathOp() 542 scaledOut.setFillType(out.getFillType()); in innerPathOp()
|
D | EmptyPathTest.cpp | 51 paint.isAntiAlias(), path.getFillType(), path.countPoints()); in drawAndTest()
|
/external/skia/tools/lua/ |
D | dump_clipstack_at_restore.lua | 20 io.write(", fill: ", element["path"]:getFillType())
|
D | count_reduced_clipstacks.lua | 29 info = info .. ", fill: " .. element["path"]:getFillType()
|
/external/skia/src/animator/ |
D | SkDrawPath.cpp | 147 value->fOperand.fS32 = (int) fPath.getFillType(); in getProperty()
|
/external/skia/src/core/ |
D | SkScan_Path.cpp | 505 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/ |
D | GrGLPath.cpp | 312 fFillType = convert_skpath_filltype(skPath->getFillType()); in GrGLPath()
|
/external/skia/tools/debugger/ |
D | SkObjectParser.cpp | 146 mPath->append(gFillStrings[path.getFillType()]); in PathToString()
|
D | SkDebugCanvas.cpp | 588 SkPath::FillType fillType = path.getFillType(); in addPathData()
|
/external/skia/include/core/ |
D | SkPath.h | 87 FillType getFillType() const { return (FillType)fFillType; } in getFillType() function
|
/external/skia/src/svg/ |
D | SkSVGDevice.cpp | 447 const char* clipRule = clipPath.getFillType() == SkPath::kEvenOdd_FillType ? in addClipResources()
|