Searched refs:gif (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.cpp222 GifFileType* gif = mFrameSequence.getGif(); local
223 if (!gif) {
252 DGifSavedExtensionToGCB(gif, i, &gcb);
253 const SavedImage& frame = gif->SavedImages[i];
270 DGifSavedExtensionToGCB(gif, i - 1, &prevGcb);
271 const SavedImage& prevFrame = gif->SavedImages[i - 1];
307 const ColorMapObject* cmap = gif->SColorMap;
329 const int maxFrame = gif->ImageCount;
331 DGifSavedExtensionToGCB(gif, lastFrame, &gcb);
/frameworks/base/core/jni/android/graphics/
H A DGIFMovie.cpp346 const GifFileType* gif = fGIF; local
347 if (nullptr == gif)
350 if (gif->ImageCount < 1) {
354 const int width = gif->SWidth;
355 const int height = gif->SHeight;
394 if (gif->SColorMap != nullptr && gif->SBackGroundColor < gif->SColorMap->ColorCount) {
395 const GifColorType& col = gif->SColorMap->Colors[gif
[all...]

Completed in 77 milliseconds