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

/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libpng.cpp152 static bool pos_le(int value, int max) { function
463 if (pos_le(sig_bit->red, SK_R16_BITS) &&
464 pos_le(sig_bit->green, SK_G16_BITS) &&
465 pos_le(sig_bit->blue, SK_B16_BITS)) {
/external/skia/src/images/
H A DSkImageDecoder_libpng.cpp154 static bool pos_le(int value, int max) { function
465 if (pos_le(sig_bit->red, SK_R16_BITS) &&
466 pos_le(sig_bit->green, SK_G16_BITS) &&
467 pos_le(sig_bit->blue, SK_B16_BITS)) {

Completed in 52 milliseconds