Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkImageDecoder_libbmp.cpp140 const int dstHeight = sampler.scaledHeight(); in onDecode() local
144 for (int y = 0; y < dstHeight; y++) { in onDecode()