Home
last modified time | relevance | path

Searched refs:hb_glyph_position_t (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dtest.cc70 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, nullptr); in main()
75 hb_glyph_position_t *pos = &positions[i]; in main()
Dhb-buffer.hh58 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()
Dhb-buffer.h125 typedef struct hb_glyph_position_t { struct
133 } hb_glyph_position_t; argument
446 HB_EXTERN hb_glyph_position_t *
Dhb-buffer.cc124 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()
Dhb-fallback-shape.cc96 hb_glyph_position_t *pos = buffer->pos; in _hb_fallback_shape()
Dhb-ot-shape.cc661 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()
Dhb-kern.hh61 hb_glyph_position_t *pos = buffer->pos; in kern()
Dhb-buffer-serialize.cc112 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()
Dhb-ot-layout-gpos-table.hh107 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/
Dtest.cc70 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, nullptr); in main()
75 hb_glyph_position_t *pos = &positions[i]; in main()
Dhb-buffer.hh58 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()
Dhb-buffer.cc125 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()
Dhb-buffer.h126 typedef struct hb_glyph_position_t { struct
134 } hb_glyph_position_t; argument
474 HB_EXTERN hb_glyph_position_t *
Dhb-fallback-shape.cc97 hb_glyph_position_t *pos = buffer->pos; in _hb_fallback_shape()
Dhb-kern.hh60 hb_glyph_position_t *pos = buffer->pos; in kern()
Dhb-ot-shape.cc771 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/
Dtest.cc71 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, nullptr); in main()
76 hb_glyph_position_t *pos = &positions[i]; in main()
Dhb-buffer.hh58 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()
Dhb-buffer.h126 typedef struct hb_glyph_position_t { struct
134 } hb_glyph_position_t; typedef
480 HB_EXTERN hb_glyph_position_t *
Dhb-buffer.cc126 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()
Dhb-fallback-shape.cc97 hb_glyph_position_t *pos = buffer->pos; in _hb_fallback_shape()
Dhb-kern.hh60 hb_glyph_position_t *pos = buffer->pos; in kern()
Dhb-ot-shape.cc832 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/
Dtest-shape.c82 hb_glyph_position_t *positions; in test_shape()
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-shape.c78 hb_glyph_position_t *positions; in test_font()

1234