Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
DSkBmpStandardCodec.cpp304 const int sampledWidth = get_scaled_dimension(this->dimensions().width(), sampleX); in decodeIcoMask() local
331 for (int dstX = 0; dstX < sampledWidth; dstX++) { in decodeIcoMask()