HomeSort by relevance Sort by last modified time
    Searched refs:ginfo (Results 1 - 5 of 5) 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/drm_gralloc/
gralloc_drm_radeon.c 333 struct drm_radeon_info ginfo; local
337 memset(&ginfo, 0, sizeof(ginfo));
338 ginfo.request = RADEON_INFO_TILING_CONFIG;
339 ginfo.value = (long) &val;
341 &ginfo, sizeof(ginfo));
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-myanmar.cc 469 hb_glyph_info_t ginfo = dottedcircle; local
470 ginfo.cluster = buffer->cur().cluster;
471 ginfo.mask = buffer->cur().mask;
472 ginfo.syllable() = buffer->cur().syllable();
474 buffer->output_info (ginfo);
hb-ot-shape-complex-use.cc 522 hb_glyph_info_t ginfo = dottedcircle; local
523 ginfo.cluster = buffer->cur().cluster;
524 ginfo.mask = buffer->cur().mask;
525 ginfo.syllable() = buffer->cur().syllable();
534 buffer->output_info (ginfo);
hb-ot-shape-complex-indic.cc 1259 hb_glyph_info_t ginfo = dottedcircle; local
    [all...]

Completed in 179 milliseconds