HomeSort by relevance Sort by last modified time
    Searched full:smaller_than (Results 1 - 3 of 3) sorted by null

  /external/skia/src/codec/
SkAndroidCodec.cpp 214 static inline bool smaller_than(const SkISize& a, const SkISize& b) { function
230 if (smaller_than(fInfo.dimensions(), *desiredSize)) {
266 if (smaller == computedSize || smaller_than(smaller, *desiredSize)) {
279 if (!smaller_than(computedSize, *desiredSize)) {
289 if (bigger == *desiredSize || !smaller_than(bigger, *desiredSize)) {
  /external/skqp/src/codec/
SkAndroidCodec.cpp 214 static inline bool smaller_than(const SkISize& a, const SkISize& b) { function
230 if (smaller_than(fInfo.dimensions(), *desiredSize)) {
266 if (smaller == computedSize || smaller_than(smaller, *desiredSize)) {
279 if (!smaller_than(computedSize, *desiredSize)) {
289 if (bigger == *desiredSize || !smaller_than(bigger, *desiredSize)) {
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_network_stats_unittest.cc 90 SMALLER_THAN,
149 case SMALLER_THAN:\

Completed in 461 milliseconds