Searched refs:display_offset_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/
H A Drender_text.cc374 display_offset_ = Vector2d();
844 return display_offset_;
1128 // the stale |display_offset_|. Applying |delta_offset| at the end of this
1129 // function will set |cursor_bounds_| and |display_offset_| to correct values.
1133 // Update |display_offset_| to ensure the current cursor is visible.
1141 delta_x = -display_offset_.x();
1155 } else if (display_offset_.x() != 0) {
1159 const int offset = negate_rtl * display_offset_.x();
1166 display_offset_ += delta_offset;
H A Drender_text.h656 Vector2d display_offset_; member in class:gfx::RenderText

Completed in 1321 milliseconds