OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gif
(Results
51 - 75
of
94
) sorted by null
1
2
3
4
/prebuilts/go/linux-x86/src/net/
interface_bsd_test.go
32
ti.name = fmt.Sprintf("
gif
%d", suffix)
/external/icu/icu4j/
stylesheet7.css
102
background-image:url(resources/titlebar.
gif
);
114
background-image:url(resources/background.
gif
);
123
background-image:url(resources/background.
gif
);
136
background-image:url(resources/background.
gif
);
183
background-image:url(resources/tab.
gif
);
394
background-image:url(resources/titlebar.
gif
);
399
background-image:url(resources/titlebar_end.
gif
);
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifResourceDecoder.java
1
package com.bumptech.glide.load.resource.
gif
;
24
* {@link com.bumptech.glide.load.resource.
gif
.GifDrawable} from {@link java.io.InputStream} data.
71
// If we couldn't decode the
GIF
, we will end up with a frame count of 0.
GifResourceEncoder.java
1
package com.bumptech.glide.load.resource.
gif
;
23
* {@link com.bumptech.glide.load.resource.
gif
.GifDrawable} to cache.
80
Log.v(TAG, "Encoded
gif
with " + decoder.getFrameCount() + " frames and " + drawable.getData().length
GifDrawable.java
1
package com.bumptech.glide.load.resource.
gif
;
23
* An animated {@link android.graphics.drawable.Drawable} that plays the frames of an animated
GIF
.
44
/** The number of times we've looped over all the frames in the
gif
. */
46
/** The number of times to loop through the
gif
animation. */
66
* @param gifHeader The header data for this
gif
.
67
* @param data The full bytes of the
gif
.
68
* @param firstFrame The decoded and transformed first frame of this
gif
.
104
throw new NullPointerException("The first frame of the
GIF
must not be null");
328
throw new NullPointerException("The first frame of the
GIF
must not be null");
GifFrameManager.java
1
package com.bumptech.glide.load.resource.
gif
;
/prebuilts/go/darwin-x86/src/mime/
type.go
37
".
gif
": "image/
gif
",
/prebuilts/go/darwin-x86/src/net/http/
sniff_test.go
40
{"
GIF
87a", []byte(`GIF87a`), "image/
gif
"},
41
{"
GIF
89a", []byte(`GIF89a...`), "image/
gif
"},
sniff.go
83
&exactSig{[]byte("GIF87a"), "image/
gif
"},
84
&exactSig{[]byte("GIF89a"), "image/
gif
"},
/prebuilts/go/linux-x86/src/mime/
type.go
37
".
gif
": "image/
gif
",
/prebuilts/go/linux-x86/src/net/http/
sniff_test.go
40
{"
GIF
87a", []byte(`GIF87a`), "image/
gif
"},
41
{"
GIF
89a", []byte(`GIF89a...`), "image/
gif
"},
sniff.go
83
&exactSig{[]byte("GIF87a"), "image/
gif
"},
84
&exactSig{[]byte("GIF89a"), "image/
gif
"},
/prebuilts/go/darwin-x86/src/compress/lzw/
reader_test.go
69
"
gif
;LSB;8",
/prebuilts/go/linux-x86/src/compress/lzw/
reader_test.go
69
"
gif
;LSB;8",
/external/ImageMagick/coders/
Make.com
51
$call Make
gif
.c
153
cmyk,cut,dcm,dds,debug,dib,dng,dps,dpx,emf,ept,exr,fax,fd,fits,fpx,
gif
, -
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
Dot.py
35
# save dot file as
gif
image into the graph.
gif
file
36
dot.save_img(file_name='graph', file_type='
gif
')
279
def save_img(self, file_name=None, file_type="
gif
", mode='dot'):
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
GifBitmapWrapperResourceDecoder.java
12
import com.bumptech.glide.load.resource.
gif
.GifDrawable;
86
if (type == ImageHeaderParser.ImageType.
GIF
) {
89
// Decoding the
gif
may fail even if the type matches.
/packages/apps/Messaging/tools/messagegen/
fillsms
38
# *.jpg and *.
gif
files in local directory. The SQL commands are in sql.txt
259
for file in `ls *.jpg *.
gif
`;
/external/glide/library/src/main/java/com/bumptech/glide/
Glide.java
49
import com.bumptech.glide.load.resource.
gif
.GifDrawable;
50
import com.bumptech.glide.load.resource.
gif
.GifDrawableLoadProvider;
/prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
gccgoinstallation_test.go
88
"image/
gif
",
/prebuilts/go/darwin-x86/src/image/
decode_example_test.go
18
// two lines to also understand
GIF
and PNG images:
19
// _ "image/
gif
"
/prebuilts/go/darwin-x86/test/stress/
parsego.go
158
"image/
gif
",
/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
gccgoinstallation_test.go
88
"image/
gif
",
/prebuilts/go/linux-x86/src/image/
decode_example_test.go
18
// two lines to also understand
GIF
and PNG images:
19
// _ "image/
gif
"
/prebuilts/go/linux-x86/test/stress/
parsego.go
158
"image/
gif
",
Completed in 627 milliseconds
1
2
3
4