Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-buffer-private.hh49 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()
Dtest.cc112 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, NULL); in main()
117 hb_glyph_position_t *pos = &positions[i]; in main()
Dhb-buffer.h90 typedef struct hb_glyph_position_t { struct
98 } hb_glyph_position_t; argument
376 HB_EXTERN hb_glyph_position_t *
Dhb-buffer.cc127 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()
Dhb-ot-shape.cc428 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()
Dhb-ot-shape-fallback.cc209 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()
Dhb-fallback-shape.cc117 hb_glyph_position_t *pos = buffer->pos; in _hb_fallback_shape()
Dhb-buffer-serialize.cc108 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()
Dhb-ot-layout-gpos-table.hh110 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()
Dhb-graphite2.cc380 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()
Dhb-buffer-deserialize-json.hh463 hb_glyph_position_t pos = {0}; in _hb_buffer_deserialize_glyphs_json()
Dhb-ot-layout.h286 hb_glyph_position_t *positions /* IN / OUT */);
Dhb-buffer-deserialize-text.hh340 hb_glyph_position_t pos = {0}; in _hb_buffer_deserialize_glyphs_text()
Dhb-buffer-deserialize-text.rl115 hb_glyph_position_t pos = {0};
Dhb-buffer-deserialize-json.rl121 hb_glyph_position_t pos = {0};
Dhb-ot-shape-complex-arabic.cc474 hb_glyph_position_t *pos = buffer->pos; in apply_stch()
Dhb-directwrite.cc946 hb_glyph_position_t *pos = &buffer->pos[i]; in _hb_directwrite_shape()
Dhb-uniscribe.cc1019 hb_glyph_position_t *pos = &buffer->pos[i]; in _hb_uniscribe_shape()
Dhb-coretext.cc1113 hb_glyph_position_t *pos = buffer->pos; in _hb_coretext_shape()
/external/harfbuzz_ng/test/api/
Dtest-shape.c93 hb_glyph_position_t *positions; in test_shape()
Dtest-buffer.c301 hb_glyph_position_t *positions; in test_buffer_positions()
/external/freetype/src/autofit/
Dhbshim.c453 hb_glyph_position_t* gpos; in af_get_char_index()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt83 hb_glyph_position_t
/external/harfbuzz_ng/util/
Dhelper-cairo.cc457 hb_glyph_position_t *hb_position = hb_buffer_get_glyph_positions (buffer, NULL); in helper_cairo_line_from_buffer()