Searched refs:hb_buffer_get_glyph_positions (Results 1 – 19 of 19) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-buffer-serialize.cc | 109 NULL : hb_buffer_get_glyph_positions (buffer, NULL); in _hb_buffer_serialize_glyphs_json() 193 NULL : 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-graphite2.cc | 382 hb_glyph_position_t *pPos = hb_buffer_get_glyph_positions (buffer, NULL); in _hb_graphite2_shape() 403 hb_glyph_position_t *pPos = hb_buffer_get_glyph_positions (buffer, NULL); in _hb_graphite2_shape()
|
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.h | 377 hb_buffer_get_glyph_positions (hb_buffer_t *buffer,
|
D | hb-buffer-deserialize-json.rl | 109 (void) hb_buffer_get_glyph_positions (buffer, NULL);
|
D | hb-buffer.cc | 1370 hb_buffer_get_glyph_positions (hb_buffer_t *buffer, in hb_buffer_get_glyph_positions() function
|
D | hb-ot-layout-gpos-table.hh | 1612 hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, &len); in position_finish_offsets()
|
/external/harfbuzz_ng/test/api/ |
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()
|
D | test-shape.c | 117 positions = hb_buffer_get_glyph_positions (buffer, NULL); in test_shape()
|
/external/skia/tools/ |
D | SkShaper_harfbuzz.cpp | 106 hb_buffer_get_glyph_positions(buffer, NULL); in shape()
|
/external/skia/third_party/harfbuzz/ |
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()
|
/external/freetype/src/autofit/ |
D | afshaper.c | 559 gpos = hb_buffer_get_glyph_positions( buf, &gcount ); in af_shaper_get_elem()
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 66 hb_buffer_get_glyph_positions
|
/external/harfbuzz_ng/util/ |
D | helper-cairo.cc | 475 hb_glyph_position_t *hb_position = hb_buffer_get_glyph_positions (buffer, NULL); in helper_cairo_line_from_buffer()
|
/external/harfbuzz_ng/ |
D | NEWS | 1379 hb_buffer_get_glyph_positions() takes an out length parameter now
|