Lines Matching full:tindex
252 unsigned int tindex = 0;
257 tindex = t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */
266 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex;
308 unsigned int tindex = nindex % TCount;
310 if (!tindex &&
331 (!tindex &&
337 TBase + tindex};
340 (!tindex || font->has_glyph (decomposed[2])))
342 unsigned int s_len = tindex ? 3 : 2;
355 if (has_glyph && !tindex)