Home
last modified time | relevance | path

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

/third_party/flutter/skia/samplecode/
DSampleChart.cpp116 static SkRandom colorRand; in onDrawContent() local
120 gColors[i] = colorRand.nextU() | 0xff000000; in onDrawContent()
/third_party/skia/bench/
DChartBench.cpp128 SkRandom colorRand; in onDraw() local
131 colors[i] = colorRand.nextU() | 0xff000000; in onDraw()
/third_party/skia/samplecode/
DSampleChart.cpp114 static SkRandom colorRand; in onDrawContent() local
118 gColors[i] = colorRand.nextU() | 0xff000000; in onDrawContent()
/third_party/flutter/skia/bench/
DChartBench.cpp128 SkRandom colorRand; in onDraw() local
131 colors[i] = colorRand.nextU() | 0xff000000; in onDraw()