Home
last modified time | relevance | path

Searched refs:negate_rtl (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/gfx/
Drender_text.cc1158 const int negate_rtl = horizontal_alignment_ == ALIGN_RIGHT ? -1 : 1; in UpdateCachedBoundsAndOffset() local
1159 const int offset = negate_rtl * display_offset_.x(); in UpdateCachedBoundsAndOffset()
1161 delta_x = negate_rtl * (display_width - (content_width + offset)); in UpdateCachedBoundsAndOffset()