Home | History | Annotate | Download | only in gl

Lines Matching defs:stroke

14 GrGLPathRange::GrGLPathRange(GrGLGpu* gpu, PathGenerator* pathGenerator, const GrStrokeInfo& stroke)
16 fStroke(stroke),
27 const GrStrokeInfo& stroke)
29 fStroke(stroke),
38 // * dashing: NVPR stroke dashing is different to Skia.
73 const GrStrokeInfo* stroke = &fStroke;
79 // Thus we must stroke the strokes here, so that all paths in the
82 if (!stroke->applyDashToPath(tmpPath.init(), &tmpStroke, *skPath)) {
86 stroke = &tmpStroke;
88 if (stroke->needToApply()) {
92 if (!stroke->applyToPath(tmpPath.get(), *tmpPath.get())) {