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

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libico.cpp 62 static int calculateRowBytesFor8888(int w, int bitCount)
259 bm->setInfo(SkImageInfo::MakeN32Premul(w, h), calculateRowBytesFor8888(w, bitCount));
  /external/skia/src/images/
SkImageDecoder_libico.cpp 62 static int calculateRowBytesFor8888(int w, int bitCount)
268 bm->setInfo(SkImageInfo::MakeN32Premul(w, h), calculateRowBytesFor8888(w, bitCount));

Completed in 132 milliseconds