Home
last modified time | relevance | path

Searched refs:IsInverseFillType (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkPath.h105 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); } in isInverseFillType()
619 static bool IsInverseFillType(FillType fill) { in IsInverseFillType() function
/external/skia/src/core/
DSkScan_AAAPath.cpp1395 bool isInverse = SkPath::IsInverseFillType(fillType); in aaa_walk_edges()
/external/skia/src/gpu/
DGrTessellator.cpp1771 if (SkPath::IsInverseFillType(fillType)) { in path_to_polys()