Lines Matching refs:rect
25 "rect, oval, rrect, mixed.");
28 "none, rect, oval, rrect, mixed.");
62 if (!strcmp(FLAGS_shapesType[0], "rect")) {
71 SkDebugf("Invalid shapesType \"%s\". Must be one of: rect, oval, rrect, mixed.",
77 } else if (!strcmp(FLAGS_innerShapesType[0], "rect")) {
87 "none, rect, oval, rrect, mixed.", FLAGS_innerShapesType[0]);
116 "none", "rect", "oval", "rrect", "mixed"
140 fOval.setOval(fRect.rect());
141 fRRect.setNinePatch(fRect.rect(), w / 8, h / 13, w / 11, h / 7);
146 fInnerOval.setOval(fInnerRect.rect());
147 fInnerRRect.setRectXY(fInnerRect.rect(), w / 13, w / 7);
180 fShapes[i].fDraw = bind(&SkCanvas::drawRect, _1, cref(fRect.rect()), _2);
183 fShapes[i].fDraw = bind(&SkCanvas::drawOval, _1, cref(fOval.rect()), _2);