Searched refs:tpixel (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/gif/
H A DGIFImageReader.h159 int tpixel; // Index of transparent pixel. member in struct:GIFFrameContext
168 bool isTransparent : 1; // TRUE, if tpixel is valid.
178 , tpixel(0)
H A DGIFImageDecoder.cpp220 if ((!frameContext->isTransparent || (sourceValue != frameContext->tpixel)) && (sourceValue < colorMapSize)) {
H A DGIFImageReader.cpp567 currentFrame->tpixel = currentComponent[3];

Completed in 118 milliseconds