Home | History | Annotate | Download | only in gfx

Lines Matching defs:text_direction

154   base::i18n::TextDirection text_direction =
159 layout, text, font, bounds.width(), text_direction, flags);
174 text_color, text_direction, flags);
185 base::i18n::TextDirection text_direction,
210 // Set Pango's base text direction explicitly from |text_direction|.
213 (text_direction == base::i18n::RIGHT_TO_LEFT ?
234 } else if (text_direction == base::i18n::RIGHT_TO_LEFT) {
285 base::i18n::TextDirection text_direction,
287 SetupPangoLayoutWithoutFont(layout, text, width, text_direction, flags);
298 base::i18n::TextDirection text_direction,
300 SetupPangoLayoutWithoutFont(layout, text, width, text_direction, flags);
313 base::i18n::TextDirection text_direction,
326 if (text_direction == base::i18n::RIGHT_TO_LEFT ||