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

  /frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp 110 i, mPreservedFrames[i], mRestoringFrames[i], gcb.TransparentColor);
119 if (gcb.TransparentColor == NO_TRANSPARENT_COLOR
256 bool frameOpaque = gcb.TransparentColor == NO_TRANSPARENT_COLOR;
274 bool newFrameOpaque = gcb.TransparentColor == NO_TRANSPARENT_COLOR;
320 copyLine(dst, src, cmap, gcb.TransparentColor, copyWidth);
  /external/giflib/
gif_lib.h 117 int TransparentColor; /* Palette index for transparency, -1 if none */
dgif_lib.c 589 GCB->TransparentColor = (int)GifExtension[3];
591 GCB->TransparentColor = NO_TRANSPARENT_COLOR;
611 GCB->TransparentColor = NO_TRANSPARENT_COLOR;
    [all...]
egif_lib.c 656 GifExtension[0] |= (GCB->TransparentColor == NO_TRANSPARENT_COLOR) ? 0x00 : 0x01;
661 GifExtension[3] = (char)GCB->TransparentColor;
    [all...]
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 141 int transparentColor = NO_TRANSPARENT_COLOR;
210 transparentColor,
224 gifIn, transparentColor, renderBuffer.get(), x, y);
270 transparentColor = gcb.TransparentColor;
276 if (gcb.TransparentColor == NO_TRANSPARENT_COLOR) {
  /external/ImageMagick/MagickCore/
image.c 122 TransparentColor[] = "#00000000"; /* transparent black */
205 (void) QueryColorCompliance(TransparentColor,AllCompliance,
    [all...]

Completed in 555 milliseconds