/external/skia/src/gpu/ |
D | GrStencilAndCoverPathRenderer.cpp | 97 target->stencilPath(pipelineBuilder, pp, p, convert_skpath_filltype(path.getFillType())); in onStencilPath() 130 target->stencilPath(pipelineBuilder, pp, p, convert_skpath_filltype(path.getFillType())); in onDrawPath() 162 target->drawPath(pipelineBuilder, pp, p, convert_skpath_filltype(path.getFillType())); in onDrawPath()
|
D | GrDefaultPathRenderer.cpp | 588 switch (path.getFillType()) { in internalDrawPath() 742 SkASSERT(SkPath::kInverseEvenOdd_FillType != path.getFillType()); in onStencilPath() 743 SkASSERT(SkPath::kInverseWinding_FillType != path.getFillType()); in onStencilPath()
|
D | GrContext.cpp | 1189 if (SkPath::kWinding_FillType == path.getFillType() && dirs[0] == dirs[1]) { in is_nested_rects()
|
D | GrTessellatingPathRenderer.cpp | 1407 SkPath::FillType fillType = fPath.getFillType(); in generateGeometry()
|
/external/skia/experimental/SimpleCocoaApp/ |
D | SimpleApp.mm | 145 SkASSERT(path.getFillType() < SkPath::kInverseWinding_FillType); 147 path.getFillType() == SkPath::kWinding_FillType ? "Winding" : "EvenOdd"); 152 bool expected = (path.getFillType() == SkPath::kWinding_FillType && contours == 1) 153 || (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 | PathOpsExtendedTest.cpp | 521 scaledA.setFillType(a.getFillType()); in innerPathOp() 523 scaledB.setFillType(b.getFillType()); in innerPathOp() 531 scaledOut.setFillType(out.getFillType()); in innerPathOp()
|
D | EmptyPathTest.cpp | 51 paint.isAntiAlias(), path.getFillType(), path.countPoints()); in drawAndTest()
|
D | PathTest.cpp | 3050 REPORTER_ASSERT(reporter, p.getFillType() == SkPath::kWinding_FillType); in test_empty()
|
/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/pathops/ |
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 | SkPathOpsOp.cpp | 212 fprintf(file, " path.setFillType((SkPath::FillType) %d);\n", one.getFillType()); in dump_op() 216 fprintf(file, " path.setFillType((SkPath::FillType) %d);\n", two.getFillType()); in dump_op()
|
D | SkPathOpsDebug.cpp | 654 SkPath::FillType fillType = path.getFillType(); in ShowOnePath()
|
/external/skia/src/animator/ |
D | SkDrawPath.cpp | 147 value->fOperand.fS32 = (int) fPath.getFillType(); in getProperty()
|
/external/skia/src/core/ |
D | SkScan_Path.cpp | 473 walk_convex_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, NULL); in sk_fill_path() 482 walk_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, proc, rightEdge); in sk_fill_path()
|
D | SkPath.cpp | 2785 switch (this->getFillType()) { in contains()
|
/external/skia/src/utils/debugger/ |
D | SkObjectParser.cpp | 118 mPath->append(gFillStrings[path.getFillType()]); in PathToString()
|
D | SkDebugCanvas.cpp | 617 SkPath::FillType fillType = path.getFillType(); in addPathData()
|
/external/skia/include/core/ |
D | SkPath.h | 70 FillType getFillType() const { return (FillType)fFillType; } in getFillType() function
|
/external/skia/src/svg/ |
D | SkSVGDevice.cpp | 446 const char* clipRule = clipPath.getFillType() == SkPath::kEvenOdd_FillType ? in addClipResources()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 322 clipFill = clipPath->getFillType(); in emit_clip() 996 SkPDFUtils::PaintPath(paint.getStyle(), pathPtr->getFillType(), in drawPath()
|
D | SkPDFFont.cpp | 1383 SkPDFUtils::PaintPath(paint.getStyle(), path->getFillType(), in populate()
|
/external/skia/src/utils/ |
D | SkLua.cpp | 1421 SkPath::FillType fill = get_obj<SkPath>(L, 1)->getFillType(); in lpath_getFillType()
|
/external/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 1697 switch (fillablePath->getFillType()) { in drawPath()
|