OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indic_position_t
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-private.hh
80
enum
indic_position_t
{
enum
hb-ot-shape-complex-myanmar.cc
173
indic_position_t
pos = (
indic_position_t
) (type >> 8);
356
indic_position_t
pos = POS_AFTER_MAIN;
hb-ot-shape-complex-indic.cc
32
#define indic_position() complex_var_u8_1() /*
indic_position_t
*/
97
static inline
indic_position_t
98
matra_position (hb_codepoint_t u,
indic_position_t
side)
172
indic_position_t
pos = (
indic_position_t
) (type >> 8);
568
static
indic_position_t
886
info[i].indic_position() = MIN (POS_PRE_C, (
indic_position_t
) info[i].indic_position());
947
indic_position_t
last_pos = POS_START;
972
last_pos = (
indic_position_t
) info[i].indic_position();
[
all
...]
Completed in 121 milliseconds