Searched refs:height (Results 101 - 125 of 7326) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_tile.h32 gl_format format, unsigned width, unsigned height);
36 gl_format format, unsigned width, unsigned height);
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap_scroll.cpp28 int height = this->height(); local
31 if ((dx | dy) == 0 || width <= 0 || height <= 0) {
42 r.set(0, 0, width, height);
71 height += dy;
74 height -= dy;
76 src += (height - 1) * rowBytes;
77 dst += (height - 1) * rowBytes;
97 while (--height >= 0) {
/external/chromium_org/third_party/skia/src/opts/
H A DSkBlitRect_opts_SSE2.h17 int width, int height,
H A DSkMorphology_opts_SSE2.h14 int width, int height, int srcStride, int dstStride);
16 int width, int height, int srcStride, int dstStride);
18 int width, int height, int srcStride, int dstStride);
20 int width, int height, int srcStride, int dstStride);
/external/chromium_org/third_party/webrtc/test/
H A Dnull_platform_renderer.cc18 size_t height) {
16 CreatePlatformRenderer(const char* window_title, size_t width, size_t height) argument
/external/deqp/modules/egl/
H A DteglGLES1RenderUtil.cpp41 void clear (int x, int y, int width, int height, const tcu::Vec4& color) argument
44 glScissor(x, y, width, height);
50 void readPixels (tcu::Surface& dst, int x, int y, int width, int height) argument
52 dst.setSize(width, height);
53 glReadPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
58 void clear (int x, int y, int width, int height, const tcu::Vec4& color)
60 DE_UNREF(x && y && width && height);
65 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
67 DE_UNREF(x && y && width && height);
H A DteglGLES2RenderUtil.cpp45 void clear (int x, int y, int width, int height, const tcu::Vec4& color) argument
48 glScissor(x, y, width, height);
54 void readPixels (tcu::Surface& dst, int x, int y, int width, int height) argument
56 dst.setSize(width, height);
57 glReadPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
62 void clear (int x, int y, int width, int height, const tcu::Vec4& color)
64 DE_UNREF(x && y && width && height);
69 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
71 DE_UNREF(x && y && width && height);
H A DteglVGRenderUtil.cpp41 void clear (int x, int y, int width, int height, const tcu::Vec4& color) argument
44 vgClear(x, y, width, height);
48 void readPixels (tcu::Surface& dst, int x, int y, int width, int height) argument
50 dst.setSize(width, height);
51 vgReadPixels(dst.getAccess().getDataPtr(), width*4, VG_sRGBA_8888, 0, 0, width, height);
56 void clear (int x, int y, int width, int height, const tcu::Vec4& color)
58 DE_UNREF(x && y && width && height);
63 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
65 DE_UNREF(x && y && width && height);
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DAttributeStrategy.java20 public Bitmap get(int width, int height, Bitmap.Config config) { argument
21 final Key key = keyPool.get(width, height, config);
37 public String logBitmap(int width, int height, Bitmap.Config config) { argument
38 return getBitmapString(width, height, config);
55 private static String getBitmapString(int width, int height, Bitmap.Config config) { argument
56 return "[" + width + "x" + height + "], " + config;
60 public Key get(int width, int height, Bitmap.Config config) { argument
62 result.init(width, height, config);
75 private int height; field in class:AttributeStrategy.Key
83 public void init(int width, int height, Bitma argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_etc.h32 util_format_etc1_rgb8_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
35 util_format_etc1_rgb8_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_etc1_rgb8_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_etc1_rgb8_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
H A Du_format_latc.h35 util_format_latc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_latc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
44 util_format_latc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
55 util_format_latc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
58 util_format_latc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_latc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
64 util_format_latc1_snorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
74 util_format_latc2_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
77 util_format_latc2_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
[all...]
/external/mesa3d/src/gallium/targets/graw-null/
H A Dgraw_null.c10 unsigned height,
7 graw_create_window_and_screen( int x, int y, unsigned width, unsigned height, enum pipe_format format, void **handle) argument
/external/mesa3d/src/gallium/winsys/sw/fbdev/
H A Dfbdev_sw_winsys.h39 unsigned width, height; member in struct:fbdev_sw_drawable
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_tile.h32 gl_format format, unsigned width, unsigned height);
36 gl_format format, unsigned width, unsigned height);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tile.h32 gl_format format, unsigned width, unsigned height);
36 gl_format format, unsigned width, unsigned height);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DVideoQuality.java22 int height; field in class:VideoQuality
/external/opencv/cvaux/src/
H A D_cvaux.h57 return size1.width == size2.width && size1.height == size2.height;
63 return size1.width != size2.width || size1.height != size2.height;
/external/skia/src/core/
H A DSkBitmap_scroll.cpp28 int height = this->height(); local
31 if ((dx | dy) == 0 || width <= 0 || height <= 0) {
42 r.set(0, 0, width, height);
71 height += dy;
74 height -= dy;
76 src += (height - 1) * rowBytes;
77 dst += (height - 1) * rowBytes;
97 while (--height >= 0) {
/external/skia/src/opts/
H A DSkBlitRect_opts_SSE2.h17 int width, int height,
H A DSkMorphology_opts_SSE2.h14 int width, int height, int srcStride, int dstStride);
16 int width, int height, int srcStride, int dstStride);
18 int width, int height, int srcStride, int dstStride);
20 int width, int height, int srcStride, int dstStride);
/external/webp/src/utils/
H A Dquant_levels.h25 // Replace the input 'data' of size 'width'x'height' with 'num-levels'
29 int QuantizeLevels(uint8_t* const data, int width, int height, int num_levels,
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DRoundedRect.cpp48 if (!m_topLeft.width() || !m_topLeft.height())
51 if (!m_topRight.width() || !m_topRight.height())
54 if (!m_bottomLeft.width() || !m_bottomLeft.height())
57 if (!m_bottomRight.width() || !m_bottomRight.height())
64 if (m_topLeft.width() > 0 && m_topLeft.height() > 0) {
66 m_topLeft.setHeight(std::max<int>(0, m_topLeft.height() + topWidth));
68 if (m_topRight.width() > 0 && m_topRight.height() > 0) {
70 m_topRight.setHeight(std::max<int>(0, m_topRight.height() + topWidth));
72 if (m_bottomLeft.width() > 0 && m_bottomLeft.height() > 0) {
74 m_bottomLeft.setHeight(std::max<int>(0, m_bottomLeft.height()
135 RoundedRect(int x, int y, int width, int height) argument
[all...]
H A DIntSize.h46 IntSize(int width, int height) : m_width(width), m_height(height) { } argument
49 int height() const { return m_height; } function in class:blink::IntSize
52 void setHeight(int height) { m_height = height; } argument
59 void expand(int width, int height) argument
62 m_height += height;
97 if (m_height < minimumSize.height())
98 m_height = minimumSize.height();
104 return static_cast<uint64_t>(width()) * height();
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drotate_argb.cc47 int width, int height) {
53 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(height, 4) && // Width of dest.
58 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(height, 4) && // Width of dest.
65 ScaleARGBRowDownEven(src, 0, src_pixel_step, dst, height);
73 int width, int height) {
77 src += src_stride * (height - 1);
79 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
84 int width, int height) {
90 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
95 int width, int height) {
45 ARGBTranspose(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width, int height) argument
71 ARGBRotate90(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width, int height) argument
82 ARGBRotate270(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width, int height) argument
93 ARGBRotate180(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width, int height) argument
164 ARGBRotate(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height, enum RotationMode mode) argument
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Drotate_argb.cc47 int width, int height) {
53 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(height, 4) && // Width of dest.
58 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(height, 4) && // Width of dest.
65 ScaleARGBRowDownEven(src, 0, src_pixel_step, dst, height);
73 int width, int height) {
77 src += src_stride * (height - 1);
79 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
84 int width, int height) {
90 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
95 int width, int height) {
45 ARGBTranspose(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width, int height) argument
71 ARGBRotate90(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width, int height) argument
82 ARGBRotate270(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width, int height) argument
93 ARGBRotate180(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width, int height) argument
164 ARGBRotate(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height, enum RotationMode mode) argument
[all...]

Completed in 2217 milliseconds

1234567891011>>