Lines Matching full:path
77 SkPath path;83 // path.addRect(bounds);84 // path.addOval(bounds);85 path.addRoundRect(bounds, 4, 4);86 aaclip.setPath(path);91 path.offset(10, 10);92 aaclip2.setPath(path);109 SkPath path;110 path.addRect(r);114 canvas->drawPath(path, paint);