HomeSort by relevance Sort by last modified time
    Searched refs:pos_le (Results 1 - 2 of 2) sorted by null

  /external/skia/src/images/
SkImageDecoder_libpng.cpp 129 static bool pos_le(int value, int max) { function
479 if (pos_le(info_ptr->sig_bit.red, SK_R16_BITS) &&
480 pos_le(info_ptr->sig_bit.green, SK_G16_BITS) &&
481 pos_le(info_ptr->sig_bit.blue, SK_B16_BITS)) {
    [all...]
  /external/skia/legacy/src/images/
SkImageDecoder_libpng.cpp 128 static bool pos_le(int value, int max) { function
473 if (pos_le(info_ptr->sig_bit.red, SK_R16_BITS) &&
474 pos_le(info_ptr->sig_bit.green, SK_G16_BITS) &&
475 pos_le(info_ptr->sig_bit.blue, SK_B16_BITS)) {
    [all...]

Completed in 998 milliseconds