Home
last modified time | relevance | path

Searched refs:Height (Results 1 – 25 of 610) sorted by relevance

12345678910>>...25

/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusTypes.h141 Width = Height = 0.0f; in SizeF()
147 Height = size.Height; in SizeF()
154 Height = height; in SizeF()
160 Height + sz.Height);
166 Height - sz.Height);
171 return (Width == sz.Width) && (Height == sz.Height); in Equals()
176 return (Width == 0.0f && Height == 0.0f); in Empty()
182 REAL Height; variable
197 Width = Height = 0; in Size()
203 Height = size.Height; in Size()
[all …]
/external/libvpx/libvpx/test/
Dconvolve_test.cc199 int Height() const { return GET_PARAM(1); } in Height() function in __anone4ea75fe0111::ConvolveTest
204 int BorderTop() const { return (kOuterBlockSize - Height()) / 2; } in BorderTop()
208 i >= (BorderTop() + Height()) * kOuterBlockSize || in IsIndexInBorder()
265 Width(), Height())); in TEST_P()
269 for (int y = 0; y < Height(); ++y) in TEST_P()
282 Width(), Height())); in TEST_P()
286 for (int y = 0; y < Height(); ++y) in TEST_P()
299 Width(), Height())); in TEST_P()
303 for (int y = 0; y < Height(); ++y) in TEST_P()
355 Width(), Height()); in TEST_P()
[all …]
/external/chromium_org/ui/gfx/image/
Dimage_unittest.cc49 EXPECT_EQ(0, image.Height()); in TEST_F()
55 EXPECT_EQ(0, imageCopy.Height()); in TEST_F()
61 EXPECT_EQ(25, image2.Height()); in TEST_F()
66 EXPECT_EQ(25, image.Height()); in TEST_F()
69 EXPECT_EQ(0, image2.Height()); in TEST_F()
78 EXPECT_EQ(0, image1.Height()); in TEST_F()
88 EXPECT_EQ(0, image2.Height()); in TEST_F()
95 EXPECT_EQ(0, image3.Height()); in TEST_F()
120 EXPECT_EQ(0, image.Height()); in TEST_F()
125 EXPECT_EQ(25, image2.Height()); in TEST_F()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_texture.c71 texImage->Height, texImage->Depth); in _swrast_alloc_texture_image_buffer()
91 swImg->ImageOffsets[i] = i * texImage->Width * texImage->Height; in _swrast_alloc_texture_image_buffer()
113 (texImage->Height == 1 || _mesa_is_pow_two(texImage->Height2)) && in _swrast_init_texture_image()
128 swImg->HeightScale = (GLfloat) texImage->Height; in _swrast_init_texture_image()
166 assert(y < texImage->Height || texImage->Height == 0); in _mesa_check_map_teximage()
168 assert(y + h <= texImage->Height); in _mesa_check_map_teximage()
218 texImage->Height, in _swrast_map_teximage()
227 assert(slice < texImage->Height); in _swrast_map_teximage()
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
Ds_texture.c71 texImage->Height, texImage->Depth); in _swrast_alloc_texture_image_buffer()
91 swImg->ImageOffsets[i] = i * texImage->Width * texImage->Height; in _swrast_alloc_texture_image_buffer()
113 (texImage->Height == 1 || _mesa_is_pow_two(texImage->Height2)) && in _swrast_init_texture_image()
128 swImg->HeightScale = (GLfloat) texImage->Height; in _swrast_init_texture_image()
166 assert(y < texImage->Height || texImage->Height == 0); in _mesa_check_map_teximage()
168 assert(y + h <= texImage->Height); in _mesa_check_map_teximage()
218 texImage->Height, in _swrast_map_teximage()
227 assert(slice < texImage->Height); in _swrast_map_teximage()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dframebuffer.c292 if (rb->Width != width || rb->Height != height) { in _mesa_resize_framebuffer()
295 ASSERT(rb->Height == height); in _mesa_resize_framebuffer()
306 fb->Height = height; in _mesa_resize_framebuffer()
356 if (buffer->Width != newWidth || buffer->Height != newHeight) { in _mesa_resizebuffers()
373 if (buffer->Width != newWidth || buffer->Height != newHeight) { in _mesa_resizebuffers()
418 minHeight = MIN2(minHeight, rb->Height); in update_framebuffer_size()
424 fb->Height = minHeight; in update_framebuffer_size()
428 fb->Height = 0; in update_framebuffer_size()
455 buffer->_Ymax = buffer->Height; in _mesa_update_draw_buffer_bounds()
467 if (ctx->Scissor.Y + ctx->Scissor.Height < buffer->_Ymax) { in _mesa_update_draw_buffer_bounds()
[all …]
Ddebug.c286 buffer = (GLubyte *) malloc(img->Width * img->Height in write_texture_image()
298 write_ppm(s, buffer, img->Width, img->Height, 4, 0, 1, 2, GL_FALSE); in write_texture_image()
335 buffer = (GLubyte *) malloc(rb->Width * rb->Height * 4); in _mesa_write_renderbuffer_image()
337 ctx->Driver.ReadPixels(ctx, 0, 0, rb->Width, rb->Height, in _mesa_write_renderbuffer_image()
348 write_ppm(s, buffer, rb->Width, rb->Height, 4, 0, 1, 2, GL_TRUE); in _mesa_write_renderbuffer_image()
377 texImg->Width, texImg->Height, texImg->Depth, in dump_texture()
430 rb->Name, rb->Width, rb->Height, in dump_renderbuffer()
466 const GLuint h = ctx->DrawBuffer->Height; in _mesa_dump_color_buffer()
496 const GLuint h = ctx->DrawBuffer->Height; in _mesa_dump_depth_buffer()
532 const GLuint h = ctx->DrawBuffer->Height; in _mesa_dump_stencil_buffer()
[all …]
Dtexgetimage.c80 const GLint height = texImage->Height; in get_tex_depth()
130 const GLint height = texImage->Height; in get_tex_depth_stencil()
175 const GLint height = texImage->Height; in get_tex_ycbcr()
235 const GLuint height = texImage->Height; in get_tex_rgba_compressed()
328 GLuint height = texImage->Height; in get_tex_rgba_uncompressed()
490 texImage->Height, format, type, 0, 0); in get_tex_memcpy()
498 0, 0, texImage->Width, texImage->Height, in get_tex_memcpy()
503 memcpy(dst, src, bytesPerRow * texImage->Height); in get_tex_memcpy()
507 for (row = 0; row < texImage->Height; row++) { in get_tex_memcpy()
626 0, 0, texImage->Width, texImage->Height, in _mesa_get_compressed_teximage()
[all …]
/external/mesa3d/src/mesa/main/
Dframebuffer.c292 if (rb->Width != width || rb->Height != height) { in _mesa_resize_framebuffer()
295 ASSERT(rb->Height == height); in _mesa_resize_framebuffer()
306 fb->Height = height; in _mesa_resize_framebuffer()
356 if (buffer->Width != newWidth || buffer->Height != newHeight) { in _mesa_resizebuffers()
373 if (buffer->Width != newWidth || buffer->Height != newHeight) { in _mesa_resizebuffers()
418 minHeight = MIN2(minHeight, rb->Height); in update_framebuffer_size()
424 fb->Height = minHeight; in update_framebuffer_size()
428 fb->Height = 0; in update_framebuffer_size()
455 buffer->_Ymax = buffer->Height; in _mesa_update_draw_buffer_bounds()
467 if (ctx->Scissor.Y + ctx->Scissor.Height < buffer->_Ymax) { in _mesa_update_draw_buffer_bounds()
[all …]
Ddebug.c286 buffer = (GLubyte *) malloc(img->Width * img->Height in write_texture_image()
298 write_ppm(s, buffer, img->Width, img->Height, 4, 0, 1, 2, GL_FALSE); in write_texture_image()
335 buffer = (GLubyte *) malloc(rb->Width * rb->Height * 4); in _mesa_write_renderbuffer_image()
337 ctx->Driver.ReadPixels(ctx, 0, 0, rb->Width, rb->Height, in _mesa_write_renderbuffer_image()
348 write_ppm(s, buffer, rb->Width, rb->Height, 4, 0, 1, 2, GL_TRUE); in _mesa_write_renderbuffer_image()
377 texImg->Width, texImg->Height, texImg->Depth, in dump_texture()
430 rb->Name, rb->Width, rb->Height, in dump_renderbuffer()
466 const GLuint h = ctx->DrawBuffer->Height; in _mesa_dump_color_buffer()
496 const GLuint h = ctx->DrawBuffer->Height; in _mesa_dump_depth_buffer()
532 const GLuint h = ctx->DrawBuffer->Height; in _mesa_dump_stencil_buffer()
[all …]
Dtexgetimage.c80 const GLint height = texImage->Height; in get_tex_depth()
130 const GLint height = texImage->Height; in get_tex_depth_stencil()
175 const GLint height = texImage->Height; in get_tex_ycbcr()
235 const GLuint height = texImage->Height; in get_tex_rgba_compressed()
328 GLuint height = texImage->Height; in get_tex_rgba_uncompressed()
490 texImage->Height, format, type, 0, 0); in get_tex_memcpy()
498 0, 0, texImage->Width, texImage->Height, in get_tex_memcpy()
503 memcpy(dst, src, bytesPerRow * texImage->Height); in get_tex_memcpy()
507 for (row = 0; row < texImage->Height; row++) { in get_tex_memcpy()
626 0, 0, texImage->Width, texImage->Height, in _mesa_get_compressed_teximage()
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_scissor.c54 scissor.maxy = fb->Height; in update_scissor()
59 GLint ymax = MAX2(0, ctx->Scissor.Y + ctx->Scissor.Height); in update_scissor()
80 miny = fb->Height - scissor.maxy; in update_scissor()
81 maxy = fb->Height - scissor.miny; in update_scissor()
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
Dvariance_ssse3.c30 unsigned int Height,
40 unsigned int Height,
50 unsigned int Height,
60 unsigned int Height,
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
Dst_atom_scissor.c54 scissor.maxy = fb->Height; in update_scissor()
59 GLint ymax = MAX2(0, ctx->Scissor.Y + ctx->Scissor.Height); in update_scissor()
80 miny = fb->Height - scissor.maxy; in update_scissor()
81 maxy = fb->Height - scissor.miny; in update_scissor()
/external/libvpx/libvpx/vp8/common/x86/
Dvariance_ssse3.c31 unsigned int Height,
41 unsigned int Height,
51 unsigned int Height,
61 unsigned int Height,
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_util.h137 fb->Height - fb->_Ymax); in get_scissors()
149 a[MAT_SY] = (float)vp->Height / 2; in get_viewport_scale()
152 a[MAT_SY] = - (float)vp->Height / 2; in get_viewport_scale()
166 a[1] = (float)vp->Height / 2 + vp->Y; in get_viewport_translate()
169 a[1] = fb->Height - (float)vp->Height / 2 - vp->Y; in get_viewport_translate()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
Dnouveau_util.h137 fb->Height - fb->_Ymax); in get_scissors()
149 a[MAT_SY] = (float)vp->Height / 2; in get_viewport_scale()
152 a[MAT_SY] = - (float)vp->Height / 2; in get_viewport_scale()
166 a[1] = (float)vp->Height / 2 + vp->Y; in get_viewport_translate()
169 a[1] = fb->Height - (float)vp->Height / 2 - vp->Y; in get_viewport_translate()
/external/mesa3d/src/egl/main/
Deglmode.c94 mode->Height = EGL_DONT_CARE; in _eglParseModeAttribs()
117 mode->Height = attrib_list[++i]; in _eglParseModeAttribs()
118 if (mode->Height <= 0) { in _eglParseModeAttribs()
165 if (min->Height != EGL_DONT_CARE && c->Height < min->Height) in _eglModeQualifies()
190 return m->Height; in getModeAttrib()
/external/chromium_org/third_party/mesa/src/src/egl/main/
Deglmode.c94 mode->Height = EGL_DONT_CARE; in _eglParseModeAttribs()
117 mode->Height = attrib_list[++i]; in _eglParseModeAttribs()
118 if (mode->Height <= 0) { in _eglParseModeAttribs()
165 if (min->Height != EGL_DONT_CARE && c->Height < min->Height) in _eglModeQualifies()
190 return m->Height; in getModeAttrib()
/external/chromium_org/third_party/libvpx/source/libvpx/test/
Dconvolve_test.cc332 int Height() const { return GET_PARAM(1); } in Height() function in __anonb9640b310111::ConvolveTest
337 int BorderTop() const { return (kOuterBlockSize - Height()) / 2; } in BorderTop()
341 i >= (BorderTop() + Height()) * kOuterBlockSize || in IsIndexInBorder()
521 Width(), Height())); in TEST_P()
525 for (int y = 0; y < Height(); ++y) in TEST_P()
539 Width(), Height())); in TEST_P()
543 for (int y = 0; y < Height(); ++y) in TEST_P()
557 Width(), Height())); in TEST_P()
561 for (int y = 0; y < Height(); ++y) in TEST_P()
621 Width(), Height()); in TEST_P()
[all …]
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_image.c79 if (attrs.Width <= 0 || attrs.Height <= 0) { in egl_g3d_create_drm_buffer()
81 attrs.Width, attrs.Height); in egl_g3d_create_drm_buffer()
110 templ.height0 = attrs.Height; in egl_g3d_create_drm_buffer()
119 attrs.Width >= 640 && attrs.Height >= 480) in egl_g3d_create_drm_buffer()
124 if (attrs.Width != 64 || attrs.Height != 64) in egl_g3d_create_drm_buffer()
147 if (attrs.Width <= 0 || attrs.Height <= 0 || in egl_g3d_reference_drm_buffer()
150 attrs.Width, attrs.Height, attrs.DRMBufferStrideMESA); in egl_g3d_reference_drm_buffer()
171 nbuf.u.drm.templ.height0 = attrs.Height; in egl_g3d_reference_drm_buffer()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
Degl_g3d_image.c79 if (attrs.Width <= 0 || attrs.Height <= 0) { in egl_g3d_create_drm_buffer()
81 attrs.Width, attrs.Height); in egl_g3d_create_drm_buffer()
110 templ.height0 = attrs.Height; in egl_g3d_create_drm_buffer()
119 attrs.Width >= 640 && attrs.Height >= 480) in egl_g3d_create_drm_buffer()
124 if (attrs.Width != 64 || attrs.Height != 64) in egl_g3d_create_drm_buffer()
147 if (attrs.Width <= 0 || attrs.Height <= 0 || in egl_g3d_reference_drm_buffer()
150 attrs.Width, attrs.Height, attrs.DRMBufferStrideMESA); in egl_g3d_reference_drm_buffer()
171 nbuf.u.drm.templ.height0 = attrs.Height; in egl_g3d_reference_drm_buffer()
/external/chromium_org/third_party/webrtc/video/
Dloopback.cc38 size_t Height() { return static_cast<size_t>(FLAGS_height); } in Height() function
95 "Local Preview", flags::Width(), flags::Height())); in Loopback()
97 "Loopback Video", flags::Width(), flags::Height())); in Loopback()
136 stream->height = flags::Height(); in Loopback()
151 flags::Height(), in Loopback()
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h125 unsigned Height; member
127 LiveInReg(unsigned Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {} in Reg()
230 unsigned Height; member
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Signature.cpp46 (FX_INT32)rcClient.Width(), (FX_INT32)rcClient.Height()); in DrawThisAppearance()
64 fVScale = rcClient.Height() / fImageH; in GetScale()
143 if (rcClient.Width() >= rcClient.Height()) in RePosChildWnd()
150 rcText.bottom = rcText.top - rcClient.Height() / 2.0f; in RePosChildWnd()
151 rcDescription.top = rcDescription.bottom + rcClient.Height() / 2.0f; in RePosChildWnd()

12345678910>>...25