Searched refs:hb_shape (Results 1 – 11 of 11) 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 | 44 hb_shape (hb_font_t *font,
|
D | hb-shape.cc | 155 hb_shape (hb_font_t *font, in hb_shape() function
|
D | test.cc | 108 hb_shape (font, buffer, NULL, 0); in main()
|
/external/freetype/src/autofit/ |
D | afshaper.c | 489 hb_shape( font, buf, feature, feature ? 1 : 0 ); in af_shaper_get_cluster() 509 hb_shape( font, hb_buf, NULL, 0 ); in af_shaper_get_cluster()
|
/external/skia/tools/ |
D | SkShaper_harfbuzz.cpp | 97 hb_shape(fImpl->fHarfBuzzFont.get(), buffer, nullptr, 0); in shape()
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 525 hb_shape
|
/external/harfbuzz_ng/ |
D | NEWS | 934 - hb_shape() and related APIs now abort if buffer direction is 935 HB_DIRECTION_INVALID. Previously, hb_shape() was calling 939 right before calling hb_shape() to get the old behavior. 1258 Automatically called by hb_shape().
|