HomeSort by relevance Sort by last modified time
    Searched refs:gif (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/skia/legacy/src/images/
SkImageDecoder_libgif.cpp 36 /* Implement the GIF interlace algorithm in an iterator.
91 //#define GIF_STAMP "GIF" /* First chars in file - GIF stamp. */
107 static const ColorMapObject* find_colormap(const GifFileType* gif) {
108 const ColorMapObject* cmap = gif->Image.ColorMap;
110 cmap = gif->SColorMap;
144 static bool error_return(GifFileType* gif, const SkBitmap& bm,
154 GifFileType* gif = DGifOpen(sk_stream, DecodeCallBackProc); local
155 if (NULL == gif) {
156 return error_return(gif, *bm, "DGifOpen")
    [all...]
SkMovie_gif.cpp 335 const GifFileType* gif = fGIF; local
336 if (NULL == gif)
339 if (gif->ImageCount < 1) {
343 const int width = gif->SWidth;
344 const int height = gif->SHeight;
385 if (gif->SColorMap != NULL) {
386 const GifColorType& col = gif->SColorMap->Colors[fGIF->SBackGroundColor];
398 if (!trans && gif->SColorMap != NULL) {
416 drawFrame(bm, cur, gif->SColorMap);
  /docs/source.android.com/scripts/
cleanup.sh 3 for img in *.png *.gif *.jpg
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 36 /* Implement the GIF interlace algorithm in an iterator.
91 //#define GIF_STAMP "GIF" /* First chars in file - GIF stamp. */
111 static const ColorMapObject* find_colormap(const GifFileType* gif) {
112 const ColorMapObject* cmap = gif->Image.ColorMap;
114 cmap = gif->SColorMap;
148 static bool error_return(GifFileType* gif, const SkBitmap& bm,
159 GifFileType* gif = DGifOpen(sk_stream, DecodeCallBackProc); local
161 GifFileType* gif = DGifOpen(sk_stream, DecodeCallBackProc, NULL);
163 if (NULL == gif) {
    [all...]
SkMovie_gif.cpp 339 const GifFileType* gif = fGIF; local
340 if (NULL == gif)
343 if (gif->ImageCount < 1) {
347 const int width = gif->SWidth;
348 const int height = gif->SHeight;
389 if (gif->SColorMap != NULL) {
390 const GifColorType& col = gif->SColorMap->Colors[fGIF->SBackGroundColor];
402 if (!trans && gif->SColorMap != NULL) {
420 drawFrame(bm, cur, gif->SColorMap);
  /external/proguard/examples/
proguardgui.pro 49 -adaptresourcefilenames **.properties,**.gif,**.jpg
proguardall.pro 34 -adaptresourcefilenames **.properties,**.gif,**.jpg
  /prebuilts/tools/common/proguard/proguard4.7/examples/
proguardgui.pro 44 -adaptresourcefilenames **.properties,**.gif,**.jpg
proguardall.pro 34 -adaptresourcefilenames **.properties,**.gif,**.jpg
  /external/clang/docs/tools/
manpage.css 186 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/quake/quake/src/QW/
qwcl.x11.spec.sh 20 Icon: quake.gif
glqwcl.spec.sh 20 Icon: quake.gif
qwcl.spec.sh 20 Icon: quake.gif
qwsv.spec.sh 20 Icon: quake.gif
  /external/quake/quake/src/WinQuake/
quake-hipnotic.spec.sh 21 Icon: quake.gif
quake-data.spec.sh 21 Icon: quake.gif
quake-shareware.spec.sh 20 Icon: quake.gif
  /external/chromium/chrome/browser/resources/shared/js/
media_common.js 14 return /\.(bmp|gif|jpe?g|ico|png|webp)$/i.test(path);
  /external/proguard/build/
makefile 69 $(shell find $(SRC)/$(dir $(1)) -maxdepth 1 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n)
84 $(CLASSES)/%.properties $(CLASSES)/%.png $(CLASSES)/%.gif $(CLASSES)/%.pro:
build.sh 49 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) \
  /prebuilts/tools/common/proguard/proguard4.7/build/
makefile 69 $(shell find $(SRC)/$(dir $(1)) -maxdepth 1 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n)
84 $(CLASSES)/%.properties $(CLASSES)/%.png $(CLASSES)/%.gif $(CLASSES)/%.pro:
build.sh 49 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) \
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseGitDiffHeader.pl 288 diff --git a/foo.gif b/foo.gif
302 Index: foo.gif
307 indexPath => "foo.gif",
318 diff --git a/foo.gif b/foo.gif
332 Index: foo.gif
337 indexPath => "foo.gif",
  /external/skia/tools/
update-doxygen.sh 78 find . -name '*.gif' -exec svn propset svn:mime-type image/gif '{}' \;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
feed.css 31 background-image: url(/images/sprite_arrows.gif);

Completed in 616 milliseconds

1 2 3