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 109 /* hb_direction_t */
117 } hb_direction_t; typedef in typeref:enum:__anon16450
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/
hb-common.h 109 /* hb_direction_t */
117 } hb_direction_t; typedef in typeref:enum:__anon5332
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 109 milliseconds