Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrStyle.cpp183 const SkPath* pathForStrokeRec = &src; in applyToPath() local
185 pathForStrokeRec = dst; in applyToPath()
190 if (!strokeRec.applyToPath(dst, *pathForStrokeRec)) { in applyToPath()