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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_drawtext.c446 Glyph *glyph = NULL, *prev_glyph = NULL; local
523 prev_glyph = glyph;
528 if (dtext->use_kerning && prev_glyph && glyph->code) {
529 FT_Get_Kerning(dtext->face, prev_glyph->code, glyph->code,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_drawtext.c1078 Glyph *glyph = NULL, *prev_glyph = NULL; local
1162 prev_glyph = glyph;
1167 if (s->use_kerning && prev_glyph && glyph->code) {
1168 FT_Get_Kerning(s->face, prev_glyph->code, glyph->code,

Completed in 85 milliseconds