Searched defs:total_height (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dinfobar_container_view.cc26 int total_height; local
27 GetVerticalOverlap(&total_height);
28 gfx::Size size(0, total_height);
44 int child_height = child->total_height();
/external/chromium_org/components/infobars/core/
H A Dinfobar.h97 int total_height() const { return arrow_height_ + bar_height_; } function in class:infobars::InfoBar
/external/chromium_org/cc/layers/
H A Dnine_patch_layer_impl.cc40 float total_height) {
42 y / total_height,
44 height / total_height);
35 NormalizedRect(float x, float y, float width, float height, float total_width, float total_height) argument
/external/chromium_org/ui/app_list/views/
H A Dsearch_result_view.cc246 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/ui/views/controls/
H A Dstyled_label.cc320 int total_height = line * line_height + local
322 return gfx::Size(width, total_height);
/external/chromium_org/chrome/browser/ui/views/
H A Dfullscreen_exit_bubble_views.cc460 int total_height = size.height() + kPopupTopPx; local
461 int popup_bottom = animation_->CurrentValueBetween(total_height, 0);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_mipmap_tree.h249 GLuint total_height; member in struct:intel_mipmap_tree
H A Dintel_mipmap_tree.c203 GLuint total_width, total_height; local
242 if (!mt || !mt->total_width || !mt->total_height) {
248 total_height = mt->total_height;
257 total_height = ALIGN(total_height, 64);
265 total_height,
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsvghelper.c34 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/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_mipmap_tree.h249 GLuint total_height; member in struct:intel_mipmap_tree
H A Dintel_mipmap_tree.c203 GLuint total_width, total_height; local
242 if (!mt || !mt->total_width || !mt->total_height) {
248 total_height = mt->total_height;
257 total_height = ALIGN(total_height, 64);
265 total_height,
/external/chromium_org/chrome/browser/ui/panels/
H A Dstacked_panel_collection.cc60 int total_height = bottom_panel()->GetBounds().bottom() - top_bounds.y(); local
62 if (start_y + total_height > work_area.bottom())
63 start_y = work_area.bottom() - total_height;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_resource_texture.c592 unsigned total_height = tex->total_nblocksy * 4; local
602 y = total_height - 4;
627 y = total_height - 4;
633 y = total_height - 4;
/external/chromium_org/ui/message_center/views/
H A Dnotifier_settings_view.cc639 int total_height = title_label_->GetPreferredSize().height() + local
641 if (total_height > settings::kMinimumHeight)
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_texture.c592 unsigned total_height = tex->total_nblocksy * 4; local
602 y = total_height - 4;
627 y = total_height - 4;
633 y = total_height - 4;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_mipmap_tree.c203 GLuint total_width, total_height; local
242 if (!mt || !mt->total_width || !mt->total_height) {
248 total_height = mt->total_height;
257 total_height = ALIGN(total_height, 64);
265 total_height,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.c203 GLuint total_width, total_height; local
242 if (!mt || !mt->total_width || !mt->total_height) {
248 total_height = mt->total_height;
257 total_height = ALIGN(total_height, 64);
265 total_height,
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_mipmap_tree.c203 GLuint total_width, total_height; local
242 if (!mt || !mt->total_width || !mt->total_height) {
248 total_height = mt->total_height;
257 total_height = ALIGN(total_height, 64);
265 total_height,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.c203 GLuint total_width, total_height; local
242 if (!mt || !mt->total_width || !mt->total_height) {
248 total_height = mt->total_height;
257 total_height = ALIGN(total_height, 64);
265 total_height,
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc523 int total_height = local
525 return std::max(total_height - (vertical_edge_thickness() * 2), 0);
/external/qemu/ui/
H A Dconsole.c163 int total_height; member in struct:QEMUConsole
561 cells = g_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
[all...]

Completed in 466 milliseconds