Home
last modified time | relevance | path

Searched refs:gif (Results 1 – 25 of 123) sorted by relevance

12345

/external/skia/src/images/
DSkImageDecoder_libgif.cpp107 static const ColorMapObject* find_colormap(const GifFileType* gif) { in find_colormap() argument
108 const ColorMapObject* cmap = gif->Image.ColorMap; in find_colormap()
110 cmap = gif->SColorMap; in find_colormap()
144 static bool error_return(GifFileType* gif, const SkBitmap& bm, in error_return() argument
154 GifFileType* gif = DGifOpen(sk_stream, DecodeCallBackProc); in onDecode() local
155 if (NULL == gif) { in onDecode()
156 return error_return(gif, *bm, "DGifOpen"); in onDecode()
159 SkAutoTCallIProc<GifFileType, DGifCloseFile> acp(gif); in onDecode()
172 if (DGifGetRecordType(gif, &recType) == GIF_ERROR) { in onDecode()
173 return error_return(gif, *bm, "DGifGetRecordType"); in onDecode()
[all …]
DSkMovie_gif.cpp335 const GifFileType* gif = fGIF; in onGetBitmap() local
336 if (NULL == gif) in onGetBitmap()
339 if (gif->ImageCount < 1) { in onGetBitmap()
343 const int width = gif->SWidth; in onGetBitmap()
344 const int height = gif->SHeight; in onGetBitmap()
385 if (gif->SColorMap != NULL) { in onGetBitmap()
386 const GifColorType& col = gif->SColorMap->Colors[fGIF->SBackGroundColor]; in onGetBitmap()
398 if (!trans && gif->SColorMap != NULL) { in onGetBitmap()
416 drawFrame(bm, cur, gif->SColorMap); in onGetBitmap()
/external/llvm/docs/CommandGuide/
Dmanpage.css186 background-image: url(/global/mvc_objects/images/bttndrkblue_bgtop.gif);
190 background-image: url(/global/mvc_objects/images/bttndrkblue_bgleft.gif);
199 background-image: url(/global/mvc_objects/images/bttndrkblue_bgmiddle.gif);
204 background-image: url(/global/mvc_objects/images/bttndrkblue_bgright.gif);
208 background-image: url(/global/mvc_objects/images/bttndrkblue_bgbottom.gif);
223 background: #f0f5fa url(/i/corner-leftline.gif) repeat-y;
227 background: #f0f5fa url(/i/corner-rightline.gif) repeat-y;
231 background: #f0f5fa url(/i/corner-topline.gif) repeat-x;
235 background: #f0f5fa url(/i/corner-botline.gif) repeat-x;
239 background: #ffffff url(/i/corner-rightline.gif) repeat-y;
[all …]
/external/clang/docs/tools/
Dmanpage.css186 background-image: url(/global/mvc_objects/images/bttndrkblue_bgtop.gif);
190 background-image: url(/global/mvc_objects/images/bttndrkblue_bgleft.gif);
199 background-image: url(/global/mvc_objects/images/bttndrkblue_bgmiddle.gif);
204 background-image: url(/global/mvc_objects/images/bttndrkblue_bgright.gif);
208 background-image: url(/global/mvc_objects/images/bttndrkblue_bgbottom.gif);
223 background: #f0f5fa url(/i/corner-leftline.gif) repeat-y;
227 background: #f0f5fa url(/i/corner-rightline.gif) repeat-y;
231 background: #f0f5fa url(/i/corner-topline.gif) repeat-x;
235 background: #f0f5fa url(/i/corner-botline.gif) repeat-x;
239 background: #ffffff url(/i/corner-rightline.gif) repeat-y;
[all …]
/external/llvm/docs/CommandGuide/html/
Dmanpage.css186 background-image: url(/global/mvc_objects/images/bttndrkblue_bgtop.gif);
190 background-image: url(/global/mvc_objects/images/bttndrkblue_bgleft.gif);
199 background-image: url(/global/mvc_objects/images/bttndrkblue_bgmiddle.gif);
204 background-image: url(/global/mvc_objects/images/bttndrkblue_bgright.gif);
208 background-image: url(/global/mvc_objects/images/bttndrkblue_bgbottom.gif);
223 background: #f0f5fa url(/i/corner-leftline.gif) repeat-y;
227 background: #f0f5fa url(/i/corner-rightline.gif) repeat-y;
231 background: #f0f5fa url(/i/corner-topline.gif) repeat-x;
235 background: #f0f5fa url(/i/corner-botline.gif) repeat-x;
239 background: #ffffff url(/i/corner-rightline.gif) repeat-y;
[all …]
/external/clang/www/analyzer/
Dcontent.css71 …eft:20px;color:#000;text-decoration:none;background:url(images/tree/bullet.gif) center left no-rep…
74 #collapsetree li.click a{background:url(images/tree/bullet.gif) center left no-repeat}
75 #collapsetree ul li.click a{background:url(images/tree/bullet.gif) center left no-repeat}
76 #collapsetree li a.subMenu,#collapsetree ul li a.subMenu{background:url(images/tree/plus.gif) cente…
77 #collapsetree li a.click{background:url(images/tree/minus.gif) center left no-repeat}
78 #collapsetree ul li a.click{background:url(images/tree/minus.gif) center left no-repeat}
/external/webkit/Source/WebCore/manual-tests/
Dsvg-animated-gifs.svg9 <xhtml:img src="resources/3dolph.gif" width="150" height="150" />
15 <image xlink:href="resources/3dolph.gif" x="60" y="60" width="170" height="170" />
/external/chromium/chrome/common/extensions/docs/images/intermediate/
DREADME.txt2 need to change images, edit these files instead of the gif/png files
15 Turn different layers on and off to get the figures. E.g., arch-1.gif
/external/proguard/build/
Dmakefile69 …$(dir $(1)) -maxdepth 1 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) …
84 $(CLASSES)/%.properties $(CLASSES)/%.png $(CLASSES)/%.gif $(CLASSES)/%.pro:
Dbuild.sh49 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) \
/external/proguard/docs/
Dstyle.css91 background: url("steel.gif");
126 background: url("steel.gif");
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/mime-types/
Ddillo5 image/gif
/external/chromium/chrome/browser/resources/shared/js/
Dmedia_common.js14 return /\.(bmp|gif|jpe?g|ico|png|webp)$/i.test(path);
/external/chromium-trace/src/shared/js/
Dmedia_common.js14 return /\.(bmp|gif|jpe?g|ico|png|webp)$/i.test(path);
/external/quake/quake/src/WinQuake/
Dquake-hipnotic.spec.sh21 Icon: quake.gif
Dquake-data.spec.sh21 Icon: quake.gif
Dquake.spec.sh20 Icon: quake.gif
/external/quake/quake/src/QW/
Dqwcl.x11.spec.sh20 Icon: quake.gif
Dglqwcl.spec.sh20 Icon: quake.gif
Dqwsv.spec.sh20 Icon: quake.gif
Dqwcl.spec.sh20 Icon: quake.gif
/external/webkit/Source/WebCore/
DCMakeListsWinCE.txt43 platform/image-decoders/gif/GIFImageDecoder.cpp
44 platform/image-decoders/gif/GIFImageReader.cpp
/external/llvm/docs/
Dllvm.css19 background: url("img/lines.gif");
27 color: black; background: url("img/lines.gif");
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
DDesktop.cfg3 LOADER com.jme3.texture.plugins.AWTLoader : jpg, bmp, gif, png, jpeg
/external/dbus/
Dupdate-dbus-docs.sh44 …t doc/api/html/*.html doc/api/html/*.css doc/api/html/*.png doc/api/html/*.gif doc/HACKING doc/AUT…

12345