OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rand_rect
(Results
1 - 3
of
3
) sorted by null
/external/skia/tests/
RegionTest.cpp
197
static void
rand_rect
(SkIRect* rect, SkRandom& rand) {
function
248
rand_rect
(&rect[j], rand);
AAClipTest.cpp
90
static SkIRect
rand_rect
(SkRandom& rand, int n) {
function
101
rgn->op(
rand_rect
(rand, 100), SkRegion::kXOR_Op);
PictureTest.cpp
81
static void
rand_rect
(SkRect* rect, SkRandom& rand, SkScalar W, SkScalar H) {
function
208
rand_rect
(&r, rand, 2*W, 2*H);
Completed in 59 milliseconds