Home
last modified time | relevance | path

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

/external/skqp/src/codec/
DSkAndroidCodec.cpp207 static inline bool smaller_than(const SkISize& a, const SkISize& b) { in smaller_than() function
223 if (smaller_than(fInfo.dimensions(), *desiredSize)) { in computeSampleSize()
259 if (smaller == computedSize || smaller_than(smaller, *desiredSize)) { in computeSampleSize()
272 if (!smaller_than(computedSize, *desiredSize)) { in computeSampleSize()
282 if (bigger == *desiredSize || !smaller_than(bigger, *desiredSize)) { in computeSampleSize()
/external/skia/src/codec/
DSkAndroidCodec.cpp203 static inline bool smaller_than(const SkISize& a, const SkISize& b) { in smaller_than() function
219 if (smaller_than(fInfo.dimensions(), *desiredSize)) { in computeSampleSize()
255 if (smaller == computedSize || smaller_than(smaller, *desiredSize)) { in computeSampleSize()
268 if (!smaller_than(computedSize, *desiredSize)) { in computeSampleSize()
278 if (bigger == *desiredSize || !smaller_than(bigger, *desiredSize)) { in computeSampleSize()