Home
last modified time | relevance | path

Searched refs:fix_info (Results 1 – 6 of 6) sorted by relevance

/dports/devel/allegro/allegro-4.4.3.1/src/linux/
H A Dfbcon.c385 if (ioctl(fbfd, FBIOGET_FSCREENINFO, &fix_info) != 0) { in fb_init()
409 gfx_fbcon.vid_mem = fix_info.smem_len; in fb_init()
411 stride = fix_info.line_length; in fb_init()
427 munmap(fbaddr, fix_info.smem_len); in fb_init()
512 ((my_mode.yres_virtual > my_mode.yres) && (!fix_info.ypanstep))) in fb_init()
527 if (fix_info.visual == FB_VISUAL_DIRECTCOLOR) in fb_init()
528 set_ramp_cmap(&fix_info, &my_mode); in fb_init()
573 if ((ioctl(fbfd, FBIOGET_FSCREENINFO, &fix_info) != 0) || in fb_open_device()
600 munmap(fbaddr, fix_info.smem_len); in fb_exit()
633 if (fix_info.visual == FB_VISUAL_DIRECTCOLOR) in fb_restore()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/
H A Dfb.c535 struct fb_fix_screeninfo fix_info; in OpenDisplay() local
537 if (ioctl(sys->fd, FBIOGET_FSCREENINFO, &fix_info) || in OpenDisplay()
560 sys->line_length = fix_info.line_length; in OpenDisplay()
571 sys->has_pan = (fix_info.ypanstep || fix_info.ywrapstep); in OpenDisplay()
645 fix_info.type, fix_info.visual, in OpenDisplay()
646 fix_info.ypanstep, fix_info.ywrapstep, fix_info.accel); in OpenDisplay()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/rtf2xml/
H A Dinfo.py254 def fix_info(self): member in Info
H A DParseRtf.py370 info_obj.fix_info()
/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DCmmLayoutStack.hs1010 = CmmProc top_info{ info_tbls = mapMapWithKey fix_info info_tbls } l v g
1012 fix_info lbl info_tbl@CmmInfoTable{ cit_rep = StackRep _ } = function
1014 fix_info _ other = other function
/dports/science/xtb/xtb-6.4.1/src/prog/
H A Dmain.F90436 call fix_info(env%unit,mol%n,mol%at,mol%xyz)