Searched refs:hb_shape (Results 1 – 9 of 9) sorted by relevance
/external/harfbuzz_ng/test/shaping/ |
D | record-test.sh | 5 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}
|
D | run-tests.sh | 7 hb_shape=$top_builddir/util/hb-shape$EXEEXT 20 glyphs=`$srcdir/hb-unicode-encode "$unicodes" | $hb_shape "$srcdir/$fontfile"`
|
/external/harfbuzz_ng/src/ |
D | hb-shape.h | 63 hb_shape (hb_font_t *font,
|
D | test.cc | 108 hb_shape (font, buffer, NULL, 0); in main()
|
D | hb-shape.cc | 381 hb_shape (hb_font_t *font, in hb_shape() function
|
/external/harfbuzz_ng/test/api/ |
D | test-shape.c | 113 hb_shape (font, buffer, NULL, 0); in test_shape()
|
/external/freetype/src/autofit/ |
D | hbshim.c | 468 hb_shape( font, buf, feature, 1 ); in af_get_char_index()
|
/external/harfbuzz_ng/docs/reference/ |
D | harfbuzz-sections.txt | 423 hb_shape
|
/external/harfbuzz_ng/ |
D | NEWS | 459 - 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().
|