Searched refs:srcForPathEffect (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/gpu/ |
D | GrShape.cpp | 436 const SkPath* srcForPathEffect; in GrShape() local 438 srcForPathEffect = &parent.path(); in GrShape() 440 srcForPathEffect = tmpPath.init(); in GrShape() 446 if (!parent.fStyle.applyPathEffectToPath(&this->path(), &strokeRec, *srcForPathEffect, in GrShape() 448 tmpParent.init(*srcForPathEffect, GrStyle(strokeRec, nullptr)); in GrShape()
|
/external/skia/src/gpu/ |
D | GrShape.cpp | 436 const SkPath* srcForPathEffect; in GrShape() local 438 srcForPathEffect = &parent.path(); in GrShape() 440 srcForPathEffect = tmpPath.init(); in GrShape() 446 if (!parent.fStyle.applyPathEffectToPath(&this->path(), &strokeRec, *srcForPathEffect, in GrShape() 448 tmpParent.init(*srcForPathEffect, GrStyle(strokeRec, nullptr)); in GrShape()
|