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

  /external/skia/legacy/src/core/
SkBitmap.cpp 156 int SkBitmap::ComputeBytesPerPixel(SkBitmap::Config config) {
274 fBytesPerPixel = (uint8_t)ComputeBytesPerPixel(c);
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 157 int SkBitmap::ComputeBytesPerPixel(SkBitmap::Config config) {
288 fBytesPerPixel = (uint8_t)ComputeBytesPerPixel(c);
    [all...]

Completed in 19 milliseconds