Searched refs:endOfInformation (Results 1 – 1 of 1) sorted by relevance
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/ |
D | GifDecoder.java | 529 …int available, clear, codeMask, codeSize, endOfInformation, inCode, oldCode, bits, code, count, i,… in decodeBitmapData() local 549 endOfInformation = clear + 1; in decodeBitmapData() 600 if (code == endOfInformation) { in decodeBitmapData()
|