HomeSort by relevance Sort by last modified time
    Searched refs:HB_DIRECTION_IS_HORIZONTAL (Results 1 - 9 of 9) sorted by null

  /external/harfbuzz_ng/test/api/
test-common.c 57 g_assert (HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_LTR));
58 g_assert (HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_RTL));
59 g_assert (!HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_TTB));
60 g_assert (!HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_BTT));
61 g_assert (!HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_INVALID));
  /external/harfbuzz_ng/src/
hb-ot-shape-private.hh 91 plan.kern_mask = plan.map.get_mask (HB_DIRECTION_IS_HORIZONTAL (plan.props.direction) ?
hb-font-private.hh 256 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) {
279 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction)))
329 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) {
hb-ot-layout-gdef-table.hh 101 return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (coordinate);
125 return HB_DIRECTION_IS_HORIZONTAL (direction) ? x : y;
148 return HB_DIRECTION_IS_HORIZONTAL (direction) ?
hb-common.h 128 #define HB_DIRECTION_IS_HORIZONTAL(dir) ((((unsigned int) (dir)) & ~1U) == 4)
hb-ot-shape.cc 102 if (HB_DIRECTION_IS_HORIZONTAL (props->direction))
283 if ((HB_DIRECTION_IS_HORIZONTAL (direction) && direction != hb_script_get_horizontal_direction (buffer->props.script)) ||
hb-ot-layout-gpos-table.hh 105 hb_bool_t horizontal = HB_DIRECTION_IS_HORIZONTAL (direction);
965 if (likely (HB_DIRECTION_IS_HORIZONTAL (c->direction)))
971 if (likely (HB_DIRECTION_IS_HORIZONTAL (c->direction)))
    [all...]
hb-ot-shape-fallback.cc 348 if (HB_DIRECTION_IS_HORIZONTAL (plan->props.direction))
hb-coretext.cc     [all...]

Completed in 190 milliseconds