/third_party/ffmpeg/libavfilter/ |
H A D | src_avsynctest.c | 245 static void draw_text(FFDrawContext *draw, AVFrame *out, FFDrawColor *color, in draw_text() function 291 draw_text(&s->draw, out, &s->fg, offset(w, 1, 10), offset(h, 1, 10), text); in video_frame() 294 draw_text(&s->draw, out, &s->fg, offset(w, 1, 10), offset(h, 9, 10), text); in video_frame() 297 draw_text(&s->draw, out, &s->fg, offset(w, 9, 10) - strlen(text) * 8, offset(h, 9, 10), text); in video_frame() 300 draw_text(&s->draw, out, &s->fg, offset(w, 9, 10) - strlen(text) * 8, offset(h, 1, 10), text); in video_frame() 303 draw_text(&s->draw, out, &s->ag, offset(w, 1, 2) - strlen(text) * 4, offset(h, 9, 10), text); in video_frame() 306 draw_text(&s->draw, out, &s->ag, offset(w, 1, 2) - strlen(text) * 4, offset(h, 1, 10), text); in video_frame() 309 draw_text(&s->draw, out, &s->ag, offset(w, 1, 10), offset(h, 1, 2), text); in video_frame() 312 draw_text(&s->draw, out, &s->ag, offset(w, 9, 10) - strlen(text) * 8, offset(h, 1, 2), text); in video_frame()
|
H A D | vf_datascope.c | 85 static void draw_text(FFDrawContext *draw, AVFrame *frame, FFDrawColor *color, in draw_text() function 214 draw_text(&s->draw, out, &reverse, xoff + x * C * 10 + 2, yoff + y * PP * 12 + pp * 10 + 2, text, 0); in filter_color2() 257 draw_text(&s->draw, out, &color, xoff + x * C * 10 + 2, yoff + y * PP * 12 + pp * 10 + 2, text, 0); in filter_color() 299 draw_text(&s->draw, out, &s->white, xoff + x * C * 10 + 2, yoff + y * PP * 12 + pp * 10 + 2, text, 0); in filter_mono() 359 draw_text(&s->draw, out, &s->yellow, 2, xmaxlen + y * PP * 12 + (PP + 1) * PP, text, 0); in filter_frame() 368 draw_text(&s->draw, out, &s->yellow, ymaxlen + x * C * 10 + 2 * C, 2, text, 1); in filter_frame() 690 draw_text(&s->draw, out, &s->white, X + 28, Y + s->ww + 5, text, 0); in pixscope_filter_frame() 695 draw_text(&s->draw, out, s->colors[i], X + 28, Y + s->ww + 15 * (i + 1), text, 0); in pixscope_filter_frame() 698 draw_text(&s->draw, out, &s->white, X + 28, Y + s->ww + 15 * (0 + 5), text, 0); in pixscope_filter_frame() 703 draw_text( in pixscope_filter_frame() [all...] |
H A D | avf_showvolume.c | 54 int draw_text; member 82 { "t", "display channel names", OFFSET(draw_text), AV_OPT_TYPE_BOOL, {.i64=1}, 0, 1, FLAGS }, 382 if (s->h >= 8 && s->draw_text) { in filter_frame() 418 if (s->h >= 8 && s->draw_text) { in filter_frame()
|
H A D | vf_waveform.c | 129 void (*draw_text)(AVFrame *out, int x, int y, int mult, member 2911 s->draw_text(out, x, offset_y + 2, 1, o1, o2, name, s->grat_yuva_color); in graticule_row() 2953 s->draw_text(out, x, offset_y + 2, mult, o1, o2, name, s->grat_yuva_color); in graticule16_row() 2994 s->draw_text(out, 2 + offset_x, y, 1, o1, o2, name, s->grat_yuva_color); in graticule_column() 3036 s->draw_text(out, 2 + offset_x, y, mult, o1, o2, name, s->grat_yuva_color); in graticule16_column() 3144 s->draw_text = s->bits <= 8 ? draw_vtext : draw_vtext16; in config_input() 3147 s->draw_text = s->bits <= 8 ? draw_htext : draw_htext16; in config_input() 3150 s->draw_text = s->bits <= 8 ? idraw_vtext : idraw_vtext16; in config_input() 3153 s->draw_text = s->bits <= 8 ? idraw_htext : idraw_htext16; in config_input()
|
H A D | vf_drawtext.c | 1383 static int draw_text(AVFilterContext *ctx, AVFrame *frame, in draw_text() function 1667 draw_text(ctx, frame, frame->width, frame->height); in filter_frame()
|
H A D | vsrc_testsrc.c | 726 static void draw_text(TestSourceContext *s, AVFrame *frame, FFDrawColor *color, in draw_text() function 913 draw_text(s, frame, &color, 4, 4, buf); in test2_fill_picture()
|
/third_party/skia/gm/ |
H A D | clip_error.cpp | 30 static void draw_text(SkCanvas* canvas, sk_sp<SkTextBlob> blob, in draw_text() function 74 draw_text(canvas, blob, paint, blurPaint, clearPaint); 80 draw_text(canvas, blob, paint, blurPaint, clearPaint);
|
H A D | compositor_quads.cpp | 191 static void draw_text(SkCanvas* canvas, const char* text) { in draw_text() function 463 draw_text(canvas, fMatrixNames[i].c_str()); 491 draw_text(canvas, SkStringPrintf("Draws = %d", drawCounts[j]).c_str()); 586 draw_text(canvas, "Edge AA"); 602 draw_text(canvas, config.c_str()); 632 draw_text(canvas, "Solid Color"); 762 draw_text(canvas, fTopBanner.c_str()); 766 draw_text(canvas, fBottomBanner.c_str()); 940 draw_text(canvas, "Texture"); 942 draw_text(canva [all...] |
H A D | drawquadset.cpp | 42 static void draw_text(SkCanvas* canvas, const char* text) { in draw_text() function 214 draw_text(canvas, kTileSetNames[j]); 224 draw_text(canvas, matrixNames[i]);
|
H A D | srcmode.cpp | 68 static void draw_text(SkCanvas* canvas, const SkPaint& paint, const SkFont& font) { in draw_text() function 89 draw_hair, draw_thick, draw_rect, draw_oval, draw_text in drawContent()
|
H A D | dropshadowimagefilter.cpp | 51 static void draw_text(SkCanvas* canvas, const SkRect& r, sk_sp<SkImageFilter> imf) { in draw_text() function 84 draw_bitmap, draw_path, draw_paint, draw_text in DEF_SIMPLE_GM()
|
H A D | imagefilterscropped.cpp | 50 static void draw_text(SkCanvas* canvas, const SkRect& r, sk_sp<SkImageFilter> imf) { in draw_text() function 119 draw_bitmap, draw_path, draw_paint, draw_text
|
H A D | imagefiltersbase.cpp | 134 static void draw_text(SkCanvas* canvas, SkImage*, const SkRect& r, sk_sp<SkImageFilter> imf) { in draw_text() function 225 draw_line, draw_rect, draw_path, draw_text,
|
/third_party/libinput/tools/ |
H A D | libinput-debug-gui.c | 645 draw_text(cairo_t *cr, const char *text, double x, double y) in draw_text() function 677 draw_text(cr, name, w->width/2, w->height - 150 + 15); in draw_other_button() 745 draw_text(cr, number, rx, ry); in draw_pad() 767 draw_text(cr, number, rx + 10, ry - 10); in draw_pad()
|