Lines Matching refs:prevGlyphIndex
76 int prevGlyphIndex; member
1116 int prevGlyphIndex, FONSglyph* glyph, in fons__getQuad() argument
1121 if (prevGlyphIndex != -1) { in fons__getQuad()
1122 float adv = fons__tt_getGlyphKernAdvance(&font->font, prevGlyphIndex, glyph->index) * scale; in fons__getQuad()
1233 int prevGlyphIndex = -1; in fonsDrawText() local
1268 fons__getQuad(stash, font, prevGlyphIndex, glyph, scale, state->spacing, &x, &y, &q); in fonsDrawText()
1281 prevGlyphIndex = glyph != NULL ? glyph->index : -1; in fonsDrawText()
1328 iter->prevGlyphIndex = -1; in fonsTextIterInit()
1351 …fons__getQuad(stash, iter->font, iter->prevGlyphIndex, glyph, iter->scale, iter->spacing, &iter->n… in fonsTextIterNext()
1352 iter->prevGlyphIndex = glyph != NULL ? glyph->index : -1; in fonsTextIterNext()
1418 int prevGlyphIndex = -1; in fonsTextBounds() local
1448 fons__getQuad(stash, font, prevGlyphIndex, glyph, scale, state->spacing, &x, &y, &q); in fonsTextBounds()
1459 prevGlyphIndex = glyph != NULL ? glyph->index : -1; in fonsTextBounds()