Home
last modified time | relevance | path

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

/external/skia/bench/
DRepeatTileBench.cpp43 static int convByteTo6(int x) { in convByteTo6() function
52 return convByteTo6(r) * 36 + convByteTo6(g) * 6 + convByteTo6(b); in compute666Index()
DBitmapBench.cpp47 static int convByteTo6(int x) { in convByteTo6() function
56 return convByteTo6(r) * 36 + convByteTo6(g) * 6 + convByteTo6(b); in compute666Index()