Searched refs:mainPixels (Results 1 – 1 of 1) sorted by relevance
122 private byte[] mainPixels; field in GifDecoder349 mainPixels = null; in clear()378 mainPixels = new byte[header.width * header.height]; in setData()405 mainPixels = new byte[header.width * header.height]; in read()495 int index = ((int) mainPixels[sx++]) & 0xff; in setPixels()532 if (mainPixels == null || mainPixels.length < npix) { in decodeBitmapData()534 mainPixels = new byte[npix]; in decodeBitmapData()637 mainPixels[pi++] = pixelStack[top]; in decodeBitmapData()645 mainPixels[i] = 0; in decodeBitmapData()