OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon11181
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 */
317
hb_direction_t
/external/harfbuzz_ng/src/
hb-common.h
107
/*
hb_direction_t
*/
115
}
hb_direction_t
;
typedef in typeref:enum:__anon18586
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 612 milliseconds