Home
last modified time | relevance | path

Searched refs:hb_ginfo (Results 1 – 3 of 3) sorted by relevance

/third_party/freetype/src/autofit/
Dafshaper.c513 hb_glyph_info_t* hb_ginfo; in af_shaper_get_cluster() local
526 hb_ginfo = hb_buffer_get_glyph_infos( hb_buf, &hb_gcount ); in af_shaper_get_cluster()
534 if ( ginfo[i].codepoint != hb_ginfo[i].codepoint ) in af_shaper_get_cluster()
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafshaper.c513 hb_glyph_info_t* hb_ginfo; in af_shaper_get_cluster() local
526 hb_ginfo = hb_buffer_get_glyph_infos( hb_buf, &hb_gcount ); in af_shaper_get_cluster()
534 if ( ginfo[i].codepoint != hb_ginfo[i].codepoint ) in af_shaper_get_cluster()
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Dafshaper.c499 hb_glyph_info_t* hb_ginfo; in af_shaper_get_cluster() local
512 hb_ginfo = hb_buffer_get_glyph_infos( hb_buf, &hb_gcount ); in af_shaper_get_cluster()
520 if ( ginfo[i].codepoint != hb_ginfo[i].codepoint ) in af_shaper_get_cluster()