Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-gobject-structs.cc87 static hb_glyph_position_t *glyph_position_reference (hb_glyph_position_t *g) in HB_DEFINE_BOXED_TYPE()
89 hb_glyph_position_t *c = (hb_glyph_position_t *) calloc (1, sizeof (hb_glyph_position_t)); in HB_DEFINE_BOXED_TYPE()
94 static void glyph_position_destroy (hb_glyph_position_t *g) { free (g); } in glyph_position_destroy()
Dhb-buffer-private.hh39 ASSERT_STATIC (sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t));
70 hb_glyph_position_t *pos;
75 inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } in cur_pos()
76 inline hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; } in cur_pos()
Dhb-buffer.h54 typedef struct hb_glyph_position_t { struct
62 } hb_glyph_position_t; argument
282 hb_glyph_position_t *
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.cc90 hb_glyph_position_t *new_pos = NULL; in enlarge()
104 new_pos = (hb_glyph_position_t *) realloc (pos, new_allocated * sizeof (pos[0])); in enlarge()
298 pos = (hb_glyph_position_t *) out_info; in swap_buffers()
459 hb_glyph_position_t t; in reverse_range()
1258 hb_glyph_position_t *
1268 return (hb_glyph_position_t *) buffer->pos; in hb_buffer_get_glyph_positions()
1502 hb_glyph_position_t *pos = buffer->pos; in normalize_glyphs_cluster()
Dhb-ot-shape.cc474 adjust_mark_offsets (hb_glyph_position_t *pos) in adjust_mark_offsets()
481 zero_mark_width (hb_glyph_position_t *pos) in zero_mark_width()
521 hb_glyph_position_t *pos = c->buffer->pos; in hb_ot_position_default()
576 hb_glyph_position_t *pos = c->buffer->pos; in hb_ot_position_complex()
662 hb_glyph_position_t *pos = c->buffer->pos; in hb_ot_hide_default_ignorables()
Dhb-buffer-serialize.cc102 hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, NULL); in _hb_buffer_serialize_glyphs_json()
175 hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, NULL); in _hb_buffer_serialize_glyphs_text()
Dhb-fallback-shape.cc117 hb_glyph_position_t *pos = buffer->pos; in _hb_fallback_shape()
Dhb-ot-shape-fallback.cc209 hb_glyph_position_t &pos = buffer->pos[i]; in position_mark()
447 hb_glyph_position_t *pos = buffer->pos; in _hb_ot_shape_fallback_kern()
Dhb-ot-layout-gpos-table.hh101 hb_glyph_position_t &glyph_pos) const in apply_value()
415 hb_glyph_position_t &o = buffer->cur_pos(); in apply()
924 hb_glyph_position_t *pos = buffer->pos; in apply()
1549 fix_cursive_minor_offset (hb_glyph_position_t *pos, unsigned int i, hb_direction_t direction) in fix_cursive_minor_offset()
1568 fix_mark_attachment (hb_glyph_position_t *pos, unsigned int i, hb_direction_t direction) in fix_mark_attachment()
1606 hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, &len); in position_finish()
Dhb-ot-layout.h286 hb_glyph_position_t *positions /* IN / OUT */);
Dhb-buffer-deserialize-json.hh463 hb_glyph_position_t pos; in _hb_buffer_deserialize_glyphs_json()
Dhb-buffer-deserialize-text.hh340 hb_glyph_position_t pos; in _hb_buffer_deserialize_glyphs_text()
Dhb-buffer-deserialize-text.rl115 hb_glyph_position_t pos;
Dhb-buffer-deserialize-json.rl121 hb_glyph_position_t pos = {0};
Dhb-graphite2.cc350 hb_glyph_position_t *pPos; in _hb_graphite2_shape()
Dhb-uniscribe.cc1006 hb_glyph_position_t *pos = &buffer->pos[i]; in _hb_uniscribe_shape()
Dhb-coretext.cc1014 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/reference/
Dharfbuzz-sections.txt75 hb_glyph_position_t
/external/harfbuzz_ng/util/
Dhelper-cairo.cc433 hb_glyph_position_t *hb_position = hb_buffer_get_glyph_positions (buffer, NULL); in helper_cairo_line_from_buffer()