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

1 2

  /external/skia/src/images/
SkImageDecoder_libgif.cpp 44 /* Implement the GIF interlace algorithm in an iterator.
99 //#define GIF_STAMP "GIF" /* First chars in file - GIF stamp. */
115 static const ColorMapObject* find_colormap(const GifFileType* gif) {
116 const ColorMapObject* cmap = gif->Image.ColorMap;
118 cmap = gif->SColorMap;
147 static bool error_return(GifFileType* gif, const SkBitmap& bm,
157 GifFileType* gif = DGifOpen(sk_stream, DecodeCallBackProc); local
158 if (NULL == gif) {
159 return error_return(gif, *bm, "DGifOpen")
    [all...]
SkMovie_gif.cpp 119 GifFileType* gif = fGIF; local
120 if (NULL == gif)
124 ColorMapObject* cmap = gif->SColorMap;
126 cmap = gif->Image.ColorMap;
128 if (cmap == NULL || gif->ImageCount < 1 || cmap->ColorCount != (1 << cmap->BitsPerPixel))
134 const int width = gif->SWidth;
135 const int height = gif->SHeight;
180 if (gif->Image.Interlace) {
  /external/clearsilver/imd/
imd.cs 4 <TD><IMG name="frame0" border=0 height=8 width=8 src="0.gif"></TD>
5 <TD><IMG name="frame1" border=0 height=8 width=<?cs var:image.width ?> src="1.gif"></TD>
6 <TD><IMG name="frame2" border=0 height=8 width=8 src="2.gif"></TD>
9 <TD><IMG name="frame3" border=0 height=<?cs var:image.height ?> width=8 src="3.gif"></TD>
11 <TD><IMG name="frame4" border=0 height=<?cs var:image.height ?> width=8 src="4.gif"></TD>
14 <TD><IMG name="frame5" border=0 height=8 width=8 src="5.gif"></TD>
15 <TD><IMG name="frame6" border=0 height=8 width=<?cs var:image.width ?> src="6.gif"></TD>
16 <TD><IMG name="frame7" border=0 height=8 width=8 src="7.gif"></TD>
48 <TD><IMG name="frame0" border=0 height=8 width=8 src="0.gif"></TD>
49 <TD><IMG name="frame1" border=0 height=8 width=<?cs var:image.width ?> src="1.gif"></TD
    [all...]
  /external/proguard/examples/
proguardgui.pro 49 -adaptresourcefilenames **.properties,**.gif,**.jpg
proguardall.pro 34 -adaptresourcefilenames **.properties,**.gif,**.jpg
  /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
Makefile.Linux 827 cp $(MAINDIR)/quake.gif $(RPMROOT)/SOURCES/quake.gif
881 cp $(MAINDIR)/quake.gif $(RPMROOT)/SOURCES/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
quake.spec.sh 20 Icon: quake.gif
quake-rogue.spec.sh 21 Icon: quake.gif
Makefile.linuxi386 1118 cp $(MOUNT_DIR)/quake.gif $(RPMROOT)/SOURCES/quake.gif
1172 cp $(MOUNT_DIR)/quake.gif $(RPMROOT)/SOURCES/quake.gif
1193 cp $(MOUNT_DIR)/quake.gif $(RPMROOT)/SOURCES/quake.gif
    [all...]
  /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 \) \
  /external/bluetooth/glib/docs/reference/glib/
Makefile.am 53 mainloop-states.gif
  /external/stlport/etc/
STLport-4.5.1.spec 11 Icon: stlport_powered_white.gif
STLport-4.5.3.spec 11 Icon: stlport_powered_white.gif
STLport-4.6.spec 11 Icon: stlport_powered_white.gif
  /external/webkit/
Android.mk 135 $(LOCAL_PATH)/WebCore/platform/image-decoders/gif \
  /external/skia/
Android.mk 5 # build the skia+fretype+png+jpeg+zlib+gif library
  /external/webkit/WebCore/
Android.mk 511 platform/image-decoders/gif/GIFImageDecoder.cpp \
512 platform/image-decoders/gif/GIFImageReader.cpp \

Completed in 761 milliseconds

1 2