Home
last modified time | relevance | path

Searched refs:hb_shape (Results 1 – 9 of 9) sorted by relevance

/external/harfbuzz_ng/test/shaping/
Drecord-test.sh5 hb_shape=$1
9 hb_shape="$hb_shape $@"
12 glyphs=`echo "$text" | $hb_shape "$fontfile"`
25 glyphs_subset=`echo "$text" | $hb_shape "$dir/font.ttf.subset"`
30 hb_view=${hb_shape/shape/view}
Drun-tests.sh7 hb_shape=$top_builddir/util/hb-shape$EXEEXT
20 glyphs=`$srcdir/hb-unicode-encode "$unicodes" | $hb_shape "$srcdir/$fontfile"`
/external/harfbuzz_ng/src/
Dhb-shape.h63 hb_shape (hb_font_t *font,
Dtest.cc108 hb_shape (font, buffer, NULL, 0); in main()
Dhb-shape.cc381 hb_shape (hb_font_t *font, in hb_shape() function
/external/harfbuzz_ng/test/api/
Dtest-shape.c113 hb_shape (font, buffer, NULL, 0); in test_shape()
/external/freetype/src/autofit/
Dhbshim.c468 hb_shape( font, buf, feature, 1 ); in af_get_char_index()
/external/harfbuzz_ng/docs/reference/
Dharfbuzz-sections.txt423 hb_shape
/external/harfbuzz_ng/
DNEWS459 - hb_shape() and related APIs now abort if buffer direction is
460 HB_DIRECTION_INVALID. Previously, hb_shape() was calling
464 right before calling hb_shape() to get the old behavior.
783 Automatically called by hb_shape().