Searched defs:hb_direction_t (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-common.h109 /* hb_direction_t */
117 } hb_direction_t; typedef in typeref:enum:__anon11825
120 hb_direction_t
124 hb_direction_to_string (hb_direction_t direction);
132 #define HB_DIRECTION_REVERSE(dir) ((hb_direction_t) (((unsigned int) (dir)) ^ 1))
328 hb_direction_t
/external/harfbuzz_ng/src/
H A Dhb-common.h109 /* hb_direction_t */
117 } hb_direction_t; typedef in typeref:enum:__anon21627
120 hb_direction_t
124 hb_direction_to_string (hb_direction_t direction);
131 #define HB_DIRECTION_REVERSE(dir) ((hb_direction_t) (((unsigned int) (dir)) ^ 1)) /* Direction must be valid */
327 hb_direction_t

Completed in 98 milliseconds