Home
last modified time | relevance | path

Searched refs:makeRect (Results 1 – 3 of 3) sorted by relevance

/external/skia/samplecode/
DSamplePathFuzz.cpp314 SkRect makeRect() { in makeRect() function in FuzzPath
331 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()
/external/skia/tools/json/
DSkJSONCanvas.cpp49 Json::Value SkJSONCanvas::makeRect(const SkRect& rect) { in makeRect() function in SkJSONCanvas
60 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()
DSkJSONCanvas.h266 Json::Value makeRect(const SkRect& rect);