HomeSort by relevance Sort by last modified time
    Searched refs:display_rect_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/
render_text.cc 508 if (r != display_rect_) {
509 display_rect_ = r;
855 const int extra_content = GetContentWidth() - display_rect_.width();
    [all...]
render_text.h 266 const Rect& display_rect() const { return display_rect_; }
365 // offset from the top of |display_rect_| to the text baseline, in pixels.
616 // Horizontal alignment of the text with respect to |display_rect_|. The
688 // |display_rect_| as the width cap.
695 Rect display_rect_; member in class:gfx::RenderText
723 // ResetLayout and on |display_rect_| changes.

Completed in 69 milliseconds