Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/shaping/
Drecord-test.sh11 hb_shape=$1
19 if ! echo "$hb_shape" | grep -q 'hb-shape'; then
20 echo "Specify hb-shape (not hb-view, etc): got "$hb_shape"." >&2
45 glyphs=`echo "$text" | $hb_shape $options "$fontfile"`
50 glyph_ids=`echo "$text" | $hb_shape $options --no-glyph-names --no-clusters --no-positions "$fontfi…
73 glyphs_subset=`echo "$text" | $hb_shape $options "$dir/font.subset.ttf"`
78 hb_view=${hb_shape/shape/view}
Drun-tests.py23 hb_shape, args = args[0], args[1:] variable
25 process = subprocess.Popen ([hb_shape, '--batch'],
90 print ('# %s "%s" --unicodes %s' % (hb_shape, fontfile, unicodes))
95 (hb_shape, fontfile, ' '.join(extra_options), options, unicodes))
103 glyphs1 = cmd ([hb_shape, "--font-funcs=ft",
107 glyphs2 = cmd ([hb_shape, "--font-funcs=ot",
/external/harfbuzz_ng/test/fuzzing/
Dhb-shape-fuzzer.cc24 hb_shape (font, buffer, NULL, 0); in LLVMFuzzerTestOneInput()
37 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()
Dtest-multithread.c50 hb_shape (font, buffer, NULL, 0); in fill_the_buffer()
/external/harfbuzz_ng/src/
Dhb-shape.h44 hb_shape (hb_font_t *font,
Dtest.cc66 hb_shape (font, buffer, nullptr, 0); in main()
Dhb-shape.cc162 hb_shape (hb_font_t *font, in hb_shape() function
/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/harfbuzz_ng/test/shaping/data/aots/
Dhb-aots-tester.cpp99 hb_shape(font, buffer, features, nbFeatures); in runTest()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt657 hb_shape
/external/harfbuzz_ng/
DNEWS1567 - hb_shape() and related APIs now abort if buffer direction is
1568 HB_DIRECTION_INVALID. Previously, hb_shape() was calling
1572 right before calling hb_shape() to get the old behavior.
1891 Automatically called by hb_shape().
/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp637 hb_shape(font->currentHBFont(), buffer, nullptr, 0); in shape()
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1367 hb_shape(font->currentHBFont(), buffer, nullptr, 0); in shape()