Lines Matching defs:tindex
248 unsigned int tindex = 0;
253 tindex = t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */
262 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex;
303 unsigned int tindex = nindex % TCount;
305 if (!tindex &&
326 (!tindex &&
332 TBase + tindex};
335 (!tindex || font->has_glyph (decomposed[2])))
337 unsigned int s_len = tindex ? 3 : 2;
350 if (has_glyph && !tindex)