Searched refs:hb_shape (Results 1 – 15 of 15) sorted by relevance
/external/harfbuzz_ng/test/shaping/ |
D | record-test.sh | 22 hb_shape=$1 30 if ! echo "$hb_shape" | grep -q 'hb-shape'; then 31 echo "Specify hb-shape (not hb-view, etc): got "$hb_shape"." >&2 56 glyphs=`echo "$text" | $hb_shape $options "$fontfile"` 61 glyph_ids=`echo "$text" | $hb_shape $options --no-glyph-names --no-clusters --no-positions "$fontfi… 84 glyphs_subset=`echo "$text" | $hb_shape $options "$dir/font.subset.ttf"` 89 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, nullptr, 0); in LLVMFuzzerTestOneInput() 37 hb_shape (font, buffer, nullptr, 0); in LLVMFuzzerTestOneInput()
|
/external/harfbuzz_ng/test/api/ |
D | test-shape.c | 84 hb_shape (font, buffer, NULL, 0); in test_font() 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 | 70 hb_shape (font, buffer, nullptr, 0); in main()
|
D | hb-shape.cc | 164 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 | 691 hb_shape
|
/external/harfbuzz_ng/ |
D | CONFIG.md | 13 where you mostly just want to call `hb_shape()` and the binary size of the
|
D | NEWS | 1684 - hb_shape() and related APIs now abort if buffer direction is 1685 HB_DIRECTION_INVALID. Previously, hb_shape() was calling 1689 right before calling hb_shape() to get the old behavior. 2008 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 | 1345 hb_shape(hbFont.get(), buffer, hbFeatures.data(), hbFeatures.size()); in shape()
|