Searched refs:hb_shape_full (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-shape.cc | 123 hb_shape_full (hb_font_t *font, in hb_shape_full() function 161 hb_shape_full (font, buffer, features, num_features, nullptr); in hb_shape()
|
D | hb-shape.h | 50 hb_shape_full (hb_font_t *font,
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | hb-fc.cc | 135 if (!hb_shape_full (font, buffer, nullptr, 0, ot)) in hb_fc_can_render()
|
D | shape-options.hh | 109 if (!hb_shape_full (font, buffer, features, num_features, shapers)) in shape() 247 if (!hb_shape_full (font, fragment, features, num_features, shapers)) in verify_buffer_safe_to_break()
|
/third_party/skia/third_party/externals/harfbuzz/docs/ |
D | harfbuzz-sections.txt | 638 hb_shape_full
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | NEWS | 1543 provided to hb_shape_full() (as exercised by XeTeX). 2312 - hb_shape_full()
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 436 <!-- hb_shape_full --> 437 …<elf-symbol name='hb_shape_full' type='func-type' binding='global-binding' visibility='default-vis… 31881 …<!-- hb_bool_t hb_shape_full(hb_font_t*, hb_buffer_t*, const hb_feature_t*, unsigned int, const ch… 31882 …hb_shape_full' mangled-name='hb_shape_full' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 225 …<elf-symbol name='hb_shape_full' type='func-type' binding='global-binding' visibility='default-vis… 20365 …hb_shape_full' mangled-name='hb_shape_full' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E…
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 29505 + if (!hb_shape_full (font, fragment, features, num_features, shapers)) 29654 + if (!hb_shape_full (font, fragments[0], features, num_features, shapers)) 29660 + if (!hb_shape_full (font, fragments[1], features, num_features, shapers)) 42164 @@ -126,6 +126,13 @@ hb_shape_full (hb_font_t *font, 42178 @@ -133,6 +140,17 @@ hb_shape_full (hb_font_t *font, 72639 if (!hb_shape_full (font, buffer, features, num_features, shapers)) 72776 - if (!hb_shape_full (font, fragment, features, num_features, shapers))
|