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

/external/chromium_org/ui/gfx/
H A Drender_text.cc455 display_offset_ = Vector2d();
904 return display_offset_;
1276 // the stale |display_offset_|. Applying |delta_offset| at the end of this
1277 // function will set |cursor_bounds_| and |display_offset_| to correct values.
1282 // Update |display_offset_| to ensure the current cursor is visible.
1290 delta_x = -display_offset_.x();
1304 } else if (display_offset_.x() != 0) {
1308 const int offset = negate_rtl * display_offset_.x();
1315 display_offset_ += delta_offset;
H A Drender_text.h684 Vector2d display_offset_; member in class:gfx::RenderText

Completed in 70 milliseconds