Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/shaping/
Drecord-test.sh5 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}
Drun-tests.sh7 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/
Dhb-fuzzer.cc20 hb_shape(font, buffer, NULL, 0); in LLVMFuzzerTestOneInput()
30 hb_shape(font, buffer, NULL, 0); in LLVMFuzzerTestOneInput()
/external/harfbuzz_ng/test/api/
Dtest-shape.c113 hb_shape (font, buffer, NULL, 0); in test_shape()
162 hb_shape (font, buffer, NULL, 0); in test_shape_clusters()
/external/harfbuzz_ng/src/
Dhb-shape.h44 hb_shape (hb_font_t *font,
Dhb-shape.cc155 hb_shape (hb_font_t *font, in hb_shape() function
Dtest.cc108 hb_shape (font, buffer, NULL, 0); in main()
/external/freetype/src/autofit/
Dafshaper.c489 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/
DSkShaper_harfbuzz.cpp97 hb_shape(fImpl->fHarfBuzzFont.get(), buffer, nullptr, 0); in shape()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt525 hb_shape
/external/harfbuzz_ng/
DNEWS934 - 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().