Lines Matching refs:path
21 /** This tests the GPU backend's caching of path coverage masks */
38 auto drawPathSet = [canvas] (const SkPath& path, const SkMatrix& m) {
41 SkRect bounds = path.getBounds();
49 canvas->drawPath(path, paint);
56 canvas->drawPath(path, paint);
63 canvas->drawPath(path, paint);
70 canvas->drawPath(path, paint);
93 for (const SkPath& path : paths) {
94 SkScalar ty = drawPathSet(path, SkMatrix::I());
100 ty = drawPathSet(path, s);
105 r.setRotate(60.f, path.getBounds().centerX(), path.getBounds().centerY());
106 ty = drawPathSet(path, r);