Home
last modified time | relevance | path

Searched refs:FBUpdate (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/almostti/AlmostTI-DougMelton-Source/EMULib/Maemo/
H A DLibMaemo.c421 static struct omapfb_update_window FBUpdate; in ShowVideo() local
469 FBUpdate.width = DW; in ShowVideo()
470 FBUpdate.height = DH; in ShowVideo()
471 FBUpdate.x = (FBImg.W-DW)>>1; in ShowVideo()
472 FBUpdate.y = (FBImg.H-DH)>>1; in ShowVideo()
473 FBUpdate.out_width = SW; in ShowVideo()
474 FBUpdate.out_height = SH; in ShowVideo()
475 FBUpdate.out_x = (FBImg.W-SW)>>1; in ShowVideo()
476 FBUpdate.out_y = (FBImg.H-SH)>>1; in ShowVideo()
477 FBUpdate.format = OMAPFB_COLOR_RGB565; in ShowVideo()
[all …]
/dports/devel/upp/upp/reference/WinFb/
H A DWin.cpp96 void FBUpdate(const Rect& r) in FBUpdate() function
/dports/devel/upp/upp/reference/Framebuffer/
H A DFramebuffer.h110 void FBUpdate(const Rect& area);
H A DWnd.cpp252 FBUpdate(framebuffer.GetSize()); in DoUpdate()
256 FBUpdate(update[i]); in DoUpdate()
/dports/devel/upp/upp/reference/LinuxFb/
H A DWin.cpp224 void FBUpdate(const Rect& inv) in FBUpdate() function