/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/harfbuzz/src/ |
D | hb-shape.cc | 129 hb_shape_full (hb_font_t *font, in hb_shape_full() function 167 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/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-shape.cc | 129 hb_shape_full (hb_font_t *font, in hb_shape_full() function 167 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/harfbuzz/util/ |
D | hb-fc.cc | 135 if (!hb_shape_full (font, buffer, nullptr, 0, ot)) in hb_fc_can_render()
|
D | options.hh | 248 if (!hb_shape_full (font, buffer, features, num_features, shapers)) in shape() 387 if (!hb_shape_full (font, fragment, features, num_features, shapers)) in verify_buffer_safe_to_break()
|
/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/flutter/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 | options.hh | 242 if (!hb_shape_full (font, buffer, features, num_features, shapers)) in shape() 381 if (!hb_shape_full (font, fragment, features, num_features, shapers)) in verify_buffer_safe_to_break()
|
/third_party/harfbuzz/docs/ |
D | harfbuzz-sections.txt | 633 hb_shape_full
|
/third_party/skia/third_party/externals/harfbuzz/docs/ |
D | harfbuzz-sections.txt | 638 hb_shape_full
|
/third_party/flutter/skia/third_party/externals/harfbuzz/docs/ |
D | harfbuzz-sections.txt | 666 hb_shape_full
|
/third_party/flutter/skia/third_party/externals/harfbuzz/ |
D | NEWS | 1200 provided to hb_shape_full() (as exercised by XeTeX). 1969 - hb_shape_full()
|
/third_party/harfbuzz/ |
D | NEWS | 1409 provided to hb_shape_full() (as exercised by XeTeX). 2178 - 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/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))
|