/external/libvpx/libvpx/test/ |
D | convolve_test.cc | 362 int Height() const { return GET_PARAM(1); } in Height() function in __anon72404a730111::ConvolveTest 367 int BorderTop() const { return (kOuterBlockSize - Height()) / 2; } in BorderTop() 371 i >= (BorderTop() + Height()) * kOuterBlockSize || in IsIndexInBorder() 574 Width(), Height())); in TEST_P() 578 for (int y = 0; y < Height(); ++y) in TEST_P() 593 Width(), Height())); in TEST_P() 597 for (int y = 0; y < Height(); ++y) in TEST_P() 612 Width(), Height())); in TEST_P() 616 for (int y = 0; y < Height(); ++y) in TEST_P() 630 Width(), Height())); in TEST_P() [all …]
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texture.c | 71 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/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
D | Direct3DBase.cpp | 81 static_cast<UINT>(m_renderTargetSize.Height), in CreateWindowSizeDependentResources() 109 static_cast<UINT>(m_renderTargetSize.Height), in CreateWindowSizeDependentResources() 138 m_renderTargetSize.Height in CreateWindowSizeDependentResources() 147 m_renderTargetSize.Height = height; in UpdateForRenderResolutionChange() 161 m_windowBounds.Height = height; in UpdateForWindowSizeChange()
|
D | Direct3DInterop.cpp | 74 renderResolution.Height != m_renderResolution.Height) in set() 80 … m_renderer->UpdateForRenderResolutionChange(m_renderResolution.Width, m_renderResolution.Height); in set() 108 m_renderer->UpdateForWindowSizeChange(WindowBounds.Width, WindowBounds.Height); in Connect() 109 … m_renderer->UpdateForRenderResolutionChange(m_renderResolution.Width, m_renderResolution.Height); in Connect()
|
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
D | Direct3DBase.cpp | 81 static_cast<UINT>(m_renderTargetSize.Height), in CreateWindowSizeDependentResources() 109 static_cast<UINT>(m_renderTargetSize.Height), in CreateWindowSizeDependentResources() 138 m_renderTargetSize.Height in CreateWindowSizeDependentResources() 147 m_renderTargetSize.Height = height; in UpdateForRenderResolutionChange() 161 m_windowBounds.Height = height; in UpdateForWindowSizeChange()
|
D | Direct3DInterop.cpp | 209 renderResolution.Height != m_renderResolution.Height) in set() 215 … m_renderer->UpdateForRenderResolutionChange(m_renderResolution.Width, m_renderResolution.Height); in set() 243 captureDimensions.Height = 480; in StartCamera() 270 previewDimensions.Height = 480; in StartCamera() 317 m_renderer->UpdateForWindowSizeChange(WindowBounds.Width, WindowBounds.Height); in Connect() 318 … m_renderer->UpdateForRenderResolutionChange(m_renderResolution.Width, m_renderResolution.Height); in Connect()
|
/external/mesa3d/src/mesa/main/ |
D | framebuffer.c | 292 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 …]
|
D | debug.c | 286 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 …]
|
D | texgetimage.c | 80 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 …]
|
D | scissor.c | 73 height == ctx->Scissor.Height) in _mesa_set_scissor() 80 ctx->Scissor.Height = height; in _mesa_set_scissor() 99 ctx->Scissor.Height = 0; in _mesa_init_scissor()
|
D | viewport.c | 83 ctx->Viewport.Height = height; in _mesa_set_viewport() 93 ctx->Viewport.Width, ctx->Viewport.Height, in _mesa_set_viewport() 139 ctx->Viewport.Width, ctx->Viewport.Height, in _mesa_DepthRange() 167 ctx->Viewport.Height = 0; in _mesa_init_viewport()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_util.h | 137 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()
|
D | nouveau_fbo.c | 95 rb->Height = height; in nouveau_renderbuffer_storage() 155 map += stride * (rb->Height - 1); in nouveau_renderbuffer_map() 181 rb->Height = height; in nouveau_renderbuffer_dri_storage() 287 rb->Height = ti->Height; in nouveau_render_texture()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_scissor.c | 54 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()
|
D | st_cb_clear.c | 200 const GLfloat fb_height = (GLfloat) fb->Height; in clear_with_quad() 342 ctx->Scissor.Height < rb->Height)) in check_clear_color_with_quad() 372 ctx->Scissor.Height < rb->Height)) in check_clear_depth_stencil_with_quad() 396 ctx->Scissor.Height < rb->Height)) in check_clear_depth_with_quad() 428 ctx->Scissor.Height < rb->Height)) in check_clear_stencil_with_quad()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
D | image_util_numpy_impl.py | 22 def Height(image): function 38 metadata['size'] = (Width(image), Height(image)) 87 for row in xrange(Height(image1)): 95 for row in xrange(Height(image1)): 107 height = max(Height(image1), Height(image2)) 110 self_image[0:Height(image1), 0:Width(image1)] = image1 111 other_image[0:Height(image2), 0:Width(image2)] = image2
|
/external/mesa3d/src/egl/main/ |
D | eglmode.c | 94 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/llvm/lib/CodeGen/ |
D | MachineTraceMetrics.cpp | 358 unsigned Height = SuccTBI->InstrHeight; in pickTraceSucc() local 359 if (!Best || Height < BestHeight) in pickTraceSucc() 360 Best = Succ, BestHeight = Height; in pickTraceSucc() 766 unsigned Len = LIR.Height + Cycles[DefMI].Depth; in computeCrossBlockCriticalPath() 855 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in computeInstrDepths() 864 static unsigned updatePhysDepsUpwards(const MachineInstr *MI, unsigned Height, in updatePhysDepsUpwards() argument 896 Height = std::max(Height, DepHeight); in updatePhysDepsUpwards() 908 if (LRU.Cycle <= Height && LRU.MI != MI) { in updatePhysDepsUpwards() 909 LRU.Cycle = Height; in updatePhysDepsUpwards() 916 return Height; in updatePhysDepsUpwards() [all …]
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d_image.c | 79 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/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Signature.cpp | 37 (int32_t)rcClient.Height()); in DrawThisAppearance() 54 fVScale = rcClient.Height() / fImageH; in GetScale() 119 if (rcClient.Width() >= rcClient.Height()) { in RePosChildWnd() 123 rcText.bottom = rcText.top - rcClient.Height() / 2.0f; in RePosChildWnd() 124 rcDescription.top = rcDescription.bottom + rcClient.Height() / 2.0f; in RePosChildWnd()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineTraceMetrics.h | 125 unsigned Height; member 127 LiveInReg(unsigned Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {} in Reg() 230 unsigned Height; member
|
/external/chromium-trace/catapult/telemetry/telemetry/util/ |
D | image_util_unittest.py | 28 self.assertEquals(2, image_util.Height(bmp)) 39 self.assertEquals(2, image_util.Height(file_bmp)) 81 self.assertEquals(2, image_util.Height(diff_bmp)) 91 self.assertEquals(3, image_util.Height(diff_bmp)) 125 self.assertEquals(1, image_util.Height(bmp))
|
/external/libvpx/libvpx/vp8/common/arm/ |
D | bilinearfilter_arm.c | 26 int Height in vp8_filter_block2d_bil_armv6() argument 32 vp8_filter_block2d_bil_first_pass_armv6(src_ptr, FData, src_pitch, Height + 1, Width, HFilter); in vp8_filter_block2d_bil_armv6() 35 vp8_filter_block2d_bil_second_pass_armv6(FData, dst_ptr, dst_pitch, Height, Width, VFilter); in vp8_filter_block2d_bil_armv6()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tex_copy.c | 82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage() 92 … x, y, rrb->base.Base.Width, rrb->base.Base.Height, (uint32_t) src_offset, rrb->pitch/rrb->cpp); in do_copy_texsubimage() 129 rrb->base.Base.Width, rrb->base.Base.Height, x, y, in do_copy_texsubimage() 132 timg->base.Base.Width, timg->base.Base.Height, in do_copy_texsubimage()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_tex_copy.c | 82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage() 92 … x, y, rrb->base.Base.Width, rrb->base.Base.Height, (uint32_t) src_offset, rrb->pitch/rrb->cpp); in do_copy_texsubimage() 129 rrb->base.Base.Width, rrb->base.Base.Height, x, y, in do_copy_texsubimage() 132 timg->base.Base.Width, timg->base.Base.Height, in do_copy_texsubimage()
|