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

  /packages/apps/Messaging/jni/
GifTranscoder.cpp 130 gifIn->SBackGroundColor,
277 if (gifIn->SBackGroundColor < 0 ||
278 gifIn->SBackGroundColor >= gifIn->SColorMap->ColorCount) {
279 LOGE("SBackGroundColor overflow");
283 gifIn->SColorMap->Colors[gifIn->SBackGroundColor];
  /frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp 120 && mGif->SBackGroundColor < cmap->ColorCount) {
121 mBgColor = gifColorToColor8888(cmap->Colors[mGif->SBackGroundColor]);
  /frameworks/base/core/jni/android/graphics/
GIFMovie.cpp 394 if (gif->SColorMap != nullptr && gif->SBackGroundColor < gif->SColorMap->ColorCount) {
395 const GifColorType& col = gif->SColorMap->Colors[gif->SBackGroundColor];
  /external/giflib/
gif_lib.h 74 GifWord SBackGroundColor; /* Background color for virtual canvas */
egif_lib.c 299 GifFile->SBackGroundColor = BackGround;
    [all...]
dgif_lib.c 263 GifFile->SBackGroundColor = Buf[1];
    [all...]

Completed in 126 milliseconds