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

  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
ImageHeaderParser.java 81 final int firstFourBytes = firstTwoBytes << 16 & 0xFFFF0000 | streamReader.getUInt16() & 0xFFFF;
82 if (firstFourBytes == PNG_HEADER) { //PNG
90 if (firstFourBytes >> 8 == GIF_HEADER) { //GIF from first 3 bytes
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java     [all...]

Completed in 105 milliseconds