Lines Matching full:direction
43 return a->direction == b->direction &&
54 return (unsigned int) p->direction ^
523 /* If direction is set to INVALID, guess from script */
524 if (props.direction == HB_DIRECTION_INVALID) {
525 props.direction = hb_script_get_horizontal_direction (props.script);
715 hb_direction_t direction)
721 buffer->props.direction = direction;
727 return buffer->props.direction;
1063 bool backward = HB_DIRECTION_IS_BACKWARD (buffer->props.direction);