Home
last modified time | relevance | path

Searched refs:colorRand (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/samplecode/
H A DSampleChart.cpp114 static SkRandom colorRand; variable
118 gColors[i] = colorRand.nextU() | 0xff000000;
/third_party/skia/bench/
H A DChartBench.cpp128 SkRandom colorRand; variable
131 colors[i] = colorRand.nextU() | 0xff000000;

Completed in 1 milliseconds