Searched refs:negate_rtl (Results 1 – 1 of 1) sorted by relevance
1158 const int negate_rtl = horizontal_alignment_ == ALIGN_RIGHT ? -1 : 1; in UpdateCachedBoundsAndOffset() local1159 const int offset = negate_rtl * display_offset_.x(); in UpdateCachedBoundsAndOffset()1161 delta_x = negate_rtl * (display_width - (content_width + offset)); in UpdateCachedBoundsAndOffset()