HomeSort by relevance Sort by last modified time
    Searched refs:hasPathEffect (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/
GrShape.h 59 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,
405 if (!hasPathEffect) {
429 static unsigned DefaultRRectDirAndStartIndex(const SkRRect& rrect, bool hasPathEffect,
435 if (!hasPathEffect) {
GrShape.cpp 390 } else if (!this->style().hasPathEffect()) {
448 if (!this->style().hasPathEffect()) {
456 if (!fStyle.hasPathEffect() &&
474 } else if (fStyle.hasPathEffect()) {
GrStyle.h 121 bool hasPathEffect() const { return SkToBool(fPathEffect.get()); }
  /external/skia/tests/
GrShapeTest.cpp 384 if (fBase.style().hasPathEffect()) {
472 bool aHasPE = a.style().hasPathEffect();
473 bool bHasPE = b.style().hasPathEffect();
    [all...]
  /external/skia/src/gpu/ops/
GrShadowRRectOp.cpp 75 if (style.hasPathEffect()) {
    [all...]
GrOvalOpFactory.cpp 626 if (style.hasPathEffect()) {
    [all...]

Completed in 608 milliseconds