HomeSort by relevance Sort by last modified time
    Searched refs:ginfo (Results 1 - 4 of 4) sorted by null

  /external/freetype/src/autofit/
afshaper.c 496 hb_glyph_info_t* ginfo; local
511 ginfo = hb_buffer_get_glyph_infos( buf, &gcount );
520 if ( ginfo[i].codepoint != hb_ginfo[i].codepoint )
551 hb_glyph_info_t* ginfo; local
558 ginfo = hb_buffer_get_glyph_infos( buf, &gcount );
569 return ginfo[idx].codepoint;
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-myanmar.cc 467 hb_glyph_info_t ginfo = dottedcircle; local
468 ginfo.cluster = buffer->cur().cluster;
469 ginfo.mask = buffer->cur().mask;
470 ginfo.syllable() = buffer->cur().syllable();
472 buffer->output_info (ginfo);
hb-ot-shape-complex-use.cc 520 hb_glyph_info_t ginfo = dottedcircle;
521 ginfo.cluster = buffer->cur().cluster;
522 ginfo.mask = buffer->cur().mask;
523 ginfo.syllable() = buffer->cur().syllable();
532 buffer->output_info (ginfo);
hb-ot-shape-complex-indic.cc 1218 hb_glyph_info_t ginfo = dottedcircle; local
    [all...]

Completed in 153 milliseconds