HomeSort by relevance Sort by last modified time
    Searched refs:IsInverseFillType (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkPath.h 82 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
86 * value of isInverseFillType()
522 static bool IsInverseFillType(FillType fill) {
    [all...]
  /external/skia/src/gpu/
GrTessellatingPathRenderer.cpp 550 if (path.isInverseFillType()) {
    [all...]

Completed in 86 milliseconds