Home
last modified time | relevance | path

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

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