Home
last modified time | relevance | path

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

/external/skia/bench/
DRepeatTileBench.cpp36 static int convByteTo6(int x) { in convByteTo6() function
45 return convByteTo6(r) * 36 + convByteTo6(g) * 6 + convByteTo6(b); in compute666Index()
DBitmapBench.cpp40 static int convByteTo6(int x) { in convByteTo6() function
49 return convByteTo6(r) * 36 + convByteTo6(g) * 6 + convByteTo6(b); in compute666Index()