HomeSort by relevance Sort by last modified time
    Searched refs:HB_DIRECTION_IS_HORIZONTAL (Results 1 - 10 of 10) 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 93 plan.kern_mask = plan.map.get_mask (HB_DIRECTION_IS_HORIZONTAL (plan.props.direction) ?
hb-ot-layout-gdef-table.hh 102 return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (coordinate);
127 return HB_DIRECTION_IS_HORIZONTAL (direction) ? x : y;
151 return HB_DIRECTION_IS_HORIZONTAL (direction) ?
hb-font-private.hh 327 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction)))
337 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) {
384 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction)))
458 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) {
hb-ot-shape-complex-private.hh 200 HB_DIRECTION_IS_HORIZONTAL(planner->props.direction))
hb-ot-shape-fallback.cc 350 if (HB_DIRECTION_IS_HORIZONTAL (plan->props.direction))
495 if (!HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction))
hb-common.h 134 #define HB_DIRECTION_IS_HORIZONTAL(dir) ((((unsigned int) (dir)) & ~1U) == 4)
hb-ot-shape.cc 101 if (HB_DIRECTION_IS_HORIZONTAL (props->direction))
303 if ((HB_DIRECTION_IS_HORIZONTAL (direction) && direction != hb_script_get_horizontal_direction (buffer->props.script)) ||
659 if (HB_DIRECTION_IS_HORIZONTAL (direction))
hb-ot-layout-gpos-table.hh 115 hb_bool_t horizontal = HB_DIRECTION_IS_HORIZONTAL (c->direction);
1005 if (likely (HB_DIRECTION_IS_HORIZONTAL (c->direction)))
    [all...]
hb-coretext.cc     [all...]

Completed in 504 milliseconds