Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrStyle.h122 bool hasPathEffect() const { return SkToBool(fPathEffect.get()); } in hasPathEffect() function
/third_party/skia/m133/src/gpu/ganesh/
DGrStyle.h134 bool hasPathEffect() const { return SkToBool(fPathEffect.get()); } in hasPathEffect() function