Home
last modified time | relevance | path

Searched refs:srcForPathEffect (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/geometry/
DGrStyledShape.cpp351 const SkPath* srcForPathEffect; in GrStyledShape() local
353 srcForPathEffect = &parent.fShape.path(); in GrStyledShape()
355 srcForPathEffect = tmpPath.init(); in GrStyledShape()
361 if (!parent.fStyle.applyPathEffectToPath(&fShape.path(), &strokeRec, *srcForPathEffect, in GrStyledShape()
363 tmpParent.init(*srcForPathEffect, GrStyle(strokeRec, nullptr)); in GrStyledShape()
/external/skqp/src/gpu/
DGrShape.cpp436 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()