Lines Matching refs:strokePath
1598 SkPath strokePath;
1599 strokePath.moveTo(.08f, .08f);
1600 strokePath.quadTo(.09f, .08f, .17f, .17f);
1606 strokePaint.getFillPath(strokePath, &fillPath, nullptr, precision);
1612 strokePath.transform(scale);
1614 canvas->drawPath(strokePath, strokePaint);
1631 SkPath strokePath;
1632 strokePath.moveTo(20, 20);
1633 strokePath.lineTo(100, 100);
1634 canvas->drawPath(strokePath, paint);
1636 paint.getFillPath(strokePath, &fillPath);