/external/harfbuzz_ng/util/ |
helper-cairo-ansi.cc | 38 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/libvpx/libvpx/third_party/libyuv/source/ |
row.h | 29 int width); 35 int width); 41 int width); 85 uint8* dst_u, uint8* dst_v, int width); 87 uint8* dst_u, uint8* dst_v, int width); 89 uint8* dst_u, uint8* dst_v, int width); 98 uint8* dst_u, uint8* dst_v, int width); 100 uint8* dst_u, uint8* dst_v, int width); 103 void ReverseRow_SSSE3(const uint8* src, uint8* dst, int width); 106 void ReverseRow_NEON(const uint8* src, uint8* dst, int width); [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_alloccommon.h | 23 int vp9_resize_frame_buffers(struct VP9Common *cm, int width, int height); 25 int vp9_alloc_frame_buffers(struct VP9Common *cm, int width, int height);
|
/external/mesa3d/src/egl/wayland/wayland-egl/ |
wayland-egl.c | 9 int width, int height, 12 egl_window->width = width; 23 int width, int height) 34 wl_egl_window_resize(egl_window, width, height, 0, 0); 49 int *width, int *height) 51 if (width) 52 *width = egl_window->attached_width;
|
/external/mesa3d/src/glx/apple/ |
apple_xgl_api.h | 32 void __applegl_glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, 34 void __applegl_glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type); 36 GLsizei width); 41 void __applegl_glViewport(GLint x, GLint y, GLsizei width, GLsizei height);
|
apple_xgl_api_viewport.c | 38 __applegl_glViewport(GLint x, GLint y, GLsizei width, GLsizei height) 46 __ogl_framework_api->Viewport(x, y, width, height);
|
/external/mesa3d/src/mesa/main/ |
scissor.c | 36 _mesa_Scissor( GLint x, GLint y, GLsizei width, GLsizei height ) 42 _mesa_debug(ctx, "glScissor %d %d %d %d\n", x, y, width, height); 44 if (width < 0 || height < 0) { 49 _mesa_set_scissor(ctx, x, y, width, height); 57 * \param width width of the scissor box. 68 GLint x, GLint y, GLsizei width, GLsizei height) 72 width == ctx->Scissor.Width && 79 ctx->Scissor.Width = width [all...] |
scissor.h | 35 _mesa_Scissor( GLint x, GLint y, GLsizei width, GLsizei height ); 40 GLint x, GLint y, GLsizei width, GLsizei height);
|
texcompress_cpal.h | 34 GLsizei width, GLsizei height, 39 unsigned width, unsigned height);
|
/external/chromium_org/third_party/libwebp/enc/ |
picture_rescale.c | 23 // Grab the 'specs' (writer, *opaque, width, height...) from 'src' and copy them 36 uint8_t* dst, int dst_stride, int width, int height) { 38 memcpy(dst, src, width); 56 int width, int height) { 59 if (width <= 0 || height <= 0) return 0; 60 if ((*left) + width > pic->width) return 0; 74 dst->y, dst->y_stride, dst->width, dst->height); 76 dst->u, dst->uv_stride, HALVE(dst->width), HALVE(dst->height)); 78 dst->v, dst->uv_stride, HALVE(dst->width), HALVE(dst->height)) [all...] |
/external/libyuv/files/include/libyuv/ |
planar_functions.h | 27 int width, int height, 37 int width, int height); 45 int width, int height); 52 int width, int height); 60 int width, int height); 70 int width, int height); 76 int width, int height); 83 int width, int height); 90 int width, int height); 100 int width, int height) [all...] |
convert_argb.h | 38 int width, int height); 46 int width, int height); 54 int width, int height); 62 int width, int height); 70 int width, int height); 76 int width, int height); 82 int width, int height); 89 int width, int height); 96 int width, int height); 102 int width, int height) [all...] |
/external/chromium_org/content/renderer/ |
sad_plugin.cc | 19 const int width = plugin_rect.width(); local 31 canvas->drawRectCoords(0, 0, SkIntToScalar(width), SkIntToScalar(height), 35 SkIntToScalar(std::max(0, (width - sad_plugin_bitmap.width()) / 2)),
|
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/ |
AnimatableLengthSize.h | 41 static PassRefPtrWillBeRawPtr<AnimatableLengthSize> create(PassRefPtrWillBeRawPtr<AnimatableValue> width, PassRefPtrWillBeRawPtr<AnimatableValue> height) 43 return adoptRefWillBeNoop(new AnimatableLengthSize(width, height)); 45 const AnimatableValue* width() const { return m_width.get(); } function in class:blink::FINAL 54 AnimatableLengthSize(PassRefPtrWillBeRawPtr<AnimatableValue> width, PassRefPtrWillBeRawPtr<AnimatableValue> height) 55 : m_width(width)
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/ |
convert_argb.h | 38 int width, int height); 46 int width, int height); 54 int width, int height); 62 int width, int height); 70 int width, int height); 76 int width, int height); 85 int width, int height); 92 int width, int height); 99 int width, int height); 105 int width, int height) [all...] |
/external/chromium_org/third_party/libyuv/include/libyuv/ |
convert_argb.h | 38 int width, int height); 46 int width, int height); 54 int width, int height); 62 int width, int height); 70 int width, int height); 76 int width, int height); 85 int width, int height); 92 int width, int height); 99 int width, int height); 105 int width, int height) [all...] |
/external/chromium_org/third_party/skia/src/utils/ |
SkTextureCompressor.cpp | 26 int width, int height, int rowBytes) { 28 return 0 == etc1_encode_image(src, width, height, 2, rowBytes, dst); 75 int GetCompressedDataSize(Format fmt, int width, int height) { 112 if(((width % dimX) == 0) && ((height % dimY) == 0)) { 113 const int blocksX = width / dimX; 123 int width, int height, int rowBytes, Format format, bool opt) { 170 return proc(dst, src, width, height, rowBytes); 179 int compressedDataSize = GetCompressedDataSize(format, bitmap.width(), bitmap.height()); 188 bitmap.width(), bitmap.height(), bitmap.rowBytes(), format)) { 195 SkBlitter* CreateBlitterForFormat(int width, int height, void* compressedBuffer [all...] |
/external/chromium_org/third_party/skia/tests/ |
FillPathTest.cpp | 19 virtual void blitH(int x, int y, int width) { 34 int width = 200; local 36 clip.set(0, height - expected_lines, width, height); 38 path.quadTo(SkIntToScalar(width/2), SkIntToScalar(height), 39 SkIntToScalar(width), 0.0f);
|
/external/chromium_org/ui/gfx/geometry/ |
size_f.h | 21 SizeF(float width, float height) : SizeBase<SizeF, float>(width, height) {} 29 SetSize(width() * x_scale, height() * y_scale); 36 return lhs.width() == rhs.width() && lhs.height() == rhs.height();
|
/external/glide/library/src/main/java/com/bumptech/glide/request/target/ |
PreloadTarget.java | 10 private int width; field in class:PreloadTarget 13 public PreloadTarget(int width, int height) { 14 this.width = width; 30 cb.onSizeReady(width, height);
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
IndentingWriter.java | 24 * Writer that wraps another writer and passes width-limited and 33 /** {@code > 0;} the maximum output width */ 34 private final int width; field in class:IndentingWriter 52 * @param width {@code >= 0;} the maximum output width (not including 56 public IndentingWriter(Writer out, int width, String prefix) { 63 if (width < 0) { 64 throw new IllegalArgumentException("width < 0"); 71 this.width = (width != 0) ? width : Integer.MAX_VALUE [all...] |
/dalvik/dx/src/com/android/dx/util/ |
IndentingWriter.java | 24 * Writer that wraps another writer and passes width-limited and 33 /** {@code > 0;} the maximum output width */ 34 private final int width; field in class:IndentingWriter 52 * @param width {@code >= 0;} the maximum output width (not including 56 public IndentingWriter(Writer out, int width, String prefix) { 63 if (width < 0) { 64 throw new IllegalArgumentException("width < 0"); 71 this.width = (width != 0) ? width : Integer.MAX_VALUE [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_framebuffer.c | 54 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 = 0 [all...] |
/external/chromium_org/ui/gfx/image/ |
image_util.cc | 43 gfx::JPEGCodec::FORMAT_SkBitmap, bitmap.width(), 52 *trailing = std::max(1, image.width()) - 1; 61 if (bitmap.isNull() || bitmap.width() == 0) 68 int inner_min = bitmap.width(); 69 for (int x = 0; x < bitmap.width(); ++x) { 76 if (inner_min < bitmap.width()) 81 for (int x = bitmap.width() - 1; x > inner_min; --x) { 92 if (inner_min == bitmap.width()) { 93 *leading = bitmap.width()/2; 94 *trailing = bitmap.width()/2 + 1 [all...] |
/external/dexmaker/src/dx/java/com/android/dx/util/ |
IndentingWriter.java | 24 * Writer that wraps another writer and passes width-limited and 33 /** {@code > 0;} the maximum output width */ 34 private final int width; field in class:IndentingWriter 52 * @param width {@code >= 0;} the maximum output width (not including 56 public IndentingWriter(Writer out, int width, String prefix) { 63 if (width < 0) { 64 throw new IllegalArgumentException("width < 0"); 71 this.width = (width != 0) ? width : Integer.MAX_VALUE [all...] |