HB_DIRECTION_IS_HORIZONTAL 256 third_party/harfbuzz-ng/src/hb-font-private.hh if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) { HB_DIRECTION_IS_HORIZONTAL 279 third_party/harfbuzz-ng/src/hb-font-private.hh if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) HB_DIRECTION_IS_HORIZONTAL 329 third_party/harfbuzz-ng/src/hb-font-private.hh if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) { HB_DIRECTION_IS_HORIZONTAL 101 third_party/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (coordinate); HB_DIRECTION_IS_HORIZONTAL 125 third_party/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh return HB_DIRECTION_IS_HORIZONTAL (direction) ? x : y; HB_DIRECTION_IS_HORIZONTAL 148 third_party/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh return HB_DIRECTION_IS_HORIZONTAL (direction) ? HB_DIRECTION_IS_HORIZONTAL 105 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh hb_bool_t horizontal = HB_DIRECTION_IS_HORIZONTAL (direction); HB_DIRECTION_IS_HORIZONTAL 954 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh if (likely (HB_DIRECTION_IS_HORIZONTAL (c->direction))) HB_DIRECTION_IS_HORIZONTAL 960 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh if (likely (HB_DIRECTION_IS_HORIZONTAL (c->direction))) HB_DIRECTION_IS_HORIZONTAL 1550 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh if (HB_DIRECTION_IS_HORIZONTAL (direction)) HB_DIRECTION_IS_HORIZONTAL 345 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc if (HB_DIRECTION_IS_HORIZONTAL (plan->props.direction)) HB_DIRECTION_IS_HORIZONTAL 91 third_party/harfbuzz-ng/src/hb-ot-shape-private.hh plan.kern_mask = plan.map.get_mask (HB_DIRECTION_IS_HORIZONTAL (plan.props.direction) ? HB_DIRECTION_IS_HORIZONTAL 101 third_party/harfbuzz-ng/src/hb-ot-shape.cc if (HB_DIRECTION_IS_HORIZONTAL (props->direction)) HB_DIRECTION_IS_HORIZONTAL 279 third_party/harfbuzz-ng/src/hb-ot-shape.cc if ((HB_DIRECTION_IS_HORIZONTAL (direction) && direction != hb_script_get_horizontal_direction (buffer->props.script)) ||