/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
D | i915_tex_layout.c | 126 mt->total_height = dim * 4; in i915_miptree_layout_cube() 170 intel_miptree_set_level_info(mt, level, 0, mt->total_height, in i915_miptree_layout_3d() 196 mt->total_height = stack_height * mt->depth0; in i915_miptree_layout_3d() 208 mt->total_height = 0; in i915_miptree_layout_2d() 212 0, mt->total_height, in i915_miptree_layout_2d() 220 mt->total_height += img_height; in i915_miptree_layout_2d() 248 mt->total_width, mt->total_height, mt->cpp); in i915_miptree_layout() 332 mt->total_height = dim * 4 + 4; in i945_miptree_layout_cube() 334 mt->total_height = 4; in i945_miptree_layout_cube() 351 y = mt->total_height - 4; in i945_miptree_layout_cube() [all …]
|
D | intel_tex_layout.c | 177 mt->total_height = 0; in i945_miptree_layout_2d() 192 mt->total_height = MAX2(mt->total_height, y + img_height); in i945_miptree_layout_2d()
|
D | intel_mipmap_tree.c | 203 GLuint total_width, total_height; in intel_miptree_create() local 242 if (!mt || !mt->total_width || !mt->total_height) { in intel_miptree_create() 248 total_height = mt->total_height; in intel_miptree_create() 257 total_height = ALIGN(total_height, 64); in intel_miptree_create() 265 total_height, in intel_miptree_create()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_tex_layout.c | 126 mt->total_height = dim * 4; in i915_miptree_layout_cube() 170 intel_miptree_set_level_info(mt, level, 0, mt->total_height, in i915_miptree_layout_3d() 196 mt->total_height = stack_height * mt->depth0; in i915_miptree_layout_3d() 208 mt->total_height = 0; in i915_miptree_layout_2d() 212 0, mt->total_height, in i915_miptree_layout_2d() 220 mt->total_height += img_height; in i915_miptree_layout_2d() 248 mt->total_width, mt->total_height, mt->cpp); in i915_miptree_layout() 332 mt->total_height = dim * 4 + 4; in i945_miptree_layout_cube() 334 mt->total_height = 4; in i945_miptree_layout_cube() 351 y = mt->total_height - 4; in i945_miptree_layout_cube() [all …]
|
D | intel_tex_layout.c | 177 mt->total_height = 0; in i945_miptree_layout_2d() 192 mt->total_height = MAX2(mt->total_height, y + img_height); in i945_miptree_layout_2d()
|
D | intel_mipmap_tree.c | 203 GLuint total_width, total_height; in intel_miptree_create() local 242 if (!mt || !mt->total_width || !mt->total_height) { in intel_miptree_create() 248 total_height = mt->total_height; in intel_miptree_create() 257 total_height = ALIGN(total_height, 64); in intel_miptree_create() 265 total_height, in intel_miptree_create()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | brw_tex_layout.c | 66 mt->total_height = qpitch * mt->depth0; in brw_miptree_layout_texture_array() 94 mt->total_height = 0; in brw_miptree_layout() 113 0, mt->total_height, in brw_miptree_layout() 129 mt->total_height += y; in brw_miptree_layout() 161 mt->total_height += 2; in brw_miptree_layout() 184 mt->total_width, mt->total_height, mt->cpp); in brw_miptree_layout()
|
D | intel_tex_layout.c | 177 mt->total_height = 0; in i945_miptree_layout_2d() 192 mt->total_height = MAX2(mt->total_height, y + img_height); in i945_miptree_layout_2d()
|
D | intel_mipmap_tree.c | 203 GLuint total_width, total_height; in intel_miptree_create() local 242 if (!mt || !mt->total_width || !mt->total_height) { in intel_miptree_create() 248 total_height = mt->total_height; in intel_miptree_create() 257 total_height = ALIGN(total_height, 64); in intel_miptree_create() 265 total_height, in intel_miptree_create()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_tex_layout.c | 66 mt->total_height = qpitch * mt->depth0; in brw_miptree_layout_texture_array() 94 mt->total_height = 0; in brw_miptree_layout() 113 0, mt->total_height, in brw_miptree_layout() 129 mt->total_height += y; in brw_miptree_layout() 161 mt->total_height += 2; in brw_miptree_layout() 184 mt->total_width, mt->total_height, mt->cpp); in brw_miptree_layout()
|
D | intel_tex_layout.c | 177 mt->total_height = 0; in i945_miptree_layout_2d() 192 mt->total_height = MAX2(mt->total_height, y + img_height); in i945_miptree_layout_2d()
|
D | intel_mipmap_tree.c | 203 GLuint total_width, total_height; in intel_miptree_create() local 242 if (!mt || !mt->total_width || !mt->total_height) { in intel_miptree_create() 248 total_height = mt->total_height; in intel_miptree_create() 257 total_height = ALIGN(total_height, 64); in intel_miptree_create() 265 total_height, in intel_miptree_create()
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
D | infobar_container_view.cc | 26 int total_height; in GetPreferredSize() local 27 GetVerticalOverlap(&total_height); in GetPreferredSize() 28 gfx::Size size(0, total_height); in GetPreferredSize() 44 int child_height = child->total_height(); in Layout()
|
/external/chromium_org/components/infobars/core/ |
D | infobar_container.cc | 61 int InfoBarContainer::GetVerticalOverlap(int* total_height) const { in GetVerticalOverlap() 72 next_infobar_y += infobar->total_height(); in GetVerticalOverlap() 75 if (total_height) in GetVerticalOverlap() 76 *total_height = next_infobar_y + vertical_overlap; in GetVerticalOverlap()
|
D | infobar_container.h | 57 int GetVerticalOverlap(int* total_height) const;
|
D | infobar.h | 97 int total_height() const { return arrow_height_ + bar_height_; } in total_height() function
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_tex_layout.c | 177 mt->total_height = 0; in i945_miptree_layout_2d() 192 mt->total_height = MAX2(mt->total_height, y + img_height); in i945_miptree_layout_2d()
|
D | intel_mipmap_tree.c | 203 GLuint total_width, total_height; in intel_miptree_create() local 242 if (!mt || !mt->total_width || !mt->total_height) { in intel_miptree_create() 248 total_height = mt->total_height; in intel_miptree_create() 257 total_height = ALIGN(total_height, 64); in intel_miptree_create() 265 total_height, in intel_miptree_create()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
D | intel_tex_layout.c | 177 mt->total_height = 0; in i945_miptree_layout_2d() 192 mt->total_height = MAX2(mt->total_height, y + img_height); in i945_miptree_layout_2d()
|
D | intel_mipmap_tree.c | 203 GLuint total_width, total_height; in intel_miptree_create() local 242 if (!mt || !mt->total_width || !mt->total_height) { in intel_miptree_create() 248 total_height = mt->total_height; in intel_miptree_create() 257 total_height = ALIGN(total_height, 64); in intel_miptree_create() 265 total_height, in intel_miptree_create()
|
/external/qemu/ui/ |
D | console.c | 163 int total_height; member 561 cells = g_malloc(s->width * s->total_height * sizeof(TextCell)); in text_console_resize() 562 for(y = 0; y < s->total_height; y++) { in text_console_resize() 611 y1 = (s->y_base + y) % s->total_height; in update_xy() 614 y2 += s->total_height; in update_xy() 640 y1 = (s->y_base + s->y) % s->total_height; in console_show_cursor() 643 y += s->total_height; in console_show_cursor() 684 if (++y1 == s->total_height) in console_refresh() 704 if (++s->y_displayed == s->total_height) in console_scroll() 710 if (i > s->total_height - s->height) in console_scroll() [all …]
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | svghelper.c | 34 static u64 total_height; variable 96 total_height = (1 + rows + cpu2slot(cpus)) * SLOT_MULT; in open_svg() 98 …PRIu64 "\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n", svg_page_width, total_height); in open_svg() 488 time2pixels(i), SLOT_MULT/2, time2pixels(i), total_height, color, color, color, thickness); in svg_time_grid()
|
/external/chromium_org/cc/layers/ |
D | nine_patch_layer_impl.cc | 40 float total_height) { in NormalizedRect() argument 42 y / total_height, in NormalizedRect() 44 height / total_height); in NormalizedRect()
|
/external/chromium_org/ui/app_list/views/ |
D | search_result_view.cc | 243 int total_height = title_size.height() + + details_size.height(); in OnPaint() local 244 int y = text_bounds.y() + (text_bounds.height() - total_height) / 2; in OnPaint()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
D | i915_resource_texture.c | 592 unsigned total_height = tex->total_nblocksy * 4; in i945_texture_layout_cube() local 602 y = total_height - 4; in i945_texture_layout_cube() 627 y = total_height - 4; in i945_texture_layout_cube() 633 y = total_height - 4; in i945_texture_layout_cube()
|