HomeSort by relevance Sort by last modified time
    Searched refs:indic_category_t (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-myanmar.cc 172 indic_category_t cat = (indic_category_t) (type & 0x7Fu);
179 cat = (indic_category_t) OT_VS;
184 cat = (indic_category_t) OT_C; /* The spec says C, IndicSyllableCategory doesn't have. */
191 cat = (indic_category_t) OT_GB;
195 cat = (indic_category_t) OT_Ra;
199 cat = (indic_category_t) OT_A;
203 cat = (indic_category_t) OT_H;
207 cat = (indic_category_t) OT_As;
215 cat = (indic_category_t) OT_D
    [all...]
hb-ot-shape-complex-indic-private.hh 44 enum indic_category_t { enum
hb-ot-shape-complex-indic-machine.rl 40 # Same order as enum indic_category_t. Not sure how to avoid duplication.
hb-ot-shape-complex-indic.cc 31 #define indic_category() complex_var_u8_0() /* indic_category_t */
171 indic_category_t cat = (indic_category_t) (type & 0x7Fu);
    [all...]

Completed in 354 milliseconds