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 304 gfx::Rect text_bounds; local
306 label.CalculateDrawStringParams(&paint_text, &text_bounds, &flags);
320 label.CalculateDrawStringParams(&paint_text, &text_bounds, &flags);
345 gfx::Rect text_bounds; local
349 label.CalculateDrawStringParams(&paint_text, &text_bounds, &flags);
352 EXPECT_EQ(extra.width() / 2, text_bounds.x());
353 EXPECT_EQ(extra.height() / 2 , text_bounds.y());
354 EXPECT_EQ(required_size.width(), text_bounds.width());
355 EXPECT_EQ(required_size.height(), text_bounds.height());
364 text_bounds.SetRect(0, 0, 0, 0)
482 gfx::Rect text_bounds; local
621 gfx::Rect text_bounds; local
762 gfx::Rect text_bounds; local
    [all...]
label.cc 294 const gfx::Rect& text_bounds,
302 text_bounds, line_height_, flags, shadows);
305 gfx::Rect focus_bounds = text_bounds;
345 gfx::Rect text_bounds; local
347 CalculateDrawStringParams(&paint_text, &text_bounds, &flags);
348 PaintText(canvas, paint_text, text_bounds, flags);
477 gfx::Rect* text_bounds,
479 DCHECK(paint_text && text_bounds && flags);
496 *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 328 SkRect text_bounds = local
334 text_bounds.bottom() + 2 * kPadding,
353 text_bounds.left(),
354 text_bounds.bottom());
360 text_bounds.right(),
361 text_bounds.bottom());
516 SkRect text_bounds = SkRect::MakeXYWH( local
519 text_bounds.bottom() + kPadding,
538 text_bounds.left(),
539 text_bounds.bottom())
    [all...]
  /external/chromium_org/ui/views/controls/button/
text_button.cc 361 gfx::Rect text_bounds = GetTextBounds(); local
362 text_width = text_bounds.width();
458 gfx::Rect text_bounds(GetTextBounds());
459 if (text_bounds.width() > 0) {
468 text_bounds.set_x(GetMirroredXForRect(text_bounds));
485 text_bounds.x(), text_bounds.y(), text_bounds.width(),
486 text_bounds.height(), draw_string_flags)
673 gfx::Rect text_bounds = GetTextBounds(); local
    [all...]

Completed in 458 milliseconds