Home
last modified time | relevance | path

Searched refs:ginfo (Results 1 – 6 of 6) sorted by relevance

/external/freetype/src/autofit/
Dafshaper.c495 hb_glyph_info_t* ginfo; in af_shaper_get_cluster() local
510 ginfo = hb_buffer_get_glyph_infos( buf, &gcount ); in af_shaper_get_cluster()
519 if ( ginfo[i].codepoint != hb_ginfo[i].codepoint ) in af_shaper_get_cluster()
550 hb_glyph_info_t* ginfo; in af_shaper_get_elem() local
557 ginfo = hb_buffer_get_glyph_infos( buf, &gcount ); in af_shaper_get_elem()
568 return ginfo[idx].codepoint; in af_shaper_get_elem()
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-myanmar.cc318 hb_glyph_info_t ginfo = dottedcircle; in insert_dotted_circles_myanmar() local
319 ginfo.cluster = buffer->cur().cluster; in insert_dotted_circles_myanmar()
320 ginfo.mask = buffer->cur().mask; in insert_dotted_circles_myanmar()
321 ginfo.syllable() = buffer->cur().syllable(); in insert_dotted_circles_myanmar()
323 buffer->output_info (ginfo); in insert_dotted_circles_myanmar()
Dhb-ot-shape-complex-khmer.cc372 hb_glyph_info_t ginfo = dottedcircle; in insert_dotted_circles_khmer() local
373 ginfo.cluster = buffer->cur().cluster; in insert_dotted_circles_khmer()
374 ginfo.mask = buffer->cur().mask; in insert_dotted_circles_khmer()
375 ginfo.syllable() = buffer->cur().syllable(); in insert_dotted_circles_khmer()
383 buffer->output_info (ginfo); in insert_dotted_circles_khmer()
Dhb-ot-shape-complex-use.cc528 hb_glyph_info_t ginfo = dottedcircle; in insert_dotted_circles_use() local
529 ginfo.cluster = buffer->cur().cluster; in insert_dotted_circles_use()
530 ginfo.mask = buffer->cur().mask; in insert_dotted_circles_use()
531 ginfo.syllable() = buffer->cur().syllable(); in insert_dotted_circles_use()
539 buffer->output_info (ginfo); in insert_dotted_circles_use()
Dhb-ot-shape-complex-indic.cc977 hb_glyph_info_t ginfo = dottedcircle; in insert_dotted_circles_indic() local
978 ginfo.cluster = buffer->cur().cluster; in insert_dotted_circles_indic()
979 ginfo.mask = buffer->cur().mask; in insert_dotted_circles_indic()
980 ginfo.syllable() = buffer->cur().syllable(); in insert_dotted_circles_indic()
988 buffer->output_info (ginfo); in insert_dotted_circles_indic()
/external/elfutils/config/
Delfutils.spec.in861 ginfo, dwfl_module_build_id, dwfl_module_report_build_id; suppo