Searched refs:glyph_index (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c692 grub_uint32_t char_code, glyph_index; local
694 for (char_code = FT_Get_First_Char (face, &glyph_index);
695 glyph_index;
696 char_code = FT_Get_Next_Char (face, char_code, &glyph_index))

Completed in 22 milliseconds