OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_DIRECTION_INVALID
(Results
1 - 10
of
10
) sorted by null
/external/harfbuzz_ng/test/api/
test-common.c
54
g_assert_cmpint ((signed)
HB_DIRECTION_INVALID
, ==, 0);
61
g_assert (!HB_DIRECTION_IS_HORIZONTAL (
HB_DIRECTION_INVALID
));
67
g_assert (!HB_DIRECTION_IS_VERTICAL (
HB_DIRECTION_INVALID
));
73
g_assert (!HB_DIRECTION_IS_FORWARD (
HB_DIRECTION_INVALID
));
79
g_assert (!HB_DIRECTION_IS_BACKWARD (
HB_DIRECTION_INVALID
));
85
g_assert (!HB_DIRECTION_IS_VALID (
HB_DIRECTION_INVALID
));
92
//g_assert_cmpint (HB_DIRECTION_REVERSE (
HB_DIRECTION_INVALID
), ==,
HB_DIRECTION_INVALID
);
94
g_assert_cmpint (
HB_DIRECTION_INVALID
, ==, hb_direction_from_string (NULL, -1));
95
g_assert_cmpint (
HB_DIRECTION_INVALID
, ==, hb_direction_from_string ("", -1))
[
all
...]
test-buffer.c
110
g_assert (hb_buffer_get_direction (b) ==
HB_DIRECTION_INVALID
);
141
g_assert (hb_buffer_get_direction (b) ==
HB_DIRECTION_INVALID
);
164
g_assert (hb_buffer_get_direction (b) ==
HB_DIRECTION_INVALID
);
/external/harfbuzz_ng/src/
hb-common.cc
102
return
HB_DIRECTION_INVALID
;
112
return
HB_DIRECTION_INVALID
;
hb-buffer.h
74
#define HB_SEGMENT_PROPERTIES_DEFAULT {
HB_DIRECTION_INVALID
, \
hb-ot-shape-fallback.cc
291
hb_direction_t horiz_dir =
HB_DIRECTION_INVALID
;
330
if (unlikely (horiz_dir ==
HB_DIRECTION_INVALID
)) {
hb-common.h
110
HB_DIRECTION_INVALID
= 0,
hb-shape-plan.cc
93
assert (props->direction !=
HB_DIRECTION_INVALID
);
hb-ot-shape.cc
95
case
HB_DIRECTION_INVALID
:
hb-buffer.cc
524
if (props.direction ==
HB_DIRECTION_INVALID
) {
hb-ot-layout-gpos-table.hh
935
case
HB_DIRECTION_INVALID
:
[
all
...]
Completed in 100 milliseconds