Searched refs:hb_buffer_get_glyph_positions (Results 1 – 16 of 16) sorted by relevance
/external/harfbuzz_ng/src/ |
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 | test.cc | 112 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, NULL); in main()
|
D | hb-buffer-deserialize-json.hh | 451 (void) hb_buffer_get_glyph_positions (buffer, NULL); in _hb_buffer_deserialize_glyphs_json()
|
D | hb-buffer.h | 283 hb_buffer_get_glyph_positions (hb_buffer_t *buffer,
|
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 | 351 for (pPos = hb_buffer_get_glyph_positions (buffer, NULL), is = gr_seg_first_slot (seg); in _hb_graphite2_shape()
|
D | hb-buffer.cc | 1259 hb_buffer_get_glyph_positions (hb_buffer_t *buffer, in hb_buffer_get_glyph_positions() function
|
D | hb-ot-layout-gpos-table.hh | 1606 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 | 305 hb_buffer_get_glyph_positions (b, NULL); /* test NULL */ in test_buffer_positions() 306 positions = hb_buffer_get_glyph_positions (b, &len2); in test_buffer_positions() 819 g_assert (!hb_buffer_get_glyph_positions (b, NULL)); in test_empty()
|
/external/freetype/src/autofit/ |
D | hbshim.c | 471 gpos = hb_buffer_get_glyph_positions( buf, &gcount ); in af_get_char_index()
|
/external/harfbuzz_ng/docs/reference/ |
D | harfbuzz-sections.txt | 44 hb_buffer_get_glyph_positions
|
/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()
|
/external/harfbuzz_ng/ |
D | NEWS | 904 hb_buffer_get_glyph_positions() takes an out length parameter now
|