Lines Matching refs:glyph_idx
169 add_glyph (struct grub_font_info *font_info, FT_UInt glyph_idx, FT_Face face,
189 err = FT_Load_Glyph (face, glyph_idx, flag);
193 err, glyph_idx, char_code & GRUB_FONT_CODE_CHAR_MASK,
318 FT_UInt glyph_idx;
321 glyph_idx = FT_Get_Char_Index (face, char_code);
322 if (!glyph_idx)
324 add_glyph (font_info, glyph_idx, face, char_code, nocut);
326 if (cur->from == glyph_idx)
352 if (cur->from == glyph_idx)
377 if (cur->from == glyph_idx)