Home
last modified time | relevance | path

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

/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.h118 char *fontfile; member
Dvf_drawtext.c152 uint8_t *fontfile; ///< font to be used member
216 …{"fontfile", "set font file", OFFSET(fontfile), AV_OPT_TYPE_STRING, {.str=NULL…
468 s->fontfile, FT_ERRMSG(err)); in load_font_file()
493 pat = FcNameParse(s->fontfile ? s->fontfile : in load_font_fontconfig()
565 err = load_font_file(ctx, s->fontfile, 0); in load_font()
720 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/cups-filters/
DMakefile.am444 fontembed/fontfile.h \
471 fontembed/fontfile.c \
472 fontembed/fontfile.h \
890 fontembed/fontfile.h \
/third_party/cups-filters/fontembed/
DREADME25 * for embedding: use <embed.h> (which includes <fontfile.h>)
/third_party/ffmpeg/doc/
Dfilters.texi11645 @item fontfile
11989 drawtext="fontfile=/usr/share/fonts/truetype/freefont/FreeSerif.ttf: text='Test Text'"
11999 drawtext="fontfile=/usr/share/fonts/truetype/freefont/FreeSerif.ttf: text='Test Text':\
12009 drawtext="fontsize=30:fontfile=FreeSerif.ttf:text='hello world':x=(w-text_w)/2:y=(h-text_h)/2"
12015 drawtext="fontsize=30:fontfile=FreeSerif.ttf:text='hello world':x=if(eq(mod(t\,30)\,0)\,rand(0\,(w-…
12023 drawtext="fontsize=15:fontfile=FreeSerif.ttf:text=LONG_LINE:y=h-line_h:x=-50*t"
12029 drawtext="fontsize=20:fontfile=FreeSerif.ttf:textfile=CREDITS:y=h-20*t"
12036 drawtext="fontsize=60:fontfile=FreeSerif.ttf:fontcolor=green:text=g:x=(w-max_glyph_w)/2:y=h/2-ascen…
12042 drawtext="fontfile=FreeSerif.ttf:fontcolor=white:x=100:y=x/dar:enable=lt(mod(t\,3)\,1):text='blink'"
12048 drawtext='fontfile=Linux Libertine O-40\:style=Semibold:text=FFmpeg'
[all …]