Home
last modified time | relevance | path

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

12345

/external/skia/src/images/
DSkImageDecoder_libgif.cpp115 static const ColorMapObject* find_colormap(const GifFileType* gif) { in find_colormap() argument
116 const ColorMapObject* cmap = gif->Image.ColorMap; in find_colormap()
118 cmap = gif->SColorMap; in find_colormap()
152 static bool error_return(GifFileType* gif, const SkBitmap& bm, in error_return() argument
162 GifFileType* gif = DGifOpen(sk_stream, DecodeCallBackProc); in onDecode() local
163 if (NULL == gif) { in onDecode()
164 return error_return(gif, *bm, "DGifOpen"); in onDecode()
167 SkAutoTCallIProc<GifFileType, DGifCloseFile> acp(gif); in onDecode()
180 if (DGifGetRecordType(gif, &recType) == GIF_ERROR) { in onDecode()
181 return error_return(gif, *bm, "DGifGetRecordType"); in onDecode()
[all …]
DSkMovie_gif.cpp343 const GifFileType* gif = fGIF; in onGetBitmap() local
344 if (NULL == gif) in onGetBitmap()
347 if (gif->ImageCount < 1) { in onGetBitmap()
351 const int width = gif->SWidth; in onGetBitmap()
352 const int height = gif->SHeight; in onGetBitmap()
393 if (gif->SColorMap != NULL) { in onGetBitmap()
394 const GifColorType& col = gif->SColorMap->Colors[fGIF->SBackGroundColor]; in onGetBitmap()
406 if (!trans && gif->SColorMap != NULL) { in onGetBitmap()
424 drawFrame(bm, cur, gif->SColorMap); in onGetBitmap()
/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/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/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/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
Dqwcl.spec.sh20 Icon: quake.gif
Dqwsv.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/pcre/testdata/
Dtestinput11737 /.*\.gif/
1738 borfle\nbib.gif\nno
1740 /.{0,}\.gif/
1741 borfle\nbib.gif\nno
1743 /.*\.gif/m
1744 borfle\nbib.gif\nno
1746 /.*\.gif/s
1747 borfle\nbib.gif\nno
1749 /.*\.gif/ms
1750 borfle\nbib.gif\nno
[all …]
Dtestoutput12634 /.*\.gif/
2635 borfle\nbib.gif\nno
2636 0: bib.gif
2638 /.{0,}\.gif/
2639 borfle\nbib.gif\nno
2640 0: bib.gif
2642 /.*\.gif/m
2643 borfle\nbib.gif\nno
2644 0: bib.gif
2646 /.*\.gif/s
[all …]
/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