Home
last modified time | relevance | path

Searched refs:_hb_glyph_info_set_glyph_props (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout.hh495 _hb_glyph_info_set_glyph_props (hb_glyph_info_t *info, unsigned int props) in _hb_glyph_info_set_glyph_props() function
Dhb-ot-shape.cc694 _hb_glyph_info_set_glyph_props (&info[i], klass); in hb_synthesize_glyph_classes()
Dhb-ot-layout-gsubgpos.hh582 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | gdef.get_glyph_props (glyph_index)); in _set_glyph_props()
584 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | class_guess); in _set_glyph_props()
Dhb-ot-layout.cc214_hb_glyph_info_set_glyph_props (&buffer->info[i], gdef.get_glyph_props (buffer->info[i].codepoint)… in _hb_ot_layout_set_glyph_props()