Home
last modified time | relevance | path

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

/third_party/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()