Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/lib/fsp/
Dfsp_graphics.c31 const struct hob_graphics_info *ginfo; in save_vesa_mode() local
34 ginfo = fsp_get_graphics_info(gd->arch.hob_list, NULL); in save_vesa_mode()
44 if (!ginfo) { in save_vesa_mode()
49 vesa->x_resolution = ginfo->width; in save_vesa_mode()
50 vesa->y_resolution = ginfo->height; in save_vesa_mode()
52 vesa->bytes_per_scanline = ginfo->pixels_per_scanline * 4; in save_vesa_mode()
53 vesa->phys_base_ptr = ginfo->fb_base; in save_vesa_mode()
55 if (ginfo->pixel_format >= pixel_bitmask) { in save_vesa_mode()
57 ginfo->pixel_format); in save_vesa_mode()
60 fbinfo = &fsp_framebuffer_format_map[ginfo->pixel_format]; in save_vesa_mode()
/external/freetype/src/autofit/
Dafshaper.c496 hb_glyph_info_t* ginfo; in af_shaper_get_cluster() local
511 ginfo = hb_buffer_get_glyph_infos( buf, &gcount ); in af_shaper_get_cluster()
520 if ( ginfo[i].codepoint != hb_ginfo[i].codepoint ) in af_shaper_get_cluster()
551 hb_glyph_info_t* ginfo; in af_shaper_get_elem() local
558 ginfo = hb_buffer_get_glyph_infos( buf, &gcount ); in af_shaper_get_elem()
569 return ginfo[idx].codepoint; in af_shaper_get_elem()
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-myanmar.cc336 hb_glyph_info_t ginfo = dottedcircle; in insert_dotted_circles() local
337 ginfo.cluster = buffer->cur().cluster; in insert_dotted_circles()
338 ginfo.mask = buffer->cur().mask; in insert_dotted_circles()
339 ginfo.syllable() = buffer->cur().syllable(); in insert_dotted_circles()
341 buffer->output_info (ginfo); in insert_dotted_circles()
Dhb-ot-shape-complex-khmer.cc403 hb_glyph_info_t ginfo = dottedcircle; in insert_dotted_circles() local
404 ginfo.cluster = buffer->cur().cluster; in insert_dotted_circles()
405 ginfo.mask = buffer->cur().mask; in insert_dotted_circles()
406 ginfo.syllable() = buffer->cur().syllable(); in insert_dotted_circles()
415 buffer->output_info (ginfo); in insert_dotted_circles()
Dhb-ot-shape-complex-use.cc556 hb_glyph_info_t ginfo = dottedcircle; in insert_dotted_circles() local
557 ginfo.cluster = buffer->cur().cluster; in insert_dotted_circles()
558 ginfo.mask = buffer->cur().mask; in insert_dotted_circles()
559 ginfo.syllable() = buffer->cur().syllable(); in insert_dotted_circles()
568 buffer->output_info (ginfo); in insert_dotted_circles()
Dhb-ot-shape-complex-indic.cc1004 hb_glyph_info_t ginfo = dottedcircle; in insert_dotted_circles() local
1005 ginfo.cluster = buffer->cur().cluster; in insert_dotted_circles()
1006 ginfo.mask = buffer->cur().mask; in insert_dotted_circles()
1007 ginfo.syllable() = buffer->cur().syllable(); in insert_dotted_circles()
1016 buffer->output_info (ginfo); in insert_dotted_circles()
/external/elfutils/config/
Delfutils.spec.in663 ginfo, dwfl_module_build_id, dwfl_module_report_build_id; suppo