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

/external/skia/bench/
H A DRepeatTileBench.cpp32 static int conv6ToByte(int x) { function
53 int rr = conv6ToByte(r);
55 int gg = conv6ToByte(g);
57 int bb = conv6ToByte(b);
H A DBitmapBench.cpp36 static int conv6ToByte(int x) { function
57 int rr = conv6ToByte(r);
59 int gg = conv6ToByte(g);
61 int bb = conv6ToByte(b);

Completed in 14 milliseconds