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

12 3 4

  /prebuilts/go/linux-x86/src/image/gif/
reader.go 5 // Package gif implements a GIF image decoder and encoder.
7 // The GIF specification is at http://www.w3.org/Graphics/GIF/spec-gif89a.txt.
8 package gif package
21 errNotEnough = errors.New("gif: not enough image data")
22 errTooMuch = errors.New("gif: too much image data")
23 errBadPixel = errors.New("gif: invalid pixel value")
66 // decoder is the type used to decode a GIF file.
96 // blockReader parses the block structure of GIF image data, whic
    [all...]
writer.go 5 package gif package
49 // encoder encodes an image to the GIF format.
56 g GIF
65 // blockWriter writes the block structure of GIF image data, which
188 e.err = errors.New("gif: cannot encode image block with empty palette")
194 e.err = errors.New("gif: image block is too large to encode")
198 e.err = errors.New("gif: image block is out of bounds")
289 // EncodeAll writes the images in g to w in GIF format with the
291 func EncodeAll(w io.Writer, g *GIF) error {
293 return errors.New("gif: must provide at least one image"
    [all...]
writer_test.go 5 package gif package
30 func readGIF(filename string) (*GIF, error) {
72 {"../testdata/video-001.gif", 0},
73 {"../testdata/video-001.interlaced.gif", 0},
108 m0, err := readImg("../testdata/video-001.gif")
158 "../testdata/video-001.gif",
159 "../testdata/video-005.gray.gif",
165 g0 := &GIF{
182 // The GIF.Disposal, GIF.Config and GIF.BackgroundIndex fields were adde
    [all...]
  /external/clang/www/analyzer/scripts/
expandcollapse.js 77 expander.src = imgPath + "ellipses_light.gif";
86 (getCellInfo(this.id).expanded ? "arrows_light.gif"
87 : "ellipses_light.gif");
91 (getCellInfo(this.id).expanded ? "arrows_dark.gif"
92 : "ellipses_dark.gif");
96 (getCellInfo(this.id).expanded ? "arrows_light.gif"
97 : "ellipses_light.gif");
171 expander.src = imgPath + "ellipses_light.gif";
176 expander.src = imgPath + "arrows_light.gif";
  /prebuilts/go/darwin-x86/src/mime/
type_test.go 104 setType(".gif", "image/gif")
117 {typ: "image/gif", want: []string{".gif"}},
  /prebuilts/go/linux-x86/src/mime/
type_test.go 104 setType(".gif", "image/gif")
117 {typ: "image/gif", want: []string{".gif"}},
  /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 \) \
  /prebuilts/tools/common/proguard/proguard4.7/examples/
proguardall.pro 34 -adaptresourcefilenames **.properties,**.gif,**.jpg
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifDrawableLoadProvider.java 1 package com.bumptech.glide.load.resource.gif;
18 * {@link com.bumptech.glide.load.resource.gif.GifDrawable} that can be used to display an animated GIF.
GifDrawableTransformation.java 1 package com.bumptech.glide.load.resource.gif;
12 * and can apply it to every frame of any {@link com.bumptech.glide.load.resource.gif.GifDrawable}.
29 // our gif, here we create a stand in for a frame and pass it to the transformation to see what the final
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
GifBitmapWrapperResourceEncoder.java 7 import com.bumptech.glide.load.resource.gif.GifDrawable;
13 * {@link com.bumptech.glide.load.resource.gif.GifDrawable}.
ImageVideoGifDrawableLoadProvider.java 11 import com.bumptech.glide.load.resource.gif.GifDrawable;
19 * {@link com.bumptech.glide.load.resource.gif.GifDrawable} or an {@link Bitmap} from either an
40 //TODO: what about the gif provider?
  /prebuilts/go/darwin-x86/src/image/gif/
writer.go 5 package gif package
49 // encoder encodes an image to the GIF format.
56 g GIF
65 // blockWriter writes the block structure of GIF image data, which
188 e.err = errors.New("gif: cannot encode image block with empty palette")
194 e.err = errors.New("gif: image block is too large to encode")
198 e.err = errors.New("gif: image block is out of bounds")
289 // EncodeAll writes the images in g to w in GIF format with the
291 func EncodeAll(w io.Writer, g *GIF) error {
293 return errors.New("gif: must provide at least one image"
    [all...]
writer_test.go 5 package gif package
30 func readGIF(filename string) (*GIF, error) {
72 {"../testdata/video-001.gif", 0},
73 {"../testdata/video-001.interlaced.gif", 0},
108 m0, err := readImg("../testdata/video-001.gif")
158 "../testdata/video-001.gif",
159 "../testdata/video-005.gray.gif",
165 g0 := &GIF{
182 // The GIF.Disposal, GIF.Config and GIF.BackgroundIndex fields were adde
    [all...]
  /external/guice/util/
generate-latest-docs.sh 13 cp lib/build/jdiff/*.gif $HOME/api-diffs-latest/
  /external/proguard/build/
makefile 83 $(shell find $(SRC)/$(dir $(1)) -maxdepth 1 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n)
98 $(CLASSES)/%.properties $(CLASSES)/%.png $(CLASSES)/%.gif $(CLASSES)/%.pro:
build.sh 57 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) \
  /external/proguard/examples/
proguardall.pro 38 -adaptresourcefilenames **.properties,**.gif,**.jpg
  /external/glide/library/src/main/java/com/bumptech/glide/
GifTypeRequest.java 4 import com.bumptech.glide.load.resource.gif.GifDrawable;
13 * A class for creating a load request that either loads an {@link com.bumptech.glide.load.resource.gif.GifDrawable}
15 * {@link com.bumptech.glide.load.resource.gif.GifDrawable} into another resource type.
17 * @param <ModelType> The type of model to load the {@link com.bumptech.glide.load.resource.gif.GifDrawable} or other
50 * Sets a transcoder to transcode the decoded {@link com.bumptech.glide.load.resource.gif.GifDrawable} into another
55 * {@link com.bumptech.glide.load.resource.gif.GifDrawable} will be transcoded to.
57 * @param <R> The type of the resource the {@link com.bumptech.glide.load.resource.gif.GifDrawable} will be
70 * Setup the request to return the bytes of the loaded gif.
76 * @return A new Builder object to build a request to transform the given model into the bytes of an animated gif.
GifRequestBuilder.java 14 import com.bumptech.glide.load.resource.gif.GifDrawable;
15 import com.bumptech.glide.load.resource.gif.GifDrawableTransformation;
26 * A class for creating a request to load an animated gif.
54 * Loads and displays the GIF retrieved by the given thumbnail request if it finishes before this
56 * than the fullsize GIF. There are no guarantees about the order in which the requests will actually
57 * finish. However, if the thumb request completes after the full request, the thumb GIF will never
64 * you want an animation to occur when either the full GIF loads or the thumbnail loads,
139 * Transforms each frame of the GIF using {@link com.bumptech.glide.load.resource.bitmap.CenterCrop}.
153 * Transforms each frame of the GIF using {@link com.bumptech.glide.load.resource.bitmap.FitCenter}.
167 * Transforms each frame of the GIF using the given transformations
    [all...]
  /external/guava/
javadoc-stylesheet.css 95 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);
  /external/libjpeg-turbo/java/doc/
stylesheet.css 95 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);
  /external/ImageMagick/coders/
Android.mk 54 gif.c\
  /prebuilts/go/darwin-x86/src/net/
interface_bsd_test.go 32 ti.name = fmt.Sprintf("gif%d", suffix)

Completed in 728 milliseconds

12 3 4