Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrStyle.h114 bool isSimpleFill() const { return fStrokeRec.isFillStyle() && !fPathEffect; } in isSimpleFill() function
/external/skqp/src/gpu/
DGrStyle.h113 bool isSimpleFill() const { return fStrokeRec.isFillStyle() && !fPathEffect; } in isSimpleFill() function
/external/skia/src/core/
DSkPath.cpp3063 bool SkPathPriv::IsSimpleRect(const SkPath& path, bool isSimpleFill, SkRect* rect, in IsSimpleRect()