/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | test.cc | 70 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, nullptr); in main() 75 hb_glyph_position_t *pos = &positions[i]; in main()
|
D | hb-buffer.hh | 58 static_assert ((sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t)), ""); 115 hb_glyph_position_t *pos; 181 hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } in cur_pos() 182 hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; } in cur_pos()
|
D | hb-buffer.h | 125 typedef struct hb_glyph_position_t { struct 133 } hb_glyph_position_t; argument 446 HB_EXTERN hb_glyph_position_t *
|
D | hb-buffer.cc | 124 hb_glyph_position_t *new_pos = nullptr; in enlarge() 138 new_pos = (hb_glyph_position_t *) realloc (pos, new_allocated * sizeof (pos[0])); in enlarge() 344 pos = (hb_glyph_position_t *) out_info; in swap_buffers() 473 hb_glyph_position_t t; in reverse_range() 1413 hb_glyph_position_t * 1423 return (hb_glyph_position_t *) buffer->pos; in hb_buffer_get_glyph_positions() 1799 hb_glyph_position_t *pos = buffer->pos; in normalize_glyphs_cluster() 1971 const hb_glyph_position_t *buf_pos = buffer->pos; in hb_buffer_diff() 1972 const hb_glyph_position_t *ref_pos = reference->pos; in hb_buffer_diff()
|
D | hb-fallback-shape.cc | 96 hb_glyph_position_t *pos = buffer->pos; in _hb_fallback_shape()
|
D | hb-ot-shape.cc | 661 hb_glyph_position_t *pos = buffer->pos; in hb_ot_zero_width_default_ignorables() 795 adjust_mark_offsets (hb_glyph_position_t *pos) in adjust_mark_offsets() 802 zero_mark_width (hb_glyph_position_t *pos) in zero_mark_width() 828 hb_glyph_position_t *pos = c->buffer->pos; in hb_ot_position_default() 861 hb_glyph_position_t *pos = c->buffer->pos; in hb_ot_position_complex()
|
D | hb-kern.hh | 61 hb_glyph_position_t *pos = buffer->pos; in kern()
|
D | hb-buffer-serialize.cc | 112 hb_glyph_position_t *pos = (flags & HB_BUFFER_SERIALIZE_FLAG_NO_POSITIONS) ? in _hb_buffer_serialize_glyphs_json() 210 hb_glyph_position_t *pos = (flags & HB_BUFFER_SERIALIZE_FLAG_NO_POSITIONS) ? in _hb_buffer_serialize_glyphs_text()
|
D | hb-ot-layout-gpos-table.hh | 107 hb_glyph_position_t &glyph_pos) const in apply_value() 448 hb_glyph_position_t &o = buffer->cur_pos(); in apply() 955 reverse_cursive_minor_offset (hb_glyph_position_t *pos, unsigned int i, hb_direction_t direction, u… 990 hb_glyph_position_t *pos = buffer->pos; in apply() 1625 reverse_cursive_minor_offset (hb_glyph_position_t *pos, unsigned int i, hb_direction_t direction, u… in reverse_cursive_minor_offset() 1650 propagate_attachment_offsets (hb_glyph_position_t *pos, in propagate_attachment_offsets() 1718 hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, &len); in position_finish_offsets()
|
/third_party/harfbuzz/src/ |
D | test.cc | 70 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, nullptr); in main() 75 hb_glyph_position_t *pos = &positions[i]; in main()
|
D | hb-buffer.hh | 58 static_assert ((sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t)), ""); 115 hb_glyph_position_t *pos; 183 hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } in cur_pos() 184 hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; } in cur_pos()
|
D | hb-buffer.cc | 125 hb_glyph_position_t *new_pos = nullptr; in enlarge() 139 new_pos = (hb_glyph_position_t *) realloc (pos, new_allocated * sizeof (pos[0])); in enlarge() 334 pos = (hb_glyph_position_t *) out_info; in swap_buffers() 422 hb_array_t<hb_glyph_position_t> (pos, len).reverse (start, end); in reverse_range() 1372 hb_glyph_position_t * 1382 return (hb_glyph_position_t *) buffer->pos; in hb_buffer_get_glyph_positions() 1779 hb_glyph_position_t *pos = buffer->pos; in normalize_glyphs_cluster() 1941 const hb_glyph_position_t *buf_pos = buffer->pos; in hb_buffer_diff() 1942 const hb_glyph_position_t *ref_pos = reference->pos; in hb_buffer_diff()
|
D | hb-buffer.h | 126 typedef struct hb_glyph_position_t { struct 134 } hb_glyph_position_t; argument 474 HB_EXTERN hb_glyph_position_t *
|
D | hb-fallback-shape.cc | 97 hb_glyph_position_t *pos = buffer->pos; in _hb_fallback_shape()
|
D | hb-kern.hh | 60 hb_glyph_position_t *pos = buffer->pos; in kern()
|
D | hb-ot-shape.cc | 771 hb_glyph_position_t *pos = buffer->pos; in hb_ot_zero_width_default_ignorables() 910 adjust_mark_offsets (hb_glyph_position_t *pos) in adjust_mark_offsets() 917 zero_mark_width (hb_glyph_position_t *pos) in zero_mark_width() 943 hb_glyph_position_t *pos = c->buffer->pos; in hb_ot_position_default() 976 hb_glyph_position_t *pos = c->buffer->pos; in hb_ot_position_complex()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | test.cc | 71 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, nullptr); in main() 76 hb_glyph_position_t *pos = &positions[i]; in main()
|
D | hb-buffer.hh | 58 static_assert ((sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t)), ""); 116 hb_glyph_position_t *pos; 187 hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } in cur_pos() 188 hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; } in cur_pos()
|
D | hb-buffer.h | 126 typedef struct hb_glyph_position_t { struct 134 } hb_glyph_position_t; typedef 480 HB_EXTERN hb_glyph_position_t *
|
D | hb-buffer.cc | 126 hb_glyph_position_t *new_pos = nullptr; in enlarge() 140 new_pos = (hb_glyph_position_t *) hb_realloc (pos, new_allocated * sizeof (pos[0])); in enlarge() 321 pos = (hb_glyph_position_t *) info; in swap_buffers() 408 hb_array_t<hb_glyph_position_t> (pos, len).reverse (start, end); in reverse_range() 1404 hb_glyph_position_t * 1419 return (hb_glyph_position_t *) buffer->pos; in hb_buffer_get_glyph_positions() 1838 hb_glyph_position_t *pos = buffer->pos; in normalize_glyphs_cluster() 2000 const hb_glyph_position_t *buf_pos = buffer->pos; in hb_buffer_diff() 2001 const hb_glyph_position_t *ref_pos = reference->pos; in hb_buffer_diff()
|
D | hb-fallback-shape.cc | 97 hb_glyph_position_t *pos = buffer->pos; in _hb_fallback_shape()
|
D | hb-kern.hh | 60 hb_glyph_position_t *pos = buffer->pos; in kern()
|
D | hb-ot-shape.cc | 832 hb_glyph_position_t *pos = buffer->pos; in hb_ot_zero_width_default_ignorables() 971 adjust_mark_offsets (hb_glyph_position_t *pos) in adjust_mark_offsets() 978 zero_mark_width (hb_glyph_position_t *pos) in zero_mark_width() 1004 hb_glyph_position_t *pos = c->buffer->pos; in hb_ot_position_default() 1037 hb_glyph_position_t *pos = c->buffer->pos; in hb_ot_position_complex()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
D | test-shape.c | 82 hb_glyph_position_t *positions; in test_shape()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-shape.c | 78 hb_glyph_position_t *positions; in test_font()
|