Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLPathRange.cpp74 GrStrokeInfo tmpStroke(SkStrokeRec::kFill_InitStyle); in onInitPath() local
82 if (!stroke->applyDashToPath(tmpPath.init(), &tmpStroke, *skPath)) { in onInitPath()
86 stroke = &tmpStroke; in onInitPath()
DGrGLPath.cpp275 GrStrokeInfo tmpStroke(SkStrokeRec::kFill_InitStyle); in GrGLPath() local
281 if (stroke->applyDashToPath(tmpPath.init(), &tmpStroke, *skPath)) { in GrGLPath()
283 stroke = &tmpStroke; in GrGLPath()
299 tmpStroke.setFillStyle(); in GrGLPath()
300 stroke = &tmpStroke; in GrGLPath()