Searched refs:transIndex (Results 1 – 5 of 5) sorted by relevance
50 private int transIndex; // transparent index in color table field in AnimatedGifEncoder205 transIndex = 0; in finish()336 transIndex = findClosest(transparent); in analyzePixels()338 transIndex = findClosest(Color.TRANSPARENT); in analyzePixels()438 out.write(transIndex); // transparent color index in writeGraphicCtrlExt()
15 int transIndex; field in GifFrame
278 if (header.bgIndex == currentFrame.transIndex) { in getNextFrame()285 save = act[currentFrame.transIndex]; in getNextFrame()287 act[currentFrame.transIndex] = 0; in getNextFrame()303 act[currentFrame.transIndex] = save; in getNextFrame()
167 header.currentFrame.transIndex = read(); in readGraphicControlExt()
14 Support setting transIndex based on the presence of transparent pixels in the Bitmap.