Home
last modified time | relevance | path

Searched refs:SkPathFillType_IsInverse (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/docs/examples/
DPath_IsInverseFillType.cpp19 SkDebugf("IsInverseFillType(%s) == %s\n", fill.name, SkPathFillType_IsInverse(fill.fill) ? in draw()
/third_party/skia/include/core/
DSkPathTypes.h28 static inline bool SkPathFillType_IsInverse(SkPathFillType ft) { in SkPathFillType_IsInverse() function
DSkPath.h217 bool isInverseFillType() const { return SkPathFillType_IsInverse(this->getFillType()); } in isInverseFillType()
/third_party/skia/src/gpu/ops/
DPathStencilCoverOp.cpp186 SkPathFillType_IsInverse(this->pathFillType())); in prePreparePrograms()
/third_party/skia/src/core/
DSkScan_AAAPath.cpp1580 bool isInverse = SkPathFillType_IsInverse(fillType); in aaa_walk_edges()
/third_party/skia/src/gpu/geometry/
DGrTriangulator.cpp1576 if (SkPathFillType_IsInverse(fPath.getFillType())) { in pathToPolys()