Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgdft.c826 FT_UInt glyph_index, previous; local
1075 glyph_index = FT_Get_Char_Index(face, ch);
1078 if (use_kerning && previous && glyph_index) {
1079 FT_Get_Kerning(face, previous, glyph_index, ft_kerning_default, &delta);
1087 if (FT_Load_Glyph(face, glyph_index, render_mode | FT_LOAD_IGNORE_TRANSFORM)) {
1145 if (FT_Load_Glyph(face, glyph_index, render_mode)) {
1181 previous = glyph_index;

Completed in 9 milliseconds