HomeSort by relevance Sort by last modified time
    Searched full:make_rect (Results 1 - 4 of 4) sorted by null

  /external/skia/gm/
shapes.cpp 15 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),
pathfill.cpp 39 static SkScalar make_rect(SkPath* path) { function
98 make_rect,
  /external/skia/samplecode/
SampleShapes.cpp 20 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),
SamplePathFill.cpp 41 static SkScalar make_rect(SkPath* path) { function
98 make_rect,

Completed in 1584 milliseconds