Searched refs:tmpStroke (Results 1 – 2 of 2) sorted by relevance
74 GrStrokeInfo tmpStroke(SkStrokeRec::kFill_InitStyle); in onInitPath() local82 if (!stroke->applyDashToPath(tmpPath.init(), &tmpStroke, *skPath)) { in onInitPath()86 stroke = &tmpStroke; in onInitPath()
275 GrStrokeInfo tmpStroke(SkStrokeRec::kFill_InitStyle); in GrGLPath() local281 if (stroke->applyDashToPath(tmpPath.init(), &tmpStroke, *skPath)) { in GrGLPath()283 stroke = &tmpStroke; in GrGLPath()299 tmpStroke.setFillStyle(); in GrGLPath()300 stroke = &tmpStroke; in GrGLPath()