Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkImageDecoder_libico.cpp63 static int calculateRowBytesFor8888(int w, int bitCount) in calculateRowBytesFor8888() function
253 bm->setInfo(SkImageInfo::MakeN32Premul(w, h), calculateRowBytesFor8888(w, bitCount)); in onDecode()