Searched refs:getFillType (Results 1 - 24 of 24) sorted by relevance

/external/skia/src/gpu/
H A DGrStencilAndCoverPathRenderer.cpp97 target->stencilPath(pipelineBuilder, pp, p, convert_skpath_filltype(path.getFillType()));
130 target->stencilPath(pipelineBuilder, pp, p, convert_skpath_filltype(path.getFillType()));
162 target->drawPath(pipelineBuilder, pp, p, convert_skpath_filltype(path.getFillType()));
H A DGrDefaultPathRenderer.cpp588 switch (path.getFillType()) {
742 SkASSERT(SkPath::kInverseEvenOdd_FillType != path.getFillType());
743 SkASSERT(SkPath::kInverseWinding_FillType != path.getFillType());
H A DGrContext.cpp1189 if (SkPath::kWinding_FillType == path.getFillType() && dirs[0] == dirs[1]) {
H A DGrTessellatingPathRenderer.cpp1407 SkPath::FillType fillType = fPath.getFillType();
/external/skia/tools/lua/
H A Ddump_clipstack_at_restore.lua20 io.write(", fill: ", element["path"]:getFillType())
H A Dcount_reduced_clipstacks.lua29 info = info .. ", fill: " .. element["path"]:getFillType()
/external/skia/tests/
H A DPathOpsSimplifyFailTest.cpp65 REPORTER_ASSERT(reporter, result.getFillType() == SkPath::kWinding_FillType);
91 REPORTER_ASSERT(reporter, result.getFillType() != SkPath::kWinding_FillType);
H A DEmptyPathTest.cpp51 paint.isAntiAlias(), path.getFillType(), path.countPoints());
H A DPathOpsExtendedTest.cpp521 scaledA.setFillType(a.getFillType());
523 scaledB.setFillType(b.getFillType());
531 scaledOut.setFillType(out.getFillType());
H A DPathTest.cpp3050 REPORTER_ASSERT(reporter, p.getFillType() == SkPath::kWinding_FillType);
/external/skia/src/pathops/
H A DSkOpEdgeBuilder.cpp14 fXorMask[0] = fXorMask[1] = (fPath->getFillType() & 1) ? kEvenOdd_PathOpsMask
24 fXorMask[1] = (fPath->getFillType() & 1) ? kEvenOdd_PathOpsMask
H A DSkPathOpsOp.cpp212 fprintf(file, " path.setFillType((SkPath::FillType) %d);\n", one.getFillType());
216 fprintf(file, " path.setFillType((SkPath::FillType) %d);\n", two.getFillType());
H A DSkPathOpsDebug.cpp654 SkPath::FillType fillType = path.getFillType();
/external/skia/src/animator/
H A DSkDrawPath.cpp147 value->fOperand.fS32 = (int) fPath.getFillType();
/external/skia/src/core/
H A DSkScan_Path.cpp473 walk_convex_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, NULL);
482 walk_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, proc, rightEdge);
H A DSkPath.cpp2785 switch (this->getFillType()) {
/external/skia/include/core/
H A DSkPath.h70 FillType getFillType() const { return (FillType)fFillType; } function in class:SkPath
/external/skia/src/utils/debugger/
H A DSkObjectParser.cpp118 mPath->append(gFillStrings[path.getFillType()]);
H A DSkDebugCanvas.cpp617 SkPath::FillType fillType = path.getFillType();
/external/skia/src/pdf/
H A DSkPDFDevice.cpp322 clipFill = clipPath->getFillType();
996 SkPDFUtils::PaintPath(paint.getStyle(), pathPtr->getFillType(),
H A DSkPDFFont.cpp1383 SkPDFUtils::PaintPath(paint.getStyle(), path->getFillType(),
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1697 switch (fillablePath->getFillType()) {
/external/skia/src/utils/
H A DSkLua.cpp1421 SkPath::FillType fill = get_obj<SkPath>(L, 1)->getFillType();
1560 { "getFillType", lpath_getFillType },
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 471 milliseconds