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

  /external/chromium_org/third_party/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_As;
211 cat = (indic_category_t) OT_D;
215 cat = (indic_category_t) OT_D; /* XXX The spec says D0, but Uniscribe doesn't seem to do. *
    [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 & 0x7Fu);
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.cc 31 #define indic_category() complex_var_u8_0() /* indic_category_t */
171 indic_category_t cat = (indic_category_t) (type & 0x7Fu);
    [all...]
  /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_As;
211 cat = (indic_category_t) OT_D;
215 cat = (indic_category_t) OT_D; /* XXX The spec says D0, but Uniscribe doesn't seem to do. *
    [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 & 0x7Fu);
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 */
171 indic_category_t cat = (indic_category_t) (type & 0x7Fu);
    [all...]

Completed in 248 milliseconds