/external/webp/src/utils/ |
filters.h | 34 typedef void (*WebPFilterFunc)(const uint8_t* in, int width, int height, 36 typedef void (*WebPUnfilterFunc)(int width, int height, int stride, 40 // 'in' corresponds to a 2-dimensional pixel array of size (stride * height) 53 int width, int height, int stride);
|
/external/webrtc/test/testsupport/metrics/ |
video_metrics.h | 63 int height, 85 int height, 106 int height,
|
/hardware/intel/img/hwcomposer/ips/tangier/ |
TngDisplayQuery.cpp | 70 uint32_t width, height; local 71 if (!Hwcomposer::getInstance().getDrm()->getDisplayResolution(device, width, height)) { 79 if (DEFAULT_DRM_FB_HEIGHT / (float)height > 1.5) {
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
FrameViewAutoSizeInfo.cpp | 32 ASSERT(minSize.height() <= maxSize.height()); 73 // If this is the first time we run autosize, start from small height and 76 m_frameView->resize(m_frameView->frameRect().width(), m_minAutoSize.height()); 81 // which may result in a height change during the second iteration. 96 int height = documentRenderBox->scrollHeight(); local 97 IntSize newSize(width, height); 108 newSize.setHeight(newSize.height() + localHorizontalScrollbar->height()); 112 } else if (newSize.height() > m_maxAutoSize.height()) [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
FloatRoundedRect.cpp | 37 FloatRoundedRect::FloatRoundedRect(float x, float y, float width, float height) 38 : m_rect(x, y, width, height) 66 if (!m_topLeft.width() || !m_topLeft.height()) 69 if (!m_topRight.width() || !m_topRight.height()) 72 if (!m_bottomLeft.width() || !m_bottomLeft.height()) 75 if (!m_bottomRight.width() || !m_bottomRight.height()) 82 if (m_topLeft.width() > 0 && m_topLeft.height() > 0) { 84 m_topLeft.setHeight(std::max<float>(0, m_topLeft.height() + topWidth)); 86 if (m_topRight.width() > 0 && m_topRight.height() > 0) { 88 m_topRight.setHeight(std::max<float>(0, m_topRight.height() + topWidth)) [all...] |
/external/libyuv/files/include/libyuv/ |
convert_from.h | 33 int width, int height); 42 int width, int height); 51 int width, int height); 57 int width, int height); 68 int width, int height); 75 int width, int height); 82 int width, int height); 89 int width, int height); 96 int width, int height); 103 int width, int height); [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
DrawableBitmap.java | 35 DrawableBitmap(Texture texture, int width, int height) { 39 mHeight = height; 44 setCrop(0, height, width, height); 55 public void setViewSize(int width, int height) { 56 mViewHeight = height; 69 * @param viewHeight The height of the screen. 112 final float height = mHeight; local 120 || snappedY + height < 0.0f 139 getPriority(), width * scaleX, height * scaleY) [all...] |
/development/perftests/panorama/feature_mos/src/mosaic/ |
Pyramid.cpp | 28 real width, real height, real border) 31 int lines, size = calcStorage(width, height, border2, levels, &lines); 43 curr->height = height; 49 for (int j = height + border2; j--; y++, position += curr->pitch) { 54 height >>= 1; 62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border) 66 calloc(sizeof(PyramidShort) + sizeof(short *) * (height + border2) + 67 sizeof(short) * (width + border2) * (height + border2), 1); 71 short *position = (short *) &y[height + border2] 115 int off, off2, height, h, w; local [all...] |
ImageUtils.cpp | 28 void ImageUtils::rgba2yvu(ImageType out, ImageType in, int width, int height) 32 ImageType vimg = yimg + width*height; 33 ImageType uimg = vimg + width*height; 36 for (int ii = 0; ii < height; ii++) { 73 void ImageUtils::rgb2yvu(ImageType out, ImageType in, int width, int height) 77 ImageType vimg = yimg + width*height; 78 ImageType uimg = vimg + width*height; 81 for (int ii = 0; ii < height; ii++) { 116 ImageType ImageUtils::rgb2gray(ImageType in, int width, int height) 121 ImageType out = ImageUtils::allocateImage(width, height, 1) [all...] |
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Pyramid.cpp | 28 real width, real height, real border) 31 int lines, size = calcStorage(width, height, border2, levels, &lines); 43 curr->height = height; 49 for (int j = height + border2; j--; y++, position += curr->pitch) { 54 height >>= 1; 62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border) 66 calloc(sizeof(PyramidShort) + sizeof(short *) * (height + border2) + 67 sizeof(short) * (width + border2) * (height + border2), 1); 71 short *position = (short *) &y[height + border2] 115 int off, off2, height, h, w; local [all...] |
ImageUtils.cpp | 28 void ImageUtils::rgba2yvu(ImageType out, ImageType in, int width, int height) 32 ImageType vimg = yimg + width*height; 33 ImageType uimg = vimg + width*height; 36 for (int ii = 0; ii < height; ii++) { 73 void ImageUtils::rgb2yvu(ImageType out, ImageType in, int width, int height) 77 ImageType vimg = yimg + width*height; 78 ImageType uimg = vimg + width*height; 81 for (int ii = 0; ii < height; ii++) { 116 ImageType ImageUtils::rgb2gray(ImageType in, int width, int height) 121 ImageType out = ImageUtils::allocateImage(width, height, 1) [all...] |
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Pyramid.cpp | 28 real width, real height, real border) 31 int lines, size = calcStorage(width, height, border2, levels, &lines); 43 curr->height = height; 49 for (int j = height + border2; j--; y++, position += curr->pitch) { 54 height >>= 1; 62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border) 66 calloc(sizeof(PyramidShort) + sizeof(short *) * (height + border2) + 67 sizeof(short) * (width + border2) * (height + border2), 1); 71 short *position = (short *) &y[height + border2] 115 int off, off2, height, h, w; local [all...] |
ImageUtils.cpp | 28 void ImageUtils::rgba2yvu(ImageType out, ImageType in, int width, int height) 32 ImageType vimg = yimg + width*height; 33 ImageType uimg = vimg + width*height; 36 for (int ii = 0; ii < height; ii++) { 73 void ImageUtils::rgb2yvu(ImageType out, ImageType in, int width, int height) 77 ImageType vimg = yimg + width*height; 78 ImageType uimg = vimg + width*height; 81 for (int ii = 0; ii < height; ii++) { 116 ImageType ImageUtils::rgb2gray(ImageType in, int width, int height) 121 ImageType out = ImageUtils::allocateImage(width, height, 1) [all...] |
/external/libyuv/files/source/ |
convert_argb.cc | 33 int width, int height) { 35 width <= 0 || height == 0) { 38 // Negative height means invert the image. 39 if (height < 0) { 40 height = -height; 41 src_argb = src_argb + (height - 1) * src_stride_argb; 46 width * 4, height); 56 int width, int height) { 59 width <= 0 || height == 0) [all...] |
/cts/tests/tests/opengl/src/android/opengl/cts/ |
GL2JniLibOne.java | 24 public static native void init(int category, int subcategory, int width, int height);
|
/device/asus/flo/camera/hdr/include/ |
morpho_image_data.h | 31 int height; /**< ???? */
member in struct:__anon2933
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
GLEncoderUtils.h | 20 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack);
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
GL2EncoderUtils.cpp | 23 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack) 27 return ctx->state()->pixelDataSize(width, height, format, type, pack); 30 size_t pixelDataSize3D(void *self, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack) 32 size_t layerSize = pixelDataSize(self, width, height, format, type, pack);
|
/device/lge/hammerhead/camera/hdr/include/ |
morpho_image_data.h | 31 int height; /**< ???? */
member in struct:__anon3440
|
/device/lge/mako/camera/hdr/include/ |
morpho_image_data.h | 31 int height; /**< ???? */
member in struct:__anon3760
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
JavaBrowserViewRendererHelper.java | 21 * Provides a Bitmap object with a given width and height used for auxiliary rasterization. 26 private static Bitmap createBitmap(int width, int height, Canvas canvas) { 31 height = Math.min(height, canvas.getMaximumBitmapHeight()); 35 bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
|
/external/chromium_org/ash/system/tray/ |
fixed_sized_image_view.h | 14 // An image view with a specified width and height (kTrayPopupDetailsIconWidth). 15 // If the specified width or height is zero, then the image size is used for 19 FixedSizedImageView(int width, int height);
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
view_resizer.h | 13 // to their parents. When a controller needs to change a view's height, rather 18 - (void)resizeView:(NSView*)view newHeight:(CGFloat)height;
|
/external/chromium_org/ppapi/c/dev/ |
pp_video_capture_dev.h | 30 uint32_t height; member in struct:PP_VideoCaptureDeviceInfo_Dev
|
/external/chromium_org/printing/ |
image_mac.cc | 19 if (rect.width() < 1 || rect.height() < 1) 24 size_t bytes = row_length_ * size_.height(); 33 size_.height(), 43 CGRectMake(0, 0, size_.width(), size_.height()), params);
|