Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/
H A DGrStyledShape.cpp363 const SkPath* srcForPathEffect; in GrStyledShape() local
365 srcForPathEffect = &parent.fShape.path(); in GrStyledShape()
367 srcForPathEffect = tmpPath.init(); in GrStyledShape()
373 if (!parent.fStyle.applyPathEffectToPath(&fShape.path(), &strokeRec, *srcForPathEffect, in GrStyledShape()
375 tmpParent.init(*srcForPathEffect, GrStyle(strokeRec, nullptr)); in GrStyledShape()