Searched refs:dtext (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.c228 DrawTextContext *dtext = ctx->priv; local
233 /* load glyph into dtext->face->glyph */
234 if (FT_Load_Char(dtext->face, code, dtext->ft_load_flags))
245 if (FT_Get_Glyph(dtext->face->glyph, glyph->glyph)) {
250 glyph->bitmap = dtext->face->glyph->bitmap;
251 glyph->bitmap_left = dtext->face->glyph->bitmap_left;
252 glyph->bitmap_top = dtext->face->glyph->bitmap_top;
253 glyph->advance = dtext->face->glyph->advance.x >> 6;
263 av_tree_insert(&dtext
280 DrawTextContext *dtext = ctx->priv; local
407 DrawTextContext *dtext = ctx->priv; local
437 DrawTextContext *dtext = ctx->priv; local
560 DrawTextContext *dtext = ctx->priv; local
714 draw_glyphs(DrawTextContext *dtext, AVFilterBufferRef *picref, int width, int height, const uint8_t rgbcolor[4], const uint8_t yuvcolor[4], int x, int y) argument
755 DrawTextContext *dtext = ctx->priv; local
804 DrawTextContext *dtext = ctx->priv; local
848 DrawTextContext *dtext = inlink->dst->priv; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dget_maintainer.pl1300 my $dtext = "[^\\[\\]\\r\\\\]";
1301 my $domain_literal = "\\[(?:$dtext|\\\\.)*\\]$rfc822_lwsp*";

Completed in 68 milliseconds