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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Ddockart.cpp633 wxString draw_text = wxAuiChopText(dc, text, clip_rect.width); local
636 dc.DrawText(draw_text, rect.x+3, rect.y+(rect.height/2)-(h/2)-1);
H A Dauibook.cpp676 wxString draw_text = wxAuiChopText(dc, local
681 dc.DrawText(draw_text,
727 if (page.bitmap.IsOk() && draw_text.IsEmpty())
729 else if (!page.bitmap.IsOk() && !draw_text.IsEmpty())
731 else if (page.bitmap.IsOk() && !draw_text.IsEmpty())
1180 wxString draw_text = wxAuiChopText(dc, local
1185 dc.DrawText(draw_text,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_drawtext.c752 static int draw_text(AVFilterContext *ctx, AVFilterBufferRef *picref, function
851 draw_text(inlink->dst, picref, picref->video->w, picref->video->h);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_drawtext.c1063 static int draw_text(AVFilterContext *ctx, AVFrame *frame, function
1257 draw_text(ctx, frame, frame->width, frame->height);

Completed in 81 milliseconds