Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:content_dir

1386     PangoDirection content_dir = GetContentDirection();
1387 gint count_towards_end = content_dir == PANGO_DIRECTION_RTL ? -1 : 1;
2119 PangoDirection content_dir = GetContentDirection();
2123 if (content_dir == PANGO_DIRECTION_NEUTRAL) {
2124 content_dir = gdk_keymap_get_direction(
2130 if ((widget_dir == GTK_TEXT_DIR_RTL && content_dir == PANGO_DIRECTION_LTR) ||
2131 (widget_dir == GTK_TEXT_DIR_LTR && content_dir == PANGO_DIRECTION_RTL)) {