Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkBmpStandardCodec.cpp292 const int sampledWidth = get_scaled_dimension(this->getInfo().width(), sampleX); in decodeIcoMask() local
310 for (int dstX = 0; dstX < sampledWidth; dstX++) { in decodeIcoMask()