Home
last modified time | relevance | path

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

/external/skqp/include/core/
DSkPath.h202 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); } in isInverseFillType() function
/external/skia/include/core/
DSkPath.h217 bool isInverseFillType() const { return SkPathFillType_IsInverse(this->getFillType()); } in isInverseFillType() function
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPath.java278 protected boolean isInverseFillType() { in isInverseFillType() method in ShadowPath