Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
H A DSkAndroidCodec.cpp194 static inline bool smaller_than(const SkISize& a, const SkISize& b) { in smaller_than() function
211 if (smaller_than(origDims, *desiredSize)) { in computeSampleSize()
247 if (smaller == computedSize || smaller_than(smaller, *desiredSize)) { in computeSampleSize()
260 if (!smaller_than(computedSize, *desiredSize)) { in computeSampleSize()
270 if (bigger == *desiredSize || !smaller_than(bigger, *desiredSize)) { in computeSampleSize()

Completed in 2 milliseconds