Lines Matching refs:strokeRec
642 const SkStrokeRec& strokeRec = strokeInfo->getStrokeRec(); in drawRect() local
649 strokeRec); in drawRect()
1063 const SkStrokeRec& strokeRec = strokeInfo.getStrokeRec(); in drawRRect() local
1072 strokeRec)) { in drawRRect()
1147 const SkStrokeRec& strokeRec = strokeInfo.getStrokeRec(); in drawOval() local
1156 strokeRec)) { in drawOval()
1248 const SkStrokeRec& strokeRec = strokeInfo.getStrokeRec(); in drawPath() local
1252 if (useCoverageAA && strokeRec.getWidth() < 0 && !path.isConvex()) { in drawPath()
1256 if (is_nested_rects(target, &pipelineBuilder, color, viewMatrix, path, strokeRec, in drawPath()
1273 strokeRec)) { in drawPath()
1337 SkStrokeRec* strokeRec = dashlessStrokeInfo.getStrokeRecPtr(); in internalDrawPath() local
1338 strokeRec->setResScale(SkScalarAbs(viewMatrix.getMaxScale())); in internalDrawPath()
1339 if (!strokeRec->applyToPath(tmpPath.get(), *pathPtr)) { in internalDrawPath()
1346 strokeRec->setFillStyle(); in internalDrawPath()