/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_rect.c | 50 unsigned height, 69 height = (height + blockheight - 1)/blockheight; 80 memcpy(dst, src, height * width); 82 for (i = 0; i < height; i++) { 97 unsigned height, 105 int blockheight = desc->block.height; 114 height = (height + blockheight - 1)/blockheight; 123 memset(dst, uc->ub, height * width_size) [all...] |
u_framebuffer.c | 55 dst->height != src->height) 86 dst->height = src->height; 111 fb->width = fb->height = 0; 117 * minimum width and height of all bound surfaces. 122 unsigned *height) 130 h = MIN2(h, fb->cbufs[i]->height); 135 h = MIN2(h, fb->zsbuf->height); 140 *height = 0 [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_rect.c | 50 unsigned height, 69 height = (height + blockheight - 1)/blockheight; 80 memcpy(dst, src, height * width); 82 for (i = 0; i < height; i++) { 97 unsigned height, 105 int blockheight = desc->block.height; 114 height = (height + blockheight - 1)/blockheight; 123 memset(dst, uc->ub, height * width_size) [all...] |
u_framebuffer.c | 55 dst->height != src->height) 86 dst->height = src->height; 111 fb->width = fb->height = 0; 117 * minimum width and height of all bound surfaces. 122 unsigned *height) 130 h = MIN2(h, fb->cbufs[i]->height); 135 h = MIN2(h, fb->zsbuf->height); 140 *height = 0 [all...] |
/frameworks/base/media/mca/filterfw/native/core/ |
geometry.cpp | 73 if (width <= 0.0f || height <= 0.0f || ratio <= 0.0f) { 77 const float current_ratio = width / height; 83 const float dy = height * (current_ratio / ratio - 1.0f); 85 height += dy; 91 if (width <= 0.0f || height <= 0.0f || length <= 0.0f) { 95 const float current_length = width > height ? width : height; 100 const float dy = height * (length / current_length - 1.0f); 102 height += dy; 108 if (width <= 0.0f || height <= 0.0f || factor <= 0.0f) [all...] |
/hardware/qcom/msm8x74/kernel-headers/media/ |
msm_media_info.h | 18 * Y Y Y Y Y Y Y Y Y Y Y Y X X X X Height | 38 * Y_Scanlines: Height aligned to 32 39 * UV_Scanlines: Height/2 aligned to 16 54 * Y Y Y Y Y Y Y Y Y Y Y Y X X X X Height | 74 * Y_Scanlines: Height aligned to 32 75 * UV_Scanlines: Height/2 aligned to 16 92 * Y Y Y Y Y Y Y Y Y Y Y Y X X X X Height | | 110 * Y Y Y Y Y Y Y Y Y Y Y Y X X X X Height | | 130 * Y_Scanlines: Height aligned to 32 131 * UV_Scanlines: Height/2 aligned to 1 [all...] |
/hardware/qcom/msm8x74/original-kernel-headers/media/ |
msm_media_info.h | 18 * Y Y Y Y Y Y Y Y Y Y Y Y X X X X Height | 38 * Y_Scanlines: Height aligned to 32 39 * UV_Scanlines: Height/2 aligned to 16 54 * Y Y Y Y Y Y Y Y Y Y Y Y X X X X Height | 74 * Y_Scanlines: Height aligned to 32 75 * UV_Scanlines: Height/2 aligned to 16 92 * Y Y Y Y Y Y Y Y Y Y Y Y X X X X Height | | 110 * Y Y Y Y Y Y Y Y Y Y Y Y X X X X Height | | 130 * Y_Scanlines: Height aligned to 32 131 * UV_Scanlines: Height/2 aligned to 1 [all...] |
/hardware/qcom/msm8x84/kernel-headers/media/ |
msm_media_info.h | 18 * Y Y Y Y Y Y Y Y Y Y Y Y X X X X Height | 38 * Y_Scanlines: Height aligned to 32 39 * UV_Scanlines: Height/2 aligned to 16 54 * Y Y Y Y Y Y Y Y Y Y Y Y X X X X Height | 74 * Y_Scanlines: Height aligned to 32 75 * UV_Scanlines: Height/2 aligned to 16 92 * Y Y Y Y Y Y Y Y Y Y Y Y X X X X Height | | 110 * Y Y Y Y Y Y Y Y Y Y Y Y X X X X Height | | 130 * Y_Scanlines: Height aligned to 32 131 * UV_Scanlines: Height/2 aligned to 1 [all...] |
/hardware/qcom/msm8x84/original-kernel-headers/media/ |
msm_media_info.h | 18 * Y Y Y Y Y Y Y Y Y Y Y Y X X X X Height | 38 * Y_Scanlines: Height aligned to 32 39 * UV_Scanlines: Height/2 aligned to 16 54 * Y Y Y Y Y Y Y Y Y Y Y Y X X X X Height | 74 * Y_Scanlines: Height aligned to 32 75 * UV_Scanlines: Height/2 aligned to 16 92 * Y Y Y Y Y Y Y Y Y Y Y Y X X X X Height | | 110 * Y Y Y Y Y Y Y Y Y Y Y Y X X X X Height | | 130 * Y_Scanlines: Height aligned to 32 131 * UV_Scanlines: Height/2 aligned to 1 [all...] |
/external/chromium_org/content/renderer/ |
sad_plugin.cc | 20 const int height = plugin_rect.height(); local 31 canvas->drawRectCoords(0, 0, SkIntToScalar(width), SkIntToScalar(height), 36 SkIntToScalar(std::max(0, (height - sad_plugin_bitmap.height()) / 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)); 46 const AnimatableValue* height() const { return m_height.get(); } function in class:blink::FINAL 54 AnimatableLengthSize(PassRefPtrWillBeRawPtr<AnimatableValue> width, PassRefPtrWillBeRawPtr<AnimatableValue> height) 56 , m_height(height)
|
/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)) { 114 const int blocksY = height / dimY; 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/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 | 11 private int height; field in class:PreloadTarget 13 public PreloadTarget(int width, int height) { 15 this.height = height; 30 cb.onSizeReady(width, height);
|
/external/libyuv/files/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); 82 int width, int height); 89 int width, int height); 96 int width, int height); 102 int width, int height); [all...] |
/external/skia/tests/ |
BitmapTest.cpp | 37 for (int height = 0; height < 2; ++height) { 39 bool setConf = bm.setInfo(SkImageInfo::MakeN32Premul(width, height)); 44 REPORTER_ASSERT(reporter, SkToBool(width & height) != bm.empty());
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
PixelUtils.java | 39 * @param height The height of the input image. 47 int height, 57 } else if ((width * height * 4) != input.remaining()) { 60 } else if ((width * height * 4) != output.remaining()) { 64 nativeCopyPixels(input, output, width, height, offset, pixStride, rowStride); 70 int height,
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ImageCanvas.java | 27 * Dimensions holds the desired width, height, and scale for a bitmap being 32 public int height; field in class:ImageCanvas.Dimensions 47 public Dimensions(int width, int height, float scale, float fontSize) { 49 this.height = height; 56 return String.format("Dimens [%d x %d]", width, height);
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/laf/ |
UnifiedContentBorder.java | 28 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { 32 g.drawLine(x, y + height - 2, x + width, y + height - 2); 34 g.drawLine(x, y + height - 1, x + width, y + height - 1);
|
/external/chromium_org/third_party/angle/samples/angle/sample_util/ |
texture_utils.cpp | 24 const size_t height = 2; local 25 GLubyte pixels[width * height * 3] = 32 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, width, height, 0, GL_RGB, GL_UNSIGNED_BYTE, pixels); 83 const size_t height = 256; local 84 std::array<GLubyte, width * height * 3> pixels; 87 for (GLsizei y = 0; y < height; y++) 105 pixels[(y * height + x) * 3] = rColor; 106 pixels[(y * height + x) * 3 + 1] = 0; 107 pixels[(y * height + x) * 3 + 2] = bColor; 119 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, width, height, 0, GL_RGB, GL_UNSIGNED_BYTE, pixels.data()) [all...] |
/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) { 37 while (height-- > 0) { 56 int width, int height) { 59 if (width <= 0 || height <= 0) return 0; 61 if ((*top) + height > pic->height) 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/webp/src/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) { 37 while (height-- > 0) { 56 int width, int height) { 59 if (width <= 0 || height <= 0) return 0; 61 if ((*top) + height > pic->height) 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...] |
/hardware/intel/common/libva/test/putsurface/ |
putsurface_x11.c | 35 static int create_window(void *win_display, int x, int y, int width, int height); 36 static int check_window_event(void *x11_display, void *drawable, int *width, int *height, int *quit); 52 static Pixmap create_pixmap(void *win_display, int width, int height) 64 printf("Create a pixmap from ROOT window %dx%d, pixmap size %dx%d\n\n", attr.width, attr.height, width, height); 65 pixmap = XCreatePixmap(x11_display, root, width, height, 71 static int create_window(void *win_display, int x, int y, int width, int height) 80 drawable_thread0 = (void *)XCreateSimpleWindow(x11_display, root, x, y, width, height, 87 sizehints.height = height; [all...] |