HomeSort by relevance Sort by last modified time
    Searched defs:getSampledDimensions (Results 1 - 2 of 2) sorted by null

  /external/skia/src/codec/
SkAndroidCodec.cpp 237 auto computedSize = this->getSampledDimensions(sampleSize);
251 auto smaller = this->getSampledDimensions(sampleSize + 1);
277 auto bigger = this->getSampledDimensions(sampleSize - 1);
289 SkISize SkAndroidCodec::getSampledDimensions(int sampleSize) const {
329 // If the subset is the entire image, for consistency, use getSampledDimensions().
331 return this->getSampledDimensions(sampleSize);
  /external/skqp/src/codec/
SkAndroidCodec.cpp 241 auto computedSize = this->getSampledDimensions(sampleSize);
255 auto smaller = this->getSampledDimensions(sampleSize + 1);
281 auto bigger = this->getSampledDimensions(sampleSize - 1);
293 SkISize SkAndroidCodec::getSampledDimensions(int sampleSize) const {
333 // If the subset is the entire image, for consistency, use getSampledDimensions().
335 return this->getSampledDimensions(sampleSize);

Completed in 320 milliseconds