Lines Matching refs:tindex
251 unsigned int tindex = 0;
256 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 &&
333 (!tindex &&
339 TBase + tindex};
342 (!tindex || font->has_glyph (decomposed[2])))
344 unsigned int s_len = tindex ? 3 : 2;
350 if (has_glyph && !tindex)
375 else if ((!tindex && buffer->idx + 1 < count && isT (buffer->cur(+1).codepoint)))