Home
last modified time | relevance | path

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

12

/external/harfbuzz_ng/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
441 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-ot-shape.cc626 hb_glyph_position_t *pos = buffer->pos; in hb_ot_zero_width_default_ignorables()
760 adjust_mark_offsets (hb_glyph_position_t *pos) in adjust_mark_offsets()
767 zero_mark_width (hb_glyph_position_t *pos) in zero_mark_width()
793 hb_glyph_position_t *pos = c->buffer->pos; in hb_ot_position_default()
826 hb_glyph_position_t *pos = c->buffer->pos; in hb_ot_position_complex()
Dhb-fallback-shape.cc96 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()
206 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()
966 reverse_cursive_minor_offset (hb_glyph_position_t *pos, unsigned int i, hb_direction_t direction, u…
1004 hb_glyph_position_t *pos = buffer->pos; in apply()
1645 reverse_cursive_minor_offset (hb_glyph_position_t *pos, unsigned int i, hb_direction_t direction, u… in reverse_cursive_minor_offset()
1670 propagate_attachment_offsets (hb_glyph_position_t *pos, in propagate_attachment_offsets()
1738 hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, &len); in position_finish_offsets()
Dhb-kern.hh61 hb_glyph_position_t *pos = buffer->pos; in kern()
Dhb-ot-shape-fallback.cc208 hb_glyph_position_t &pos = buffer->pos[i]; in position_mark()
489 hb_glyph_position_t *pos = buffer->pos; in _hb_ot_shape_fallback_spaces()
Dhb-buffer-deserialize-json.hh463 hb_glyph_position_t pos = {0}; in _hb_buffer_deserialize_glyphs_json()
Dhb-aat-layout-kerx-table.hh282 hb_glyph_position_t &o = buffer->pos[idx]; in transition()
512 hb_glyph_position_t &o = buffer->cur_pos(); in transition()
911 hb_glyph_position_t *pos = c->buffer->pos; in apply()
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-layout.h361 hb_glyph_position_t *positions /* IN / OUT */);
Dhb-aat-layout.cc250 hb_glyph_position_t *pos = buffer->pos; in hb_aat_layout_zero_width_deleted_glyphs()
Dhb-graphite2.cc398 hb_glyph_position_t *pPos = hb_buffer_get_glyph_positions (buffer, nullptr); in _hb_graphite2_shape()
/external/harfbuzz_ng/test/api/
Dtest-shape.c93 hb_glyph_position_t *positions; in test_shape()
/external/skqp/third_party/harfbuzz/
Dhb-buffer-deserialize-json.hh463 hb_glyph_position_t pos = {0}; in _hb_buffer_deserialize_glyphs_json()
Dhb-buffer-deserialize-text.hh340 hb_glyph_position_t pos = {0}; in _hb_buffer_deserialize_glyphs_text()
/external/harfbuzz_ng/test/shaping/data/aots/
Dhb-aots-tester.cpp223 hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, NULL); in gpos_test()
/external/freetype/src/autofit/
Dafshaper.c552 hb_glyph_position_t* gpos; in af_shaper_get_elem()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt103 hb_glyph_position_t
/external/harfbuzz_ng/util/
Dhelper-cairo.cc485 hb_glyph_position_t *hb_position = hb_buffer_get_glyph_positions (buffer, nullptr); in helper_cairo_line_from_buffer()

12