Searched refs:hb_shape (Results 1 – 14 of 14) sorted by relevance
/external/harfbuzz_ng/test/shaping/ |
D | record-test.sh | 11 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}
|
D | run-tests.py | 23 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/ |
D | hb-shape-fuzzer.cc | 24 hb_shape (font, buffer, NULL, 0); in LLVMFuzzerTestOneInput() 37 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()
|
D | test-multithread.c | 50 hb_shape (font, buffer, NULL, 0); in fill_the_buffer()
|
/external/harfbuzz_ng/src/ |
D | hb-shape.h | 44 hb_shape (hb_font_t *font,
|
D | test.cc | 66 hb_shape (font, buffer, nullptr, 0); in main()
|
D | hb-shape.cc | 162 hb_shape (hb_font_t *font, in hb_shape() function
|
/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/harfbuzz_ng/test/shaping/data/aots/ |
D | hb-aots-tester.cpp | 99 hb_shape(font, buffer, features, nbFeatures); in runTest()
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 657 hb_shape
|
/external/harfbuzz_ng/ |
D | NEWS | 1567 - 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/ |
D | SkShaper_harfbuzz.cpp | 637 hb_shape(font->currentHBFont(), buffer, nullptr, 0); in shape()
|
/external/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 1367 hb_shape(font->currentHBFont(), buffer, nullptr, 0); in shape()
|