Home
last modified time | relevance | path

Searched refs:hb_buffer_get_glyph_positions (Results 1 – 21 of 21) sorted by relevance

/external/harfbuzz_ng/src/
Dtest.cc70 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, nullptr); in main()
Dhb-buffer-serialize.cc109 nullptr : hb_buffer_get_glyph_positions (buffer, nullptr); in _hb_buffer_serialize_glyphs_json()
207 nullptr : hb_buffer_get_glyph_positions (buffer, nullptr); in _hb_buffer_serialize_glyphs_text()
Dhb-buffer-deserialize-json.hh451 (void) hb_buffer_get_glyph_positions (buffer, nullptr); in _hb_buffer_deserialize_glyphs_json()
Dhb-buffer-deserialize-text.hh328 (void) hb_buffer_get_glyph_positions (buffer, nullptr); in _hb_buffer_deserialize_glyphs_text()
Dhb-buffer-deserialize-text.rl103 (void) hb_buffer_get_glyph_positions (buffer, nullptr);
Dhb-buffer-deserialize-json.rl109 (void) hb_buffer_get_glyph_positions (buffer, nullptr);
Dhb-buffer.h442 hb_buffer_get_glyph_positions (hb_buffer_t *buffer,
Dhb-graphite2.cc398 hb_glyph_position_t *pPos = hb_buffer_get_glyph_positions (buffer, nullptr); in _hb_graphite2_shape()
Dhb-buffer.cc1414 hb_buffer_get_glyph_positions (hb_buffer_t *buffer, in hb_buffer_get_glyph_positions() function
Dhb-ot-layout-gpos-table.hh1738 hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, &len); in position_finish_offsets()
/external/harfbuzz_ng/test/api/
Dtest-buffer.c305 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()
820 g_assert (!hb_buffer_get_glyph_positions (b, NULL)); in test_empty()
Dtest-shape.c117 positions = hb_buffer_get_glyph_positions (buffer, NULL); in test_shape()
/external/skqp/third_party/harfbuzz/
Dhb-buffer-deserialize-json.hh451 (void) hb_buffer_get_glyph_positions (buffer, nullptr); in _hb_buffer_deserialize_glyphs_json()
Dhb-buffer-deserialize-text.hh328 (void) hb_buffer_get_glyph_positions (buffer, nullptr); in _hb_buffer_deserialize_glyphs_text()
/external/harfbuzz_ng/test/shaping/data/aots/
Dhb-aots-tester.cpp223 hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, NULL); in gpos_test()
/external/freetype/src/autofit/
Dafshaper.c559 gpos = hb_buffer_get_glyph_positions( buf, &gcount ); in af_shaper_get_elem()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt81 hb_buffer_get_glyph_positions
/external/harfbuzz_ng/util/
Dhelper-cairo.cc485 hb_glyph_position_t *hb_position = hb_buffer_get_glyph_positions (buffer, nullptr); in helper_cairo_line_from_buffer()
/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp649 hb_glyph_position_t* pos = hb_buffer_get_glyph_positions(buffer, nullptr); in shape()
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1380 hb_glyph_position_t* pos = hb_buffer_get_glyph_positions(buffer, nullptr); in shape()
/external/harfbuzz_ng/
DNEWS2012 hb_buffer_get_glyph_positions() takes an out length parameter now