Searched refs:hb_glyph_position_t (Results 1 – 23 of 23) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-gobject-structs.cc | 87 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()
|
D | hb-buffer-private.hh | 39 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()
|
D | hb-buffer.h | 54 typedef struct hb_glyph_position_t { struct 62 } hb_glyph_position_t; argument 282 hb_glyph_position_t *
|
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.cc | 90 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()
|
D | hb-ot-shape.cc | 474 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()
|
D | hb-buffer-serialize.cc | 102 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()
|
D | hb-fallback-shape.cc | 117 hb_glyph_position_t *pos = buffer->pos; in _hb_fallback_shape()
|
D | hb-ot-shape-fallback.cc | 209 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()
|
D | hb-ot-layout-gpos-table.hh | 101 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()
|
D | hb-ot-layout.h | 286 hb_glyph_position_t *positions /* IN / OUT */);
|
D | hb-buffer-deserialize-json.hh | 463 hb_glyph_position_t pos; in _hb_buffer_deserialize_glyphs_json()
|
D | hb-buffer-deserialize-text.hh | 340 hb_glyph_position_t pos; in _hb_buffer_deserialize_glyphs_text()
|
D | hb-buffer-deserialize-text.rl | 115 hb_glyph_position_t pos;
|
D | hb-buffer-deserialize-json.rl | 121 hb_glyph_position_t pos = {0};
|
D | hb-graphite2.cc | 350 hb_glyph_position_t *pPos; in _hb_graphite2_shape()
|
D | hb-uniscribe.cc | 1006 hb_glyph_position_t *pos = &buffer->pos[i]; in _hb_uniscribe_shape()
|
D | hb-coretext.cc | 1014 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/reference/ |
D | harfbuzz-sections.txt | 75 hb_glyph_position_t
|
/external/harfbuzz_ng/util/ |
D | helper-cairo.cc | 433 hb_glyph_position_t *hb_position = hb_buffer_get_glyph_positions (buffer, NULL); in helper_cairo_line_from_buffer()
|