Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrShape.h400 static unsigned DefaultRectDirAndStartIndex(const SkRect& rect, bool hasPathEffect, in DefaultRectDirAndStartIndex()
429 static unsigned DefaultRRectDirAndStartIndex(const SkRRect& rrect, bool hasPathEffect, in DefaultRRectDirAndStartIndex()
DGrStyle.h121 bool hasPathEffect() const { return SkToBool(fPathEffect.get()); } in hasPathEffect() function