HomeSort by relevance Sort by last modified time
    Searched defs:hb_direction_t (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-common.h 107 /* hb_direction_t */
115 } hb_direction_t; typedef in typeref:enum:__anon13152
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/
hb-common.h 107 /* hb_direction_t */
115 } hb_direction_t; typedef in typeref:enum:__anon20390
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 39 milliseconds