Searched refs:hb_buffer_get_glyph_positions (Results 1 – 15 of 15) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-buffer-serialize.cc | 72 hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, NULL); in _hb_buffer_serialize_glyphs_json() 145 hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, NULL); in _hb_buffer_serialize_glyphs_text()
|
D | test.cc | 108 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, NULL); in main()
|
D | hb-buffer.h | 262 hb_buffer_get_glyph_positions (hb_buffer_t *buffer,
|
D | hb-buffer-deserialize-json.hh | 451 (void) hb_buffer_get_glyph_positions (buffer, NULL); in _hb_buffer_deserialize_glyphs_json()
|
D | hb-buffer-deserialize-text.hh | 328 (void) hb_buffer_get_glyph_positions (buffer, NULL); in _hb_buffer_deserialize_glyphs_text()
|
D | hb-buffer-deserialize-text.rl | 103 (void) hb_buffer_get_glyph_positions (buffer, NULL);
|
D | hb-buffer-deserialize-json.rl | 109 (void) hb_buffer_get_glyph_positions (buffer, NULL);
|
D | hb-graphite2.cc | 345 for (pPos = hb_buffer_get_glyph_positions (buffer, NULL), is = gr_seg_first_slot (seg); in _hb_graphite2_shape()
|
D | hb-buffer.cc | 875 hb_buffer_get_glyph_positions (hb_buffer_t *buffer, in hb_buffer_get_glyph_positions() function
|
D | hb-ot-layout-gpos-table.hh | 1602 hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, &len); in position_finish()
|
/external/harfbuzz_ng/test/api/ |
D | test-shape.c | 117 positions = hb_buffer_get_glyph_positions (buffer, NULL); in test_shape()
|
D | test-buffer.c | 296 hb_buffer_get_glyph_positions (b, NULL); /* test NULL */ in test_buffer_positions() 297 positions = hb_buffer_get_glyph_positions (b, &len2); in test_buffer_positions() 748 g_assert (!hb_buffer_get_glyph_positions (b, NULL)); in test_empty()
|
/external/harfbuzz_ng/contrib/python/lib/ |
D | harfbuzz.pyx | 82 hb_glyph_position_t *hb_buffer_get_glyph_positions(hb_buffer_t *buffer, unsigned int *len) 158 positions = hb_buffer_get_glyph_positions(self.buffer, &num)
|
/external/harfbuzz_ng/util/ |
D | helper-cairo.cc | 405 hb_glyph_position_t *hb_position = hb_buffer_get_glyph_positions (buffer, NULL); in helper_cairo_line_from_buffer()
|
/external/harfbuzz_ng/ |
D | NEWS | 479 hb_buffer_get_glyph_positions() takes an out length parameter now
|