Searched refs:hb_shape (Results 1 – 10 of 10) sorted by relevance
/external/harfbuzz_ng/test/shaping/ |
D | record-test.sh | 5 hb_shape=$1 13 if ! echo "$hb_shape" | grep -q 'hb-shape'; then 39 glyphs=`echo "$text" | $hb_shape $options "$fontfile"` 57 glyphs_subset=`echo "$text" | $hb_shape $options "$dir/font.ttf.subset"` 62 hb_view=${hb_shape/shape/view}
|
D | run-tests.sh | 7 hb_shape=$top_builddir/util/hb-shape$EXEEXT 29 glyphs=`$srcdir/hb-unicode-encode "$unicodes" | $hb_shape $options "$srcdir/$fontfile"`
|
/external/harfbuzz_ng/test/fuzzing/ |
D | hb-fuzzer.cc | 20 hb_shape(font, buffer, NULL, 0); in LLVMFuzzerTestOneInput() 30 hb_shape(font, buffer, NULL, 0); in LLVMFuzzerTestOneInput()
|
/external/harfbuzz_ng/test/api/ |
D | test-shape.c | 113 hb_shape (font, buffer, NULL, 0); in test_shape() 162 hb_shape (font, buffer, NULL, 0); in test_shape_clusters()
|
/external/harfbuzz_ng/src/ |
D | hb-shape.h | 60 hb_shape (hb_font_t *font,
|
D | test.cc | 108 hb_shape (font, buffer, NULL, 0); in main()
|
D | hb-shape.cc | 402 hb_shape (hb_font_t *font, in hb_shape() function
|
/external/freetype/src/autofit/ |
D | hbshim.c | 468 hb_shape( font, buf, feature, 1 ); in af_get_char_index()
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 466 hb_shape
|
/external/harfbuzz_ng/ |
D | NEWS | 784 - hb_shape() and related APIs now abort if buffer direction is 785 HB_DIRECTION_INVALID. Previously, hb_shape() was calling 789 right before calling hb_shape() to get the old behavior. 1108 Automatically called by hb_shape().
|