Home
last modified time | relevance | path

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

1234567

/external/skia/src/images/
DSkImageDecoder_libgif.cpp118 static const ColorMapObject* find_colormap(const GifFileType* gif) { in find_colormap() argument
119 const ColorMapObject* cmap = gif->Image.ColorMap; in find_colormap()
121 cmap = gif->SColorMap; in find_colormap()
180 static bool skip_src_rows(GifFileType* gif, uint8_t* dst, int width, int rowsToSkip) { in skip_src_rows() argument
182 if (DGifGetLine(gif, dst, width) == GIF_ERROR) { in skip_src_rows()
234 int close_gif(GifFileType* gif) { in close_gif() argument
236 return DGifCloseFile(gif); in close_gif()
238 return DGifCloseFile(gif, nullptr); in close_gif()
245 GifFileType* gif = DGifOpen(sk_stream, DecodeCallBackProc); local
247 GifFileType* gif = DGifOpen(sk_stream, DecodeCallBackProc, nullptr);
[all …]
DSkMovie_gif.cpp347 const GifFileType* gif = fGIF; in onGetBitmap() local
348 if (nullptr == gif) in onGetBitmap()
351 if (gif->ImageCount < 1) { in onGetBitmap()
355 const int width = gif->SWidth; in onGetBitmap()
356 const int height = gif->SHeight; in onGetBitmap()
395 if (gif->SColorMap != nullptr) { in onGetBitmap()
396 const GifColorType& col = gif->SColorMap->Colors[fGIF->SBackGroundColor]; in onGetBitmap()
407 if (!trans && gif->SColorMap != nullptr) { in onGetBitmap()
425 drawFrame(bm, cur, gif->SColorMap); in onGetBitmap()
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
Djquery.treeview.css14 background: url(images/treeview-default.gif) -64px -25px no-repeat;
41 .treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; }
47 …tCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.gif); }
53 .treeview-red li { background-image: url(images/treeview-red-line.gif); }
54 …stCollapsable, .treeview-red li.lastExpandable { background-image: url(images/treeview-red.gif); }
56 .treeview-black li { background-image: url(images/treeview-black-line.gif); }
57 …lapsable, .treeview-black li.lastExpandable { background-image: url(images/treeview-black.gif); }
59 .treeview-gray li { background-image: url(images/treeview-gray-line.gif); }
60 …Collapsable, .treeview-gray li.lastExpandable { background-image: url(images/treeview-gray.gif); }
62 .treeview-famfamfam li { background-image: url(images/treeview-famfamfam-line.gif); }
[all …]
/external/skia/src/codec/
DSkGifCodec.cpp125 void SkGifCodec::CloseGif(GifFileType* gif) { in CloseGif() argument
127 DGifCloseFile(gif); in CloseGif()
129 DGifCloseFile(gif, nullptr); in CloseGif()
170 SkAutoTCallVProc<GifFileType, CloseGif> gif(open_gif(stream)); in ReadHeader() local
172 if (nullptr == gif) { in ReadHeader()
180 SkCodec::Result result = ReadUpToFirstImage(gif, &transIndex); in ReadHeader()
186 if (GIF_ERROR == DGifGetImageDesc(gif)) { in ReadHeader()
191 SkASSERT(gif->ImageCount >= 1); in ReadHeader()
196 if (!GetDimensions(gif, &size, &frameRect)) { in ReadHeader()
219 *codecOut = new SkGifCodec(imageInfo, streamDeleter.detach(), gif.detach(), transIndex, in ReadHeader()
[all …]
DSkGifCodec.h84 static Result ReadUpToFirstImage(GifFileType* gif, uint32_t* transIndex);
99 static bool GetDimensions(GifFileType* gif, SkISize* size, SkIRect* frameRect);
172 static void CloseGif(GifFileType* gif);
191 SkGifCodec(const SkImageInfo& srcInfo, SkStream* stream, GifFileType* gif, uint32_t transIndex,
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
Dreport.css26 background-image:url(report.gif);
33 background-image:url(group.gif);
40 background-image:url(bundle.gif);
47 background-image:url(package.gif);
54 background-image:url(class.gif);
61 background-image:url(source.gif);
68 background-image:url(method.gif);
75 background-image:url(session.gif);
109 background-image: url(branchfc.gif);
119 background-image: url(branchnc.gif);
[all …]
/external/jacoco/org.jacoco.doc/docroot/doc/.resources/
Ddoc.css3 background-image:url(jar.gif);
10 background-image:url(test.gif);
17 background-image:url(testsuite.gif);
43 background:transparent url(extern.gif) center left no-repeat;
66 background-image:url(report.gif);
73 background-image:url(group.gif);
80 background-image:url(bundle.gif);
87 background-image:url(package.gif);
94 background-image:url(class.gif);
101 background-image:url(source.gif);
[all …]
/external/testng/doc/samplereport/css/
Dmaven-classic.css145 background-image: url(../images/nw_maj_rond.gif);
155 background-image: url(../images/sw_maj_rond.gif);
162 background-image: url(../images/sw_med_rond.gif);
175 background-image: url(../images/strich.gif);
240 background-image: url(../images/icon_help_sml.gif);
246 background: #eee url(../images/help_logo.gif) top right no-repeat !important;
297 background: url(../images/icon_arrowwaste2_sml.gif) no-repeat;
301 background: url(../images/icon_arrowwaste1_sml.gif) no-repeat;
305 background-image: url(../images/icon_arrowfolderopen2_sml.gif);
310 background-image: url(../images/icon_arrowfolderclosed1_sml.gif);
[all …]
/external/libxml2/result/XPath/xptr/
Dvidchildseq9 content=linus.gif
18 content=linus.gif
27 content=linus.gif
36 content=linus.gif
Dchapterschildseq9 content=linus.gif
18 content=linus.gif
27 content=linus.gif
36 content=linus.gif
/external/libxml2/doc/
DMakefile.am26 $(wildcard *.gif) w3c.png $(wildcard html/*.html) \
70 DOM.gif \
73 Libxml2-Logo-180x168.gif \
74 Libxml2-Logo-90x34.gif \
82 catalog.gif \
154 libxml.gif \
162 redhat.gif \
167 smallfootonly.gif \
168 structure.gif \
337gif $(srcdir)/DOM.gif $(srcdir)/smallfootonly.gif $(srcdir)/redhat.gif $(srcdir)/libxml.gif $(srcd…
Ddocdescr.doc22 benchmark.gif Illustrations used for the "main page" and subsidiaries
24 Libxml2-Logo-180x168.gif |
25 libxml.gif |
26 linus.gif |
27 redhat.gif |
28 structure.gif \ /
/external/libxml2/result/
Dslashdot.xml.rde99 3 3 #text 0 1 topicgimp.gif
201 3 3 #text 0 1 topicnews.gif
252 3 3 #text 0 1 topiccorel.gif
303 3 3 #text 0 1 topicmusic.gif
405 3 3 #text 0 1 topicscience.gif
456 3 3 #text 0 1 topicus.gif
507 3 3 #text 0 1 topicredhat.gif
Dslashdot.xml.rdr99 3 3 #text 0 1 topicgimp.gif
201 3 3 #text 0 1 topicnews.gif
252 3 3 #text 0 1 topiccorel.gif
303 3 3 #text 0 1 topicmusic.gif
405 3 3 #text 0 1 topicscience.gif
456 3 3 #text 0 1 topicus.gif
507 3 3 #text 0 1 topicredhat.gif
Dslashdot16.xml.rde99 3 3 #text 0 1 topicgimp.gif
201 3 3 #text 0 1 topicnews.gif
303 3 3 #text 0 1 topicgimp.gif
405 3 3 #text 0 1 topicnews.gif
456 3 3 #text 0 1 topiccorel.gif
507 3 3 #text 0 1 topicmusic.gif
609 3 3 #text 0 1 topicscience.gif
660 3 3 #text 0 1 topicus.gif
711 3 3 #text 0 1 topicredhat.gif
Dslashdot16.xml.rdr99 3 3 #text 0 1 topicgimp.gif
201 3 3 #text 0 1 topicnews.gif
303 3 3 #text 0 1 topicgimp.gif
405 3 3 #text 0 1 topicnews.gif
456 3 3 #text 0 1 topiccorel.gif
507 3 3 #text 0 1 topicmusic.gif
609 3 3 #text 0 1 topicscience.gif
660 3 3 #text 0 1 topicus.gif
711 3 3 #text 0 1 topicredhat.gif
Dslashdot16.xml.sax101 SAX.characters(topicgimp.gif, 13)
203 SAX.characters(topicnews.gif, 13)
305 SAX.characters(topicgimp.gif, 13)
407 SAX.characters(topicnews.gif, 13)
458 SAX.characters(topiccorel.gif, 14)
509 SAX.characters(topicmusic.gif, 14)
611 SAX.characters(topicscience.gif, 16)
662 SAX.characters(topicus.gif, 11)
713 SAX.characters(topicredhat.gif, 15)
Dslashdot.xml.sax101 SAX.characters(topicgimp.gif, 13)
203 SAX.characters(topicnews.gif, 13)
254 SAX.characters(topiccorel.gif, 14)
305 SAX.characters(topicmusic.gif, 14)
407 SAX.characters(topicscience.gif, 16)
458 SAX.characters(topicus.gif, 11)
509 SAX.characters(topicredhat.gif, 15)
/external/chromium-trace/catapult/tracing/third_party/jszip/
DREADME.markdown15 img.file("smile.gif", imgData, {base64: true});
24 smile.gif
/external/nanohttpd/core/src/main/resources/META-INF/nanohttpd/
Ddefault-mimetypes.properties10 gif=image/gif key
/external/proguard/docs/
Dstyle.css83 background: url("steel.gif");
114 background: url("steel.gif");
150 background: url("steel.gif");
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
DGifBitmapWrapperTransformation.java8 import com.bumptech.glide.load.resource.gif.GifDrawable;
9 import com.bumptech.glide.load.resource.gif.GifDrawableTransformation;
/external/curl/tests/data/
Dtest19422 Content-Type: image/gif
37 Content-Type: image/gif
/external/libxml2/result/HTML/
Ddoc3.htm.sax73 SAX.startElement(img, align='bottom', border='0', height='74', src='doc3_files/logo.gif', width='25…
80 SAX.startElement(img, height='15', src='doc3_files/spacer.gif', width='15')
101 SAX.startElement(img, height='15', src='doc3_files/spacer.gif', width='400')
115 …img, align='right', border='0', height='18', hspace='0', src='doc3_files/trcorner.gif', width='20')
117 …(img, align='left', border='0', height='18', hspace='0', src='doc3_files/tlcorner.gif', width='20')
160 SAX.startElement(td, background='doc3_files/hscan.gif', bgcolor='#666666', width='100%')
161 SAX.startElement(img, height='1', src='doc3_files/spacer.gif', width='738')
184 …specification and information.', border='0', height='45', src='doc3_files/bp6icon.gif', width='70')
207 …ool the BX Chipset on your BP6.', border='0', height='45', src='doc3_files/bxcool.gif', width='70')
230 …ming Contest - Coming Soon!', border='0', height='45', src='doc3_files/ugmcontest.gif', width='70')
[all …]
/external/libjpeg-turbo/java/doc/
Dstylesheet.css95 background-image:url(resources/titlebar.gif);
107 background-image:url(resources/background.gif);
116 background-image:url(resources/background.gif);
129 background-image:url(resources/background.gif);
176 background-image:url(resources/tab.gif);
381 background-image:url(resources/titlebar.gif);
386 background-image:url(resources/titlebar_end.gif);

1234567