Searched refs:IsInverseFillType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h78 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
513 static bool IsInverseFillType(FillType fill) { function in class:SkPath
/external/skia/include/core/
H A DSkPath.h78 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
513 static bool IsInverseFillType(FillType fill) { function in class:SkPath
/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTarget.cpp522 SkASSERT(!SkPath::IsInverseFillType(fill));
533 if (SkPath::IsInverseFillType(fill)) {
/external/skia/src/gpu/
H A DGrDrawTarget.cpp522 SkASSERT(!SkPath::IsInverseFillType(fill));
533 if (SkPath::IsInverseFillType(fill)) {

Completed in 160 milliseconds