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

  /external/skia/include/core/
SkBitmap.h 209 static int ComputeBytesPerPixel(Config c);
215 return ComputeBytesPerPixel(c) >> 1;
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 156 int SkBitmap::ComputeBytesPerPixel(SkBitmap::Config config) {
274 fBytesPerPixel = (uint8_t)ComputeBytesPerPixel(c);
    [all...]

Completed in 2266 milliseconds