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 164 static bool pos_le(int value, int max) { function
506 if (pos_le(sig_bit->red, SK_R16_BITS) &&
507 pos_le(sig_bit->green, SK_G16_BITS) &&
508 pos_le(sig_bit->blue, SK_B16_BITS)) {
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 164 static bool pos_le(int value, int max) { function
506 if (pos_le(sig_bit->red, SK_R16_BITS) &&
507 pos_le(sig_bit->green, SK_G16_BITS) &&
508 pos_le(sig_bit->blue, SK_B16_BITS)) {
    [all...]

Completed in 1006 milliseconds