HomeSort by relevance Sort by last modified time
    Searched defs:text_bounds (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.h 67 const gfx::Rect& text_bounds() const { return text_bounds_; } function in class:AutocompleteResultView
  /external/chromium_org/ui/views/controls/
label_unittest.cc 301 gfx::Rect text_bounds; local
303 label.CalculateDrawStringParams(&paint_text, &text_bounds, &flags);
317 label.CalculateDrawStringParams(&paint_text, &text_bounds, &flags);
342 gfx::Rect text_bounds; local
346 label.CalculateDrawStringParams(&paint_text, &text_bounds, &flags);
349 EXPECT_EQ(extra.width() / 2, text_bounds.x());
350 EXPECT_EQ(extra.height() / 2 , text_bounds.y());
351 EXPECT_EQ(required_size.width(), text_bounds.width());
352 EXPECT_EQ(required_size.height(), text_bounds.height());
361 text_bounds.SetRect(0, 0, 0, 0)
479 gfx::Rect text_bounds; local
618 gfx::Rect text_bounds; local
759 gfx::Rect text_bounds; local
    [all...]
label.cc 311 const gfx::Rect& text_bounds,
319 text_bounds, line_height_, flags, shadows);
322 gfx::Rect focus_bounds = text_bounds;
362 gfx::Rect text_bounds; local
364 CalculateDrawStringParams(&paint_text, &text_bounds, &flags);
365 PaintText(canvas, paint_text, text_bounds, flags);
489 gfx::Rect* text_bounds,
491 DCHECK(paint_text && text_bounds && flags);
509 *text_bounds = GetTextBounds();
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.h 90 const gfx::Rect& text_bounds() const { return text_bounds_; } function in class:OmniboxResultView
  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc 335 SkRect text_bounds = local
341 text_bounds.bottom() + 2 * kPadding,
360 text_bounds.left(),
361 text_bounds.bottom());
367 text_bounds.right(),
368 text_bounds.bottom());
523 SkRect text_bounds = SkRect::MakeXYWH( local
526 text_bounds.bottom() + kPadding,
545 text_bounds.left(),
546 text_bounds.bottom())
    [all...]
  /external/chromium_org/ui/views/controls/button/
text_button.cc 365 gfx::Rect text_bounds = GetTextBounds(); local
366 text_width = text_bounds.width();
478 gfx::Rect text_bounds(GetTextBounds());
479 if (text_bounds.width() > 0) {
488 text_bounds.set_x(GetMirroredXForRect(text_bounds));
505 text_bounds.x(), text_bounds.y(), text_bounds.width(),
506 text_bounds.height(), draw_string_flags)
683 gfx::Rect text_bounds = GetTextBounds(); local
    [all...]

Completed in 1834 milliseconds