Searched refs:makeRect (Results 1 – 3 of 3) sorted by relevance
314 SkRect makeRect() { in makeRect() function in FuzzPath331 SkRect rect = makeRect(); in makeRRect()335 SkRect oval = makeRect(); in makeRRect()339 SkRect rect = makeRect(); in makeRRect()345 SkRect rect = makeRect(); in makeRRect()354 SkRect rect = makeRect(); in makeRRect()376 SkRect oval = makeRect(); in makePath()383 SkRect rect = makeRect(); in makePath()390 SkRect rect = makeRect(); in makePath()526 SkRect oval = makeRect(); in makePath()
49 Json::Value SkJSONCanvas::makeRect(const SkRect& rect) { in makeRect() function in SkJSONCanvas60 result.append(this->makeRect(rrect.rect())); in makeRRect()585 command[SKJSONCANVAS_ATTRIBUTE_COORDS] = this->makeRect(rect); in onDrawRect()593 command[SKJSONCANVAS_ATTRIBUTE_COORDS] = this->makeRect(rect); in onDrawOval()677 command[SKJSONCANVAS_ATTRIBUTE_SRC] = this->makeRect(*src); in onDrawImageRect()679 command[SKJSONCANVAS_ATTRIBUTE_DST] = this->makeRect(dst); in onDrawImageRect()721 command[SKJSONCANVAS_ATTRIBUTE_SRC] = this->makeRect(*src); in onDrawBitmapRect()723 command[SKJSONCANVAS_ATTRIBUTE_DST] = this->makeRect(dst); in onDrawBitmapRect()855 command[SKJSONCANVAS_ATTRIBUTE_COORDS] = this->makeRect(rect); in onClipRect()903 command[SKJSONCANVAS_ATTRIBUTE_BOUNDS] = this->makeRect(*rec.fBounds); in getSaveLayerStrategy()
266 Json::Value makeRect(const SkRect& rect);