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

  /frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp 119 i, mPreservedFrames[i], mRestoringFrames[i], gcb.TransparentColor);
127 if (gcb.TransparentColor == NO_TRANSPARENT_COLOR) {
263 bool frameOpaque = gcb.TransparentColor == NO_TRANSPARENT_COLOR;
281 bool newFrameOpaque = gcb.TransparentColor == NO_TRANSPARENT_COLOR;
329 copyLine(dst, src, cmap, gcb.TransparentColor, copyWidth);
  /external/giflib/
gif_lib.h 116 int TransparentColor; /* Palette index for transparency, -1 if none */
dgif_lib.c 578 GCB->TransparentColor = (int)GifExtension[3];
580 GCB->TransparentColor = NO_TRANSPARENT_COLOR;
600 GCB->TransparentColor = NO_TRANSPARENT_COLOR;
    [all...]

Completed in 298 milliseconds