Searched refs:MASK_NOSHAPE (Results 1 – 2 of 2) sorted by relevance
42 MASK_NOSHAPE = 8 // if this bit set, don't shape this char, i.e. tatweel enumerator53 ST_NOSHAPE_DUAL = MASK_NOSHAPE | ST_DUAL,54 ST_NOSHAPE_NONE = MASK_NOSHAPE
187 le_bool curShapes = (t & MASK_NOSHAPE) == 0; in shape()