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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-myanmar.cc 177 indic_category_t cat = (indic_category_t) (type & 0x7F);
184 cat = (indic_category_t) OT_VS;
185 else if (unlikely (u == 0x200C)) cat = (indic_category_t) OT_ZWNJ;
186 else if (unlikely (u == 0x200D)) cat = (indic_category_t) OT_ZWJ;
194 cat = (indic_category_t) OT_GB;
198 cat = (indic_category_t) OT_Ra;
202 cat = (indic_category_t) OT_A;
206 cat = (indic_category_t) OT_As;
214 cat = (indic_category_t) OT_D
    [all...]
hb-ot-shape-complex-sea.cc 30 #define sea_category() complex_var_u8_0() /* indic_category_t */
142 indic_category_t cat = (indic_category_t) (type & 0x7F);
147 cat = (indic_category_t) OT_MR;
153 case POS_PRE_C: cat = (indic_category_t) OT_VPre; break;
154 case POS_ABOVE_C: cat = (indic_category_t) OT_VAbv; break;
155 case POS_BELOW_C: cat = (indic_category_t) OT_VBlw; break;
156 case POS_POST_C: cat = (indic_category_t) OT_VPst; break;
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 */
187 indic_category_t cat = (indic_category_t) (type & 0x7F);
    [all...]

Completed in 365 milliseconds