Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/lib/fsp1/
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.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.in786 ginfo, dwfl_module_build_id, dwfl_module_report_build_id; suppo