Searched refs:make_rect (Results 1 - 4 of 4) sorted by relevance

/external/skia/gm/
H A Dshapes.cpp15 static SkRect make_rect(int l, int t, int r, int b) { function in namespace:skiagm
24 s->setRect(make_rect(10, 10, 90, 90));
33 s->setOval(make_rect(10, 10, 90, 90));
40 s->setRRect(make_rect(10, 10, 90, 90),
H A Dpathfill.cpp39 static SkScalar make_rect(SkPath* path) { function
98 make_rect,
/external/skia/samplecode/
H A DSampleShapes.cpp20 static SkRect make_rect(int l, int t, int r, int b) { function
29 s->setRect(make_rect(10, 10, 90, 90));
39 s->setOval(make_rect(10, 10, 90, 90));
47 s->setRRect(make_rect(10, 10, 90, 90),
H A DSamplePathFill.cpp41 static SkScalar make_rect(SkPath* path) { function
98 make_rect,

Completed in 57 milliseconds