Searched refs:height (Results 176 - 200 of 7326) sorted by relevance

1234567891011>>

/external/deqp/framework/common/
H A DtcuRenderTarget.cpp39 RenderTarget::RenderTarget (int width, int height, const PixelFormat& format, int depthBits, int stencilBits, int numSamples) argument
41 , m_height (height)
/external/deqp/modules/egl/
H A DteglGLES1RenderUtil.hpp37 void clear (int x, int y, int width, int height, const tcu::Vec4& color);
38 void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
H A DteglGLES2RenderUtil.hpp37 void clear (int x, int y, int width, int height, const tcu::Vec4& color);
38 void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
H A DteglVGRenderUtil.hpp37 void clear (int x, int y, int width, int height, const tcu::Vec4& color);
38 void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_alloccommon.h23 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/
H A Dwayland-egl.c9 int width, int height,
13 egl_window->height = height;
23 int width, int height)
34 wl_egl_window_resize(egl_window, width, height, 0, 0);
49 int *width, int *height)
53 if (height)
54 *height = egl_window->attached_height;
8 wl_egl_window_resize(struct wl_egl_window *egl_window, int width, int height, int dx, int dy) argument
22 wl_egl_window_create(struct wl_surface *surface, int width, int height) argument
48 wl_egl_window_get_attached_size(struct wl_egl_window *egl_window, int *width, int *height) argument
/external/mesa3d/src/glx/apple/
H A Dapple_xgl_api_viewport.c38 __applegl_glViewport(GLint x, GLint y, GLsizei width, GLsizei height) argument
46 __ogl_framework_api->Viewport(x, y, width, height);
/external/mesa3d/src/mesa/main/
H A Dscissor.c36 _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);
58 * \param height height of the scissor box.
68 GLint x, GLint y, GLsizei width, GLsizei height)
73 height == ctx->Scissor.Height)
80 ctx->Scissor.Height = height;
83 ctx->Driver.Scissor( ctx, x, y, width, height );
67 _mesa_set_scissor(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height) argument
[all...]
H A Dscissor.h35 _mesa_Scissor( GLint x, GLint y, GLsizei width, GLsizei height );
40 GLint x, GLint y, GLsizei width, GLsizei height);
H A Dtexcompress_cpal.h34 GLsizei width, GLsizei height,
39 unsigned width, unsigned height);
/external/skia/experimental/pixman/
H A Djunk.cpp26 int height,
30 bitmap->setConfig(SkBitmap::kARGB_8888_Config, width, height);
37 for (i = 0; i < height; ++i)
49 int width, height; local
54 height = pixman_image_get_height (image);
80 width, height, NULL, -1);
84 width, height);
89 width, height,
24 pixbuf_from_argb32(uint32_t *bits, int width, int height, int stride) argument
/external/skia/src/gpu/
H A DGrClipData.cpp21 void GrClipData::getConservativeBounds(int width, int height, argument
29 height,
/external/skia/tools/skpdiff/
H A DSkDifferentPixelsMetric_cpu.cpp22 if (baseline->width() != test->width() || baseline->height() != test->height() ||
23 baseline->width() <= 0 || baseline->height() <= 0 ||
29 int height = baseline->height(); local
33 result->poiAlphaMask.allocPixels(SkImageInfo::MakeA8(width, height));
41 for (int y = 0; y < height; y++) {
63 result->result = 1.0 - ((double)result->poiCount / (width * height));
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert_from.cc62 // 420 chroma is 1/2 width, 1/2 height
63 // 422 chroma is 1/2 width, 1x height
71 int width, int height) {
73 const int dst_uv_height = Abs(height);
80 width, height,
84 // 420 chroma is 1/2 width, 1/2 height
85 // 444 chroma is 1x width, 1x height
93 int width, int height) {
95 const int dst_uv_height = Abs(height);
102 width, height,
65 I420ToI422(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
87 I420ToI444(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
109 I420ToI411(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
130 I400Copy(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, int width, int height) argument
148 I422ToYUY2(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_yuy2, int dst_stride_yuy2, int width, int height) argument
203 I420ToYUY2(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_yuy2, int dst_stride_yuy2, int width, int height) argument
254 I422ToUYVY(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_uyvy, int dst_stride_uyvy, int width, int height) argument
309 I420ToUYVY(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_uyvy, int dst_stride_uyvy, int width, int height) argument
360 I420ToNV12(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_uv, int dst_stride_uv, int width, int height) argument
441 I420ToNV21(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_vu, int dst_stride_vu, int width, int height) argument
457 I420ToARGB(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
529 I420ToBGRA(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_bgra, int dst_stride_bgra, int width, int height) argument
591 I420ToABGR(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_abgr, int dst_stride_abgr, int width, int height) argument
645 I420ToRGBA(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_rgba, int dst_stride_rgba, int width, int height) argument
699 I420ToRGB24(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_rgb24, int dst_stride_rgb24, int width, int height) argument
750 I420ToRAW(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_raw, int dst_stride_raw, int width, int height) argument
801 I420ToARGB1555(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb1555, int dst_stride_argb1555, int width, int height) argument
853 I420ToARGB4444(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb4444, int dst_stride_argb4444, int width, int height) argument
904 I420ToRGB565(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_rgb565, int dst_stride_rgb565, int width, int height) argument
955 ConvertFromI420(const uint8* y, int y_stride, const uint8* u, int u_stride, const uint8* v, int v_stride, uint8* dst_sample, int dst_sample_stride, int width, int height, uint32 fourcc) argument
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Dconvert_from.cc62 // 420 chroma is 1/2 width, 1/2 height
63 // 422 chroma is 1/2 width, 1x height
71 int width, int height) {
73 const int dst_uv_height = Abs(height);
80 width, height,
84 // 420 chroma is 1/2 width, 1/2 height
85 // 444 chroma is 1x width, 1x height
93 int width, int height) {
95 const int dst_uv_height = Abs(height);
102 width, height,
65 I420ToI422(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
87 I420ToI444(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
109 I420ToI411(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
130 I400Copy(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, int width, int height) argument
148 I422ToYUY2(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_yuy2, int dst_stride_yuy2, int width, int height) argument
203 I420ToYUY2(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_yuy2, int dst_stride_yuy2, int width, int height) argument
254 I422ToUYVY(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_uyvy, int dst_stride_uyvy, int width, int height) argument
309 I420ToUYVY(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_uyvy, int dst_stride_uyvy, int width, int height) argument
360 I420ToNV12(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_uv, int dst_stride_uv, int width, int height) argument
441 I420ToNV21(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_vu, int dst_stride_vu, int width, int height) argument
457 I420ToARGB(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
529 I420ToBGRA(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_bgra, int dst_stride_bgra, int width, int height) argument
591 I420ToABGR(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_abgr, int dst_stride_abgr, int width, int height) argument
645 I420ToRGBA(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_rgba, int dst_stride_rgba, int width, int height) argument
699 I420ToRGB24(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_rgb24, int dst_stride_rgb24, int width, int height) argument
750 I420ToRAW(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_raw, int dst_stride_raw, int width, int height) argument
801 I420ToARGB1555(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb1555, int dst_stride_argb1555, int width, int height) argument
853 I420ToARGB4444(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb4444, int dst_stride_argb4444, int width, int height) argument
904 I420ToRGB565(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_rgb565, int dst_stride_rgb565, int width, int height) argument
955 ConvertFromI420(const uint8* y, int y_stride, const uint8* u, int u_stride, const uint8* v, int v_stride, uint8* dst_sample, int dst_sample_stride, int width, int height, uint32 fourcc) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_rect.c50 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_siz
44 util_copy_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, const ubyte * src, int src_stride, unsigned src_x, unsigned src_y) argument
91 util_fill_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, union util_color *uc) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_rect.c50 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_siz
44 util_copy_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, const ubyte * src, int src_stride, unsigned src_x, unsigned src_y) argument
91 util_fill_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, union util_color *uc) argument
[all...]
/external/chromium_org/content/renderer/
H A Dsad_plugin.cc20 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/ppapi/cpp/
H A Dsize.h13 /// and height.
17 /// A size of an object based on width and height.
21 /// The default constructor. Initializes the width and height to 0.
24 size_.height = 0;
35 set_height(s.height);
38 /// A constructor accepting two int values for width and height and
42 /// @param[in] h An int value representing a height.
93 /// Getter function for returning the value of height.
95 /// @return The value of height for this <code>Size</code>.
96 int height() cons function in class:pp::Size
230 float height() const { function in class:pp::FloatSize
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableLengthSize.h41 static PassRefPtrWillBeRawPtr<AnimatableLengthSize> create(PassRefPtrWillBeRawPtr<AnimatableValue> width, PassRefPtrWillBeRawPtr<AnimatableValue> height) argument
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) argument
56 , m_height(height)
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dconvert_argb.h38 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/
H A Dconvert_argb.h38 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/
H A DSkTextureCompressor.cpp26 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) { argument
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, voi argument
25 compress_etc1_565(uint8_t* dst, const uint8_t* src, int width, int height, int rowBytes) argument
122 CompressBufferToFormat(uint8_t* dst, const uint8_t* src, SkColorType srcColorType, int width, int height, int rowBytes, Format format, bool opt) argument
214 DecompressBufferFromFormat(uint8_t* dst, int dstRowBytes, const uint8_t* src, int width, int height, Format format) argument
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DPreloadTarget.java11 private int height; field in class:PreloadTarget
13 public PreloadTarget(int width, int height) { argument
15 this.height = height;
30 cb.onSizeReady(width, height);
/external/libyuv/files/include/libyuv/
H A Dconvert_argb.h38 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...]

Completed in 412 milliseconds

1234567891011>>