Searched refs:hb_glyph_position_t (Results 1 – 24 of 24) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-buffer-private.hh | 49 ASSERT_STATIC (sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t)); 100 hb_glyph_position_t *pos; 105 inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } in cur_pos() 106 inline hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; } in cur_pos()
|
D | test.cc | 112 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, NULL); in main() 117 hb_glyph_position_t *pos = &positions[i]; in main()
|
D | hb-buffer.h | 90 typedef struct hb_glyph_position_t { struct 98 } hb_glyph_position_t; argument 376 HB_EXTERN hb_glyph_position_t *
|
D | hb-buffer.cc | 127 hb_glyph_position_t *new_pos = NULL; in enlarge() 141 new_pos = (hb_glyph_position_t *) realloc (pos, new_allocated * sizeof (pos[0])); in enlarge() 336 pos = (hb_glyph_position_t *) out_info; in swap_buffers() 499 hb_glyph_position_t t; in reverse_range() 1361 hb_glyph_position_t * 1371 return (hb_glyph_position_t *) buffer->pos; in hb_buffer_get_glyph_positions() 1674 hb_glyph_position_t *pos = buffer->pos; in normalize_glyphs_cluster()
|
D | hb-ot-shape.cc | 428 hb_glyph_position_t *pos = buffer->pos; in hb_ot_zero_width_default_ignorables() 446 hb_glyph_position_t *pos = buffer->pos; in hb_ot_hide_default_ignorables() 575 adjust_mark_offsets (hb_glyph_position_t *pos) in adjust_mark_offsets() 582 zero_mark_width (hb_glyph_position_t *pos) in zero_mark_width() 608 hb_glyph_position_t *pos = c->buffer->pos; in hb_ot_position_default() 671 hb_glyph_position_t *pos = c->buffer->pos; in hb_ot_position_complex()
|
D | hb-ot-shape-fallback.cc | 209 hb_glyph_position_t &pos = buffer->pos[i]; in position_mark() 450 hb_glyph_position_t *pos = buffer->pos; in _hb_ot_shape_fallback_kern() 499 hb_glyph_position_t *pos = buffer->pos; in _hb_ot_shape_fallback_spaces()
|
D | hb-fallback-shape.cc | 117 hb_glyph_position_t *pos = buffer->pos; in _hb_fallback_shape()
|
D | hb-buffer-serialize.cc | 108 hb_glyph_position_t *pos = (flags & HB_BUFFER_SERIALIZE_FLAG_NO_POSITIONS) ? in _hb_buffer_serialize_glyphs_json() 192 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 | 110 hb_glyph_position_t &glyph_pos) const in apply_value() 434 hb_glyph_position_t &o = buffer->cur_pos(); in apply() 900 reverse_cursive_minor_offset (hb_glyph_position_t *pos, unsigned int i, hb_direction_t direction, u… 937 hb_glyph_position_t *pos = buffer->pos; in apply() 1528 reverse_cursive_minor_offset (hb_glyph_position_t *pos, unsigned int i, hb_direction_t direction, u… in reverse_cursive_minor_offset() 1553 propagate_attachment_offsets (hb_glyph_position_t *pos, unsigned int i, hb_direction_t direction) in propagate_attachment_offsets() 1615 hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, &len); in position_finish_offsets()
|
D | hb-graphite2.cc | 380 hb_glyph_position_t *pPos = hb_buffer_get_glyph_positions (buffer, NULL); in _hb_graphite2_shape() 401 hb_glyph_position_t *pPos = hb_buffer_get_glyph_positions (buffer, NULL); in _hb_graphite2_shape()
|
D | hb-buffer-deserialize-json.hh | 463 hb_glyph_position_t pos = {0}; in _hb_buffer_deserialize_glyphs_json()
|
D | hb-ot-layout.h | 286 hb_glyph_position_t *positions /* IN / OUT */);
|
D | hb-buffer-deserialize-text.hh | 340 hb_glyph_position_t pos = {0}; in _hb_buffer_deserialize_glyphs_text()
|
D | hb-buffer-deserialize-text.rl | 115 hb_glyph_position_t pos = {0};
|
D | hb-buffer-deserialize-json.rl | 121 hb_glyph_position_t pos = {0};
|
D | hb-ot-shape-complex-arabic.cc | 474 hb_glyph_position_t *pos = buffer->pos; in apply_stch()
|
D | hb-directwrite.cc | 946 hb_glyph_position_t *pos = &buffer->pos[i]; in _hb_directwrite_shape()
|
D | hb-uniscribe.cc | 1019 hb_glyph_position_t *pos = &buffer->pos[i]; in _hb_uniscribe_shape()
|
D | hb-coretext.cc | 1113 hb_glyph_position_t *pos = buffer->pos; in _hb_coretext_shape()
|
/external/harfbuzz_ng/test/api/ |
D | test-shape.c | 93 hb_glyph_position_t *positions; in test_shape()
|
D | test-buffer.c | 301 hb_glyph_position_t *positions; in test_buffer_positions()
|
/external/freetype/src/autofit/ |
D | hbshim.c | 453 hb_glyph_position_t* gpos; in af_get_char_index()
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 83 hb_glyph_position_t
|
/external/harfbuzz_ng/util/ |
D | helper-cairo.cc | 457 hb_glyph_position_t *hb_position = hb_buffer_get_glyph_positions (buffer, NULL); in helper_cairo_line_from_buffer()
|