OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colorRand
(Results
1 - 2
of
2
) sorted by null
/external/skia/bench/
ChartBench.cpp
128
SkRandom
colorRand
;
131
colors[i] =
colorRand
.nextU() | 0xff000000;
/external/skia/samplecode/
SampleChart.cpp
123
static SkRandom
colorRand
;
127
gColors[i] =
colorRand
.nextU() | 0xff000000;
Completed in 337 milliseconds