Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleChart.cpp123 static SkRandom colorRand; in onDrawContent() local
127 gColors[i] = colorRand.nextU() | 0xff000000; in onDrawContent()
/external/skia/bench/
DChartBench.cpp128 SkRandom colorRand; in onDraw() local
131 colors[i] = colorRand.nextU() | 0xff000000; in onDraw()