Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
DSkAndroidCodec.cpp199 static inline bool strictly_bigger_than(const SkISize& a, const SkISize& b) { in strictly_bigger_than() function
240 if (strictly_bigger_than(computedSize, *desiredSize)) { in computeSampleSize()
/third_party/flutter/skia/src/codec/
DSkAndroidCodec.cpp212 static inline bool strictly_bigger_than(const SkISize& a, const SkISize& b) { in strictly_bigger_than() function
252 if (strictly_bigger_than(computedSize, *desiredSize)) { in computeSampleSize()