Searched refs:gif (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/libs/hwui/jni/ |
D | GIFMovie.cpp | 346 const GifFileType* gif = fGIF; in onGetBitmap() local 347 if (nullptr == gif) in onGetBitmap() 350 if (gif->ImageCount < 1) { in onGetBitmap() 354 const int width = gif->SWidth; in onGetBitmap() 355 const int height = gif->SHeight; in onGetBitmap() 394 if (gif->SColorMap != nullptr && gif->SBackGroundColor < gif->SColorMap->ColorCount) { in onGetBitmap() 395 const GifColorType& col = gif->SColorMap->Colors[gif->SBackGroundColor]; in onGetBitmap() 406 if (!trans && gif->SColorMap != nullptr) { in onGetBitmap() 424 drawFrame(bm, cur, gif->SColorMap); in onGetBitmap()
|
/frameworks/ex/framesequence/jni/ |
D | FrameSequence_gif.cpp | 222 GifFileType* gif = mFrameSequence.getGif(); in drawFrame() local 223 if (!gif) { in drawFrame() 252 DGifSavedExtensionToGCB(gif, i, &gcb); in drawFrame() 253 const SavedImage& frame = gif->SavedImages[i]; in drawFrame() 270 DGifSavedExtensionToGCB(gif, i - 1, &prevGcb); in drawFrame() 271 const SavedImage& prevFrame = gif->SavedImages[i - 1]; in drawFrame() 307 const ColorMapObject* cmap = gif->SColorMap; in drawFrame() 329 const int maxFrame = gif->ImageCount; in drawFrame() 331 DGifSavedExtensionToGCB(gif, lastFrame, &gcb); in drawFrame()
|
/frameworks/base/packages/SystemUI/docs/ |
D | kotlin-in-sysui.md | 3 Queue "it's happening" gif.
|
/frameworks/base/mime/java-res/ |
D | android.mime.types | 91 ?image/gif gif
|
/frameworks/native/cmds/installd/ |
D | installd.rc | 42 mkdir /config/sdcardfs/extensions/1057/gif
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 2372 # png:gd:gd, jpg, jpg:cairo, jpg:cairo:gd, jpg:gd, jpg:gd:gd, gif, gif:cairo, 2373 # gif:cairo:gd, gif:gd, gif:gd:gd, svg, png:gd, png:gd:gd, png:cairo,
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1569 # generated by dot. Possible values are png, jpg, or gif
|
/frameworks/native/docs/ |
D | Doxyfile | 1840 # generated by dot. Possible values are svg, png, jpg, or gif.
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 2211 # Possible values are: png, jpg, gif and svg.
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 2330 # Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo,
|