Searched refs:calculateRowBytesFor8888 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libico.cpp62 static int calculateRowBytesFor8888(int w, int bitCount) function
259 bm->setInfo(SkImageInfo::MakeN32Premul(w, h), calculateRowBytesFor8888(w, bitCount));
/external/skia/src/images/
H A DSkImageDecoder_libico.cpp62 static int calculateRowBytesFor8888(int w, int bitCount) function
268 bm->setInfo(SkImageInfo::MakeN32Premul(w, h), calculateRowBytesFor8888(w, bitCount));

Completed in 1436 milliseconds