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

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp 167 static bool pos_le(int value, int max) { function
513 if (pos_le(sig_bit->red, SK_R16_BITS) &&
514 pos_le(sig_bit->green, SK_G16_BITS) &&
515 pos_le(sig_bit->blue, SK_B16_BITS)) {
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 167 static bool pos_le(int value, int max) { function
512 if (pos_le(sig_bit->red, SK_R16_BITS) &&
513 pos_le(sig_bit->green, SK_G16_BITS) &&
514 pos_le(sig_bit->blue, SK_B16_BITS)) {
    [all...]

Completed in 26 milliseconds