Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPath.h99 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); } in isInverseFillType()
586 static bool IsInverseFillType(FillType fill) { in IsInverseFillType() function
/external/skia/src/gpu/
DGrTessellator.cpp1333 if (SkPath::IsInverseFillType(fillType)) { in path_to_polys()