Lines Matching full:gfx
51 -- functions from loader to the gfx. if we're running on an older loader that
52 -- has these functions, create aliases for them in gfx. The loader binary might
54 -- values. The new loader will provide loader.* versions of all the gfx.*
57 if gfx == nil then
58 gfx = {}
59 gfx.term_drawrect = loader.term_drawrect
60 gfx.term_putimage = loader.term_putimage
80 local ret = try_include('gfx-' .. gfxname)
82 return false, "Failed to include gfx-" .. gfxname
261 return core.isFramebufferConsole() and gfx.term_putimage
290 gfx.term_drawrect(x, y, x + w, y + h)
381 if gfx.term_putimage(branddef.fb.image, x, y, 0, 7, 0) then
437 if gfx.term_putimage(logodef.fb.image, x, y, 0, y + y1, 0) then