Lines Matching refs:strokePath
1406 SkPath strokePath;
1407 strokePath.moveTo(.08f, .08f);
1408 strokePath.quadTo(.09f, .08f, .17f, .17f);
1414 strokePaint.getFillPath(strokePath, &fillPath, nullptr, precision);
1420 strokePath.transform(scale);
1422 canvas->drawPath(strokePath, strokePaint);
1439 SkPath strokePath;
1440 strokePath.moveTo(20, 20);
1441 strokePath.lineTo(100, 100);
1442 canvas->drawPath(strokePath, paint);
1444 paint.getFillPath(strokePath, &fillPath);