Home
last modified time | relevance | path

Searched refs:fontfile (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/
Drun-tests.py64 fontfile, options, unicodes, glyphs_expected = line.split (":") variable
65 if fontfile.startswith ('/') or fontfile.startswith ('"/'):
66 fontfile, expected_hash = fontfile.split('@') variable
69 with open (fontfile, 'rb') as ff:
73 (fontfile, expected_hash, actual_hash))
77 print ('%s not found, skip.' % fontfile)
82 fontfile = os.path.normpath (os.path.join (cwd, fontfile)) variable
90 print ('# %s "%s" --unicodes %s' % (hb_shape, fontfile, unicodes))
95 (hb_shape, fontfile, ' '.join(extra_options), options, unicodes))
98 if ' ' in fontfile:
[all …]
Drecord-test.sh24 fontfile=$1
56 glyphs=`echo "$text" | $hb_shape $options "$fontfile"`
61 …t" | $hb_shape $options --no-glyph-names --no-clusters --no-positions "$fontfile" | sed 's/[][]//g…
63 cp "$fontfile" "$dir/font.ttf"
/third_party/harfbuzz/test/shaping/
Drun-tests.py64 fontfile, options, unicodes, glyphs_expected = line.split (":") variable
66 if fontfile.startswith ('/') or fontfile.startswith ('"/'):
70 fontfile, expected_hash = (fontfile.split('@') + [''])[:2] variable
73 with open (fontfile, 'rb') as ff:
78 (fontfile, expected_hash, actual_hash))
82 print ('%s not found, skip.' % fontfile)
87 fontfile = os.path.normpath (os.path.join (cwd, fontfile)) variable
95 print ('# %s "%s" --unicodes %s' % (hb_shape, fontfile, unicodes))
100 (hb_shape, fontfile, ' '.join(extra_options), ' '.join(options), unicodes))
107 …glyphs1 = cmd ([hb_shape, fontfile, "--font-funcs=ot"] + extra_options + ["--unicodes", unicodes] …
[all …]
Drecord-test.sh24 fontfile=$1
56 glyphs=`echo "$text" | $hb_shape $options "$fontfile"`
61 …t" | $hb_shape $options --no-glyph-names --no-clusters --no-positions "$fontfile" | sed 's/[][]//g…
63 cp "$fontfile" "$dir/font.ttf"
/third_party/skia/third_party/externals/harfbuzz/test/shape/
Drun-tests.py57 fontfile, options, unicodes, glyphs_expected = line.split (';') variable
59 if fontfile.startswith ('/') or fontfile.startswith ('"/'):
63 fontfile, expected_hash = (fontfile.split('@') + [''])[:2] variable
66 with open (fontfile, 'rb') as ff:
71 (fontfile, expected_hash, actual_hash))
75 print ('%s not found, skip.' % fontfile)
80 fontfile = os.path.normpath (os.path.join (cwd, fontfile)) variable
87 print ('# %s "%s" --unicodes %s' % (hb_shape, fontfile, unicodes))
95 …glyphs1 = shape_cmd ([fontfile, "--font-funcs=ot"] + extra_options + ["--unicodes", unicodes] + op…
97 …glyphs1 = shape_cmd ([fontfile, "--font-funcs=ft"] + extra_options + ["--unicodes", unicodes] + op…
[all …]
Drecord-test.sh24 fontfile=$1
56 glyphs=`echo "$text" | $hb_shape $options "$fontfile"`
61 …t" | $hb_shape $options --no-glyph-names --no-clusters --no-positions "$fontfile" | sed 's/[][]//g…
63 cp "$fontfile" "$dir/font.ttf"
/third_party/ffmpeg/libavfilter/
Davf_showcqt.h116 char *fontfile; member
Dvf_drawtext.c150 uint8_t *fontfile; ///< font to be used member
212 …{"fontfile", "set font file", OFFSET(fontfile), AV_OPT_TYPE_STRING, {.str=NULL…
463 s->fontfile, FT_ERRMSG(err)); in load_font_file()
488 pat = FcNameParse(s->fontfile ? s->fontfile : in load_font_fontconfig()
560 err = load_font_file(ctx, s->fontfile, 0); in load_font()
705 if (!s->fontfile && !CONFIG_LIBFONTCONFIG) { in init()
Davf_showcqt.c88 …{ "fontfile", "set axis font file", OFFSET(fontfile), AV_OPT_TYPE_STRING, { .str = NULL }, 0…
505 static int render_freetype(ShowCQTContext *s, AVFrame *tmp, char *fontfile) in render_freetype() argument
519 if (!fontfile) in render_freetype()
525 if (FT_New_Face(lib, fontfile, 0, &face)) in render_freetype()
583 if (fontfile) in render_freetype()
692 if (render_freetype(s, tmp, s->fontfile) < 0 && in init_axis_from_font()
/third_party/ffmpeg/doc/
Dfilters.texi10598 @item fontfile
10928 drawtext="fontfile=/usr/share/fonts/truetype/freefont/FreeSerif.ttf: text='Test Text'"
10938 drawtext="fontfile=/usr/share/fonts/truetype/freefont/FreeSerif.ttf: text='Test Text':\
10948 drawtext="fontsize=30:fontfile=FreeSerif.ttf:text='hello world':x=(w-text_w)/2:y=(h-text_h)/2"
10954 drawtext="fontsize=30:fontfile=FreeSerif.ttf:text='hello world':x=if(eq(mod(t\,30)\,0)\,rand(0\,(w-…
10962 drawtext="fontsize=15:fontfile=FreeSerif.ttf:text=LONG_LINE:y=h-line_h:x=-50*t"
10968 drawtext="fontsize=20:fontfile=FreeSerif.ttf:textfile=CREDITS:y=h-20*t"
10975 drawtext="fontsize=60:fontfile=FreeSerif.ttf:fontcolor=green:text=g:x=(w-max_glyph_w)/2:y=h/2-ascen…
10981 drawtext="fontfile=FreeSerif.ttf:fontcolor=white:x=100:y=x/dar:enable=lt(mod(t\,3)\,1):text='blink'"
10987 drawtext='fontfile=Linux Libertine O-40\:style=Semibold:text=FFmpeg'
[all …]
/third_party/chromium/patch/
D0001-cve.patch50765 …glyphs1 = shape_cmd ([fontfile, "--font-funcs=ot"] + extra_options + ["--unicodes", unicodes] + op…