Searched refs:colorRand (Results 1 – 2 of 2) sorted by relevance
123 static SkRandom colorRand; in onDrawContent() local127 gColors[i] = colorRand.nextU() | 0xff000000; in onDrawContent()
128 SkRandom colorRand; in onDraw() local131 colors[i] = colorRand.nextU() | 0xff000000; in onDraw()