HomeSort by relevance Sort by last modified time
    Searched refs:convByteTo6 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/bench/
BitmapBench.cpp 21 static int convByteTo6(int x) {
30 return convByteTo6(r) * 36 + convByteTo6(g) * 6 + convByteTo6(b);
  /external/skia/bench/
BitmapBench.cpp 21 static int convByteTo6(int x) {
30 return convByteTo6(r) * 36 + convByteTo6(g) * 6 + convByteTo6(b);

Completed in 83 milliseconds