/external/chromium/chrome/browser/ui/views/infobars/ |
infobar_container_view.cc | 25 int total_height; local 26 GetVerticalOverlap(&total_height); 27 return gfx::Size(0, total_height); 36 int child_height = child->total_height();
|
infobar_container.cc | 64 int InfoBarContainer::GetVerticalOverlap(int* total_height) { 65 // Our |total_height| is the sum of the preferred heights of the InfoBars 74 next_infobar_y += infobar->total_height(); 77 if (total_height) 78 *total_height = next_infobar_y + vertical_overlap;
|
infobar.h | 53 int total_height() const { return arrow_height_ + bar_height_; } function in class:InfoBar
|
infobar_container.h | 55 // |total_height| is non-NULL, set it to the height of the InfoBarContainer 57 int GetVerticalOverlap(int* total_height);
|
infobar_view.cc | 278 DCHECK_EQ(total_height(), height()) 347 return gfx::Size(0, total_height());
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
infobar_container_view.cc | 26 int total_height; local 27 GetVerticalOverlap(&total_height); 28 gfx::Size size(0, total_height); 44 int child_height = child->total_height();
|
infobar_view.cc | 302 DCHECK_EQ(total_height(), height()) 409 total_height());
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i915_tex_layout.c | 126 mt->total_height = dim * 4; 170 intel_miptree_set_level_info(mt, level, 0, mt->total_height, 196 mt->total_height = stack_height * mt->depth0; 208 mt->total_height = 0; 212 0, mt->total_height, 220 mt->total_height += img_height; 248 mt->total_width, mt->total_height, mt->cpp); 332 mt->total_height = dim * 4 + 4; 334 mt->total_height = 4; 351 y = mt->total_height - 4 [all...] |
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_tex_layout.c | 126 mt->total_height = dim * 4; 170 intel_miptree_set_level_info(mt, level, 0, mt->total_height, 196 mt->total_height = stack_height * mt->depth0; 208 mt->total_height = 0; 212 0, mt->total_height, 220 mt->total_height += img_height; 248 mt->total_width, mt->total_height, mt->cpp); 332 mt->total_height = dim * 4 + 4; 334 mt->total_height = 4; 351 y = mt->total_height - 4 [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_tex_layout.c | 66 mt->total_height = qpitch * mt->depth0; 94 mt->total_height = 0; 113 0, mt->total_height, 129 mt->total_height += y; 161 mt->total_height += 2; 184 mt->total_width, mt->total_height, mt->cpp);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_tex_layout.c | 66 mt->total_height = qpitch * mt->depth0; 94 mt->total_height = 0; 113 0, mt->total_height, 129 mt->total_height += y; 161 mt->total_height += 2; 184 mt->total_width, mt->total_height, mt->cpp);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_tex_layout.c | 177 mt->total_height = 0; 192 mt->total_height = MAX2(mt->total_height, y + img_height);
|
intel_mipmap_tree.h | 249 GLuint total_height; member in struct:intel_mipmap_tree
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_tex_layout.c | 177 mt->total_height = 0; 192 mt->total_height = MAX2(mt->total_height, y + img_height);
|
intel_mipmap_tree.h | 249 GLuint total_height; member in struct:intel_mipmap_tree
|
/external/chromium_org/chrome/browser/infobars/ |
infobar_container.cc | 58 int InfoBarContainer::GetVerticalOverlap(int* total_height) { 59 // Our |total_height| is the sum of the preferred heights of the InfoBars 68 next_infobar_y += infobar->total_height(); 71 if (total_height) 72 *total_height = next_infobar_y + vertical_overlap;
|
infobar_container.h | 55 // |total_height| is non-NULL, set it to the height of the InfoBarContainer 57 int GetVerticalOverlap(int* total_height);
|
infobar.h | 97 int total_height() const { return arrow_height_ + bar_height_; } function in class:InfoBar
|
/external/qemu/ |
console.c | 163 int total_height; member in struct:TextConsole 561 cells = qemu_malloc(s->width * s->total_height * sizeof(TextCell)); 562 for(y = 0; y < s->total_height; y++) { 611 y1 = (s->y_base + y) % s->total_height; 614 y2 += s->total_height; 640 y1 = (s->y_base + s->y) % s->total_height; 643 y += s->total_height; 684 if (++y1 == s->total_height) 704 if (++s->y_displayed == s->total_height) 710 if (i > s->total_height - s->height [all...] |
/external/linux-tools-perf/util/ |
svghelper.c | 34 static u64 total_height; variable 96 total_height = (1 + rows + cpu2slot(cpus)) * SLOT_MULT; 98 fprintf(svgfile, "<svg width=\"%i\" height=\"%" PRIu64 "\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n", svg_page_width, total_height); 488 time2pixels(i), SLOT_MULT/2, time2pixels(i), total_height, color, color, color, thickness);
|
/external/chromium_org/cc/layers/ |
nine_patch_layer_impl.cc | 40 float total_height) { 42 y / total_height, 44 height / total_height);
|
/external/chromium_org/ui/app_list/views/ |
search_result_view.cc | 246 int total_height = title_size.height() + + details_size.height(); local 247 int y = text_bounds.y() + (text_bounds.height() - total_height) / 2;
|
/external/chromium_org/chrome/browser/ui/views/ |
fullscreen_exit_bubble_views.cc | 461 int total_height = size.height() + kPopupTopPx; local 462 int popup_bottom = animation_->CurrentValueBetween(total_height, 0);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_resource_texture.c | 592 unsigned total_height = tex->total_nblocksy * 4; local 602 y = total_height - 4; 627 y = total_height - 4; 633 y = total_height - 4;
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_resource_texture.c | 592 unsigned total_height = tex->total_nblocksy * 4; local 602 y = total_height - 4; 627 y = total_height - 4; 633 y = total_height - 4;
|