Lines Matching defs:path
14 // This path exposed an issue in AAHairlinePathRenderer. When converting from cubics to quads
16 // squashed oval-like path became slightly non-vertical. This caused a missed pixel of AA just
18 SkPathBuilder path;
19 path.moveTo(97,374.5f);
20 path.cubicTo(97,359.8644528f,155.8745488f,348,228.5f,348);
21 path.cubicTo(301.1254512f,348,360,359.8644528f,360,374.5f);
22 path.cubicTo(360,389.1355472f,301.1254512f,401,228.5f,401);
23 path.cubicTo(155.8745488f,401,97,389.1355472f,97,374.5f);
24 path.close();
31 canvas->drawPath(path.detach(), paint);