Searched refs:load_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.c226 static int load_glyph(AVFilterContext *ctx, Glyph **glyph_ptr, uint32_t code) function
367 load_glyph(ctx, NULL, 0);
370 if ((err = load_glyph(ctx, &glyph, ' ') < 0)) {
496 ret = load_glyph(ctx, &glyph, code);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_drawtext.c298 static int load_glyph(AVFilterContext *ctx, Glyph **glyph_ptr, uint32_t code) function
671 load_glyph(ctx, NULL, 0);
674 if ((err = load_glyph(ctx, &glyph, ' ')) < 0) {
1132 load_glyph(ctx, &glyph, code);

Completed in 85 milliseconds