Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
H A DSkAndroidCodec.cpp206 const auto origDims = fCodec->dimensions(); in computeSampleSize() local
207 if (!desiredSize || *desiredSize == origDims) { in computeSampleSize()
211 if (smaller_than(origDims, *desiredSize)) { in computeSampleSize()
212 *desiredSize = origDims; in computeSampleSize()
226 int sampleX = origDims.width() / desiredSize->width(); in computeSampleSize()
227 int sampleY = origDims.height() / desiredSize->height(); in computeSampleSize()
234 if (computedSize == origDims || sampleSize == 1) { in computeSampleSize()
277 *desiredSize = origDims; in computeSampleSize()

Completed in 1 milliseconds