Searched defs:width (Results 226 - 250 of 3377) sorted by relevance

1234567891011>>

/external/glide/library/src/main/java/com/bumptech/glide/load/model/
H A DUrlLoader.java15 public DataFetcher<T> getResourceFetcher(URL model, int width, int height) { argument
16 return glideUrlLoader.getResourceFetcher(new GlideUrl(model), width, height);
/external/glide/library/src/main/java/com/bumptech/glide/load/model/stream/
H A DBaseGlideUrlLoader.java41 public DataFetcher<InputStream> getResourceFetcher(T model, int width, int height) { argument
44 result = modelCache.get(model, width, height);
48 String stringURL = getUrl(model, width, height);
52 modelCache.put(model, width, height, result);
56 return concreteLoader.getResourceFetcher(result, width, height);
63 * @param width The width of the view/target the image will be loaded into
67 protected abstract String getUrl(T model, int width, int height); argument
H A DMediaStoreStreamLoader.java28 public DataFetcher<InputStream> getResourceFetcher(Uri model, int width, int height) { argument
29 return new MediaStoreThumbFetcher(context, model, uriLoader.getResourceFetcher(model, width, height), width,
H A DStreamByteArrayLoader.java25 public DataFetcher<InputStream> getResourceFetcher(byte[] model, int width, int height) { argument
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/
H A DNullDecoder.java17 public Resource<Z> decode(T source, int width, int height) throws IOException { argument
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DFileDescriptorBitmapDecoder.java30 public Resource<Bitmap> decode(ParcelFileDescriptor source, int width, int height) throws IOException { argument
31 Bitmap bitmap = bitmapDecoder.decode(source, bitmapPool, width, height, decodeFormat);
H A DImageVideoBitmapDecoder.java25 public Resource<Bitmap> decode(ImageVideoWrapper source, int width, int height) throws IOException { argument
30 result = streamDecoder.decode(source.getStream(), width, height);
41 result = fileDescriptorDecoder.decode(source.getFileDescriptor(), width, height);
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifFrameResourceDecoder.java20 public Resource<Bitmap> decode(GifDecoder source, int width, int height) throws IOException { argument
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
H A DGifBitmapWrapperResourceDecoder.java27 public Resource<GifBitmapWrapper> decode(ImageVideoWrapper source, int width, int height) throws IOException { argument
40 Resource<GifData> gifResource = gifDecoder.decode(bis, width, height);
46 Resource<Bitmap> bitmapResource = bitmapDecoder.decode(source, width, height);
H A DGifBitmapWrapperStreamResourceDecoder.java18 public Resource<GifBitmapWrapper> decode(InputStream source, int width, int height) throws IOException { argument
19 return gifBitmapDecoder.decode(new ImageVideoWrapper(source, null), width, height);
/external/harfbuzz_ng/util/
H A Dhelper-cairo-ansi.cc38 unsigned int width = cairo_image_surface_get_width (surface); local
41 cairo_surface_t *new_surface = cairo_image_surface_create (CAIRO_FORMAT_RGB24, width, height);
72 for (i = 0; i < width; i++)
75 if (i < width)
87 for (i = 0; i < width; i++)
90 if (i < width)
97 if (width && height)
98 ansi_print_image_rgb24 (data, width, height, stride / 4);
/external/icu/icu4c/source/i18n/unicode/
H A Dmeasfmt.h103 const Locale &locale, UMeasureFormatWidth width, UErrorCode &status);
111 UMeasureFormatWidth width,
256 UMeasureFormatWidth width,
307 UMeasureFormatWidth width; member in class:MeasureFormat
/external/icu/icu4c/source/samples/layout/
H A DSurface.cpp16 le_int32 x, le_int32 y, le_int32 width, le_int32 height)
23 clip.right = width;
15 drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx, le_int32 x, le_int32 y, le_int32 width, le_int32 height) argument
H A Drsurface.cpp17 const float *positions, le_int32 x, le_int32 y, le_int32 width, le_int32 height)
21 rs->drawGlyphs((const LEFontInstance *) font, glyphs, count, positions, x, y, width, height);
16 rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count, const float *positions, le_int32 x, le_int32 y, le_int32 width, le_int32 height) argument
/external/libmtp/src/
H A Dutil.c91 int width = ((16-ln)/2)*5 + (2*(ln%2)); local
92 fprintf(f, "%*.*s", width, width, "");
/external/libyuv/files/source/
H A Drotate_neon.cc27 int width) {
182 "+r"(width) // %4
194 int width) {
395 "+r"(width) // %6
25 TransposeWx8_NEON(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width) argument
191 TransposeUVWx8_NEON(const uint8* src, int src_stride, uint8* dst_a, int dst_stride_a, uint8* dst_b, int dst_stride_b, int width) argument
/external/mesa3d/src/egl/wayland/wayland-egl/
H A Dwayland-egl-priv.h20 int width; member in struct:wl_egl_window
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_framebuffer.c54 if (dst->width != src->width ||
85 dst->width = src->width;
111 fb->width = fb->height = 0;
117 * minimum width and height of all bound surfaces.
121 unsigned *width,
129 w = MIN2(w, fb->cbufs[i]->width);
134 w = MIN2(w, fb->zsbuf->width);
139 *width
120 util_framebuffer_min_size(const struct pipe_framebuffer_state *fb, unsigned *width, unsigned *height) argument
[all...]
H A Du_linear.h44 /** Block width in pixels */
45 unsigned width; member in struct:u_linear_format_block
82 * @tile_width the width of the tile in pixels
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_decoder.c52 unsigned width, unsigned height, unsigned max_references,
59 assert(width > 0 && height > 0);
68 buffer_width = pot_buffers ? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH);
48 vl_create_decoder(struct pipe_context *pipe, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_chroma_format chroma_format, unsigned width, unsigned height, unsigned max_references, bool expect_chunked_decode) argument
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_transfer.h12 uint32_t width; member in struct:nv50_m2mf_rect
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Dnative_modeset.h41 int width, height; member in struct:native_mode
72 uint width, uint height);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dimage.h42 VGint width, height; member in struct:vg_image
53 VGint width, VGint height);
57 VGint x, VGint y, VGint width, VGint height);
64 VGint width, VGint height);
71 VGint width, VGint height);
75 VGint width, VGint height);
79 VGint width, VGint height,
86 VGint width, VGint height);
89 VGint width, VGint height);
102 VGint width, VGin
[all...]
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dtest_context.c34 const unsigned int width = 16, height = 16; local
49 width,
72 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, NULL) == XvMCBadContext);
75 assert(XvMCCreateContext(display, -1, surface_type_id, width, height, XVMC_DIRECT, &context) == XvBadPort);
77 assert(XvMCCreateContext(display, port_num, -1, width, height, XVMC_DIRECT, &context) == BadMatch);
79 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, -1, &context) == BadValue);
80 /* Test huge width */
83 assert(XvMCCreateContext(display, port_num, surface_type_id, width, 16384, XVMC_DIRECT, &context) == BadValue);
84 /* Test huge width & height */
87 assert(XvMCCreateContext(display, port_num, surface_type_id, width, heigh
[all...]
H A Dtest_surface.c34 const unsigned int width = 16, height = 16; local
50 width,
71 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
85 /* Test width & height assigned and correct */
86 assert(surface.width == width && surface.height == height);

Completed in 238 milliseconds

1234567891011>>