OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_DIRECTION_IS_HORIZONTAL
(Results
1 - 13
of
13
) 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/chromium_org/third_party/harfbuzz-ng/src/
hb-font-private.hh
251
if (likely (
HB_DIRECTION_IS_HORIZONTAL
(direction))) {
274
if (likely (
HB_DIRECTION_IS_HORIZONTAL
(direction)))
324
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-ot-shape-fallback.cc
345
if (
HB_DIRECTION_IS_HORIZONTAL
(plan->props.direction))
433
hb_mask_t kern_mask = plan->map.get_1_mask (
HB_DIRECTION_IS_HORIZONTAL
(buffer->props.direction) ?
hb-common.h
124
#define
HB_DIRECTION_IS_HORIZONTAL
(dir) ((((unsigned int) (dir)) & ~1U) == 4)
hb-ot-shape.cc
97
if (
HB_DIRECTION_IS_HORIZONTAL
(props->direction))
276
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);
948
if (likely (
HB_DIRECTION_IS_HORIZONTAL
(c->direction)))
954
if (likely (
HB_DIRECTION_IS_HORIZONTAL
(c->direction)))
[
all
...]
/external/harfbuzz_ng/src/
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-font-private.hh
316
if (likely (
HB_DIRECTION_IS_HORIZONTAL
(direction))) {
339
if (likely (
HB_DIRECTION_IS_HORIZONTAL
(direction))) {
384
if (likely (
HB_DIRECTION_IS_HORIZONTAL
(direction))) {
hb-ot-shape-fallback.cc
331
if (
HB_DIRECTION_IS_HORIZONTAL
(plan->props.direction))
420
hb_mask_t kern_mask = plan->map.get_1_mask (
HB_DIRECTION_IS_HORIZONTAL
(buffer->props.direction) ?
hb-common.h
124
#define
HB_DIRECTION_IS_HORIZONTAL
(dir) ((((unsigned int) (dir)) & ~1U) == 4)
hb-ot-shape.cc
106
if (
HB_DIRECTION_IS_HORIZONTAL
(props->direction))
285
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);
943
if (likely (
HB_DIRECTION_IS_HORIZONTAL
(c->direction)))
949
if (likely (
HB_DIRECTION_IS_HORIZONTAL
(c->direction)))
[
all
...]
Completed in 187 milliseconds