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

/external/skia/src/gpu/
H A DGrShape.h59 fRRectData.fStart = DefaultRRectDirAndStartIndex(rrect, style.hasPathEffect(),
89 fRRectData.fStart = DefaultRectDirAndStartIndex(rect, style.hasPathEffect(),
104 fRRectData.fStart = DefaultRRectDirAndStartIndex(rrect, fStyle.hasPathEffect(),
114 fRRectData.fStart = DefaultRectDirAndStartIndex(rect, fStyle.hasPathEffect(),
400 static unsigned DefaultRectDirAndStartIndex(const SkRect& rect, bool hasPathEffect, argument
405 if (!hasPathEffect) {
429 static unsigned DefaultRRectDirAndStartIndex(const SkRRect& rrect, bool hasPathEffect, argument
435 if (!hasPathEffect) {
H A DGrStyle.h121 bool hasPathEffect() const { return SkToBool(fPathEffect.get()); } function in class:GrStyle

Completed in 113 milliseconds