Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrStencilAndCoverPathRenderer.cpp97 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()
DGrDefaultPathRenderer.cpp588 switch (path.getFillType()) { in internalDrawPath()
742 SkASSERT(SkPath::kInverseEvenOdd_FillType != path.getFillType()); in onStencilPath()
743 SkASSERT(SkPath::kInverseWinding_FillType != path.getFillType()); in onStencilPath()
DGrContext.cpp1189 if (SkPath::kWinding_FillType == path.getFillType() && dirs[0] == dirs[1]) { in is_nested_rects()
DGrTessellatingPathRenderer.cpp1407 SkPath::FillType fillType = fPath.getFillType(); in generateGeometry()
/external/skia/experimental/SimpleCocoaApp/
DSimpleApp.mm145 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/
DPathOpsSimplifyFailTest.cpp65 REPORTER_ASSERT(reporter, result.getFillType() == SkPath::kWinding_FillType); in failOne()
91 REPORTER_ASSERT(reporter, result.getFillType() != SkPath::kWinding_FillType); in dontFailOne()
DPathOpsExtendedTest.cpp521 scaledA.setFillType(a.getFillType()); in innerPathOp()
523 scaledB.setFillType(b.getFillType()); in innerPathOp()
531 scaledOut.setFillType(out.getFillType()); in innerPathOp()
DEmptyPathTest.cpp51 paint.isAntiAlias(), path.getFillType(), path.countPoints()); in drawAndTest()
DPathTest.cpp3050 REPORTER_ASSERT(reporter, p.getFillType() == SkPath::kWinding_FillType); in test_empty()
/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/pathops/
DSkOpEdgeBuilder.cpp14 fXorMask[0] = fXorMask[1] = (fPath->getFillType() & 1) ? kEvenOdd_PathOpsMask in init()
24 fXorMask[1] = (fPath->getFillType() & 1) ? kEvenOdd_PathOpsMask in addOperand()
DSkPathOpsOp.cpp212 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()
DSkPathOpsDebug.cpp654 SkPath::FillType fillType = path.getFillType(); in ShowOnePath()
/external/skia/src/animator/
DSkDrawPath.cpp147 value->fOperand.fS32 = (int) fPath.getFillType(); in getProperty()
/external/skia/src/core/
DSkScan_Path.cpp473 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()
DSkPath.cpp2785 switch (this->getFillType()) { in contains()
/external/skia/src/utils/debugger/
DSkObjectParser.cpp118 mPath->append(gFillStrings[path.getFillType()]); in PathToString()
DSkDebugCanvas.cpp617 SkPath::FillType fillType = path.getFillType(); in addPathData()
/external/skia/include/core/
DSkPath.h70 FillType getFillType() const { return (FillType)fFillType; } in getFillType() function
/external/skia/src/svg/
DSkSVGDevice.cpp446 const char* clipRule = clipPath.getFillType() == SkPath::kEvenOdd_FillType ? in addClipResources()
/external/skia/src/pdf/
DSkPDFDevice.cpp322 clipFill = clipPath->getFillType(); in emit_clip()
996 SkPDFUtils::PaintPath(paint.getStyle(), pathPtr->getFillType(), in drawPath()
DSkPDFFont.cpp1383 SkPDFUtils::PaintPath(paint.getStyle(), path->getFillType(), in populate()
/external/skia/src/utils/
DSkLua.cpp1421 SkPath::FillType fill = get_obj<SkPath>(L, 1)->getFillType(); in lpath_getFillType()
/external/skia/src/device/xps/
DSkXPSDevice.cpp1697 switch (fillablePath->getFillType()) { in drawPath()