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

  /external/skia/legacy/src/images/
SkImageDecoder_libico.cpp 65 static int calculateRowBytesFor8888(int w, int bitCount)
238 bm->setConfig(SkBitmap::kARGB_8888_Config, w, h, calculateRowBytesFor8888(w, bitCount));
248 bm->setConfig(SkBitmap::kARGB_8888_Config, w, h, calculateRowBytesFor8888(w, bitCount));
  /external/skia/src/images/
SkImageDecoder_libico.cpp 65 static int calculateRowBytesFor8888(int w, int bitCount)
238 bm->setConfig(SkBitmap::kARGB_8888_Config, w, h, calculateRowBytesFor8888(w, bitCount));
248 bm->setConfig(SkBitmap::kARGB_8888_Config, w, h, calculateRowBytesFor8888(w, bitCount));

Completed in 350 milliseconds