Searched refs:glyphi (Results 1 – 6 of 6) sorted by relevance
223 auto glyphi = FT_Get_Name_Index((FT_Face)fthandle, (char *)null_terminated(name)); in GetCharCode() local224 if (!glyphi) return 0; in GetCharCode()233 return glyph_to_char[glyphi]; in GetCharCode()
38 word glyphi; // optional, not available in Win32 member
204 gi.glyphi = glyph_index; in GetGlyphInfoSys()
79 gi.glyphi = glyph_index;303 g[ti] = f.glyphi;308 g[ti] = f.glyphi;
112 g.index = GetGlyphInfo(font, text[i]).glyphi; in DrawTextOp()
8234 idDeltai, glyphi: PtrInt;8298 glyphi := idRangeOffset[i];8299 if glyphi<>0 then8300 glyphi := glyphi shr 1+i-n-startCode[i];8303 if glyphi=0 then8305 glyphIndex := glyphIndexArray[glyphi+code];