Home
last modified time | relevance | path

Searched defs:isInverseFillType (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/include/core/
DSkPath.h193 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); } in isInverseFillType() function
/third_party/skia/include/core/
DSkPath.h217 bool isInverseFillType() const { return SkPathFillType_IsInverse(this->getFillType()); } in isInverseFillType() function