Searched refs:text_bounds_ (Results 1 – 4 of 4) sorted by relevance
67 const gfx::Rect& text_bounds() const { return text_bounds_; } in text_bounds()122 gfx::Rect text_bounds_; variable
186 text_bounds_.y()); in PaintMatch()201 text_bounds_.y()); in PaintMatch()204 text_bounds_.y()); in PaintMatch()512 text_bounds_.SetRect(text_x, std::max(0, (height() - font_height) / 2), in Layout()527 int x = GetMirroredXForRect(text_bounds_); in OnPaint()528 mirroring_context_->Initialize(x, text_bounds_.width()); in OnPaint()
90 const gfx::Rect& text_bounds() const { return text_bounds_; } in text_bounds()163 gfx::Rect text_bounds_; variable
233 text_bounds_.y()); in PaintMatch()248 text_bounds_.y()); in PaintMatch()251 text_bounds_.y()); in PaintMatch()596 text_bounds_.SetRect(text_x, 0, std::max(text_width, 0), height()); in Layout()615 int x = GetMirroredXForRect(text_bounds_); in OnPaint()616 mirroring_context_->Initialize(x, text_bounds_.width()); in OnPaint()