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.h107 /* hb_direction_t */
115 } hb_direction_t; typedef in typeref:enum:__anon10746
118 hb_direction_t
122 hb_direction_to_string (hb_direction_t direction);
129 #define HB_DIRECTION_REVERSE(dir) ((hb_direction_t) (((unsigned int) (dir)) ^ 1)) /* Direction must be valid */
301 hb_direction_t
/external/harfbuzz_ng/src/
H A Dhb-common.h107 /* hb_direction_t */
115 } hb_direction_t; typedef in typeref:enum:__anon17995
118 hb_direction_t
122 hb_direction_to_string (hb_direction_t direction);
129 #define HB_DIRECTION_REVERSE(dir) ((hb_direction_t) (((unsigned int) (dir)) ^ 1)) /* Direction must be valid */
301 hb_direction_t

Completed in 713 milliseconds