Home
last modified time | relevance | path

Searched refs:IGraphics (Results 1 – 10 of 10) sorted by relevance

/dports/games/traingame/traingame-cb6513e/include/
H A DIGraphics.hpp25 struct IGraphics { struct
26 virtual ~IGraphics() {} in ~IGraphics() argument
40 typedef shared_ptr<IGraphics> IGraphicsPtr;
/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dabout.c187 IGraphics->WritePixel( &stuff_bm.rp, i, 0 ); in about_init()
203 IGraphics->WritePixel( &stuff_bm.rp, i, 0 ); in about_init()
219 IGraphics->WritePixel( &stuff_bm.rp, i, 0 ); in about_init()
280 if( about_bm.bm ) IGraphics->FreeBitMap( about_bm.bm ); in about_shutdown()
281 if( afont_bm.bm ) IGraphics->FreeBitMap( afont_bm.bm ); in about_shutdown()
282 if( stuff_bm.bm ) IGraphics->FreeBitMap( stuff_bm.bm ); in about_shutdown()
435IGraphics->BltBitMapRastPort( about_bm.bm, 0, 0, aboutwin->RPort, aboutwin->BorderLeft, aboutwin->… in about_frame()
H A Dgui.c35 struct GraphicsIFace *IGraphics = NULL; variable
658 IGraphics->RectFill( &bm->rp, x, y, x2, y2 ); in fillrect_xy()
721 IGraphics->Move(&bm->rp, x, y+bm->baseline); in printstr()
722 IGraphics->Text(&bm->rp, str, strlen(str)); in printstr()
743 IGraphics->Move(&bm->rp, x, y+bm->baseline); in printstrlen()
744 IGraphics->Text(&bm->rp, str, len); in printstrlen()
877 IGraphics->InitRastPort( &bm->rp ); in make_image()
936 IGraphics->InitRastPort( &bm->rp ); in open_image()
951 IGraphics->FreeBitMap( bm->bm ); in open_image()
8710 if( prpfont ) IGraphics->CloseFont( prpfont ); in gui_shutdown()
[all …]
/dports/graphics/agg/agg-2.5/src/platform/AmigaOS/
H A Dagg_platform_support.cpp51 GraphicsIFace* IGraphics = 0; variable
316 IGraphics->BltBitMap(src_bitmap, 0, 0, in load_img()
327 IGraphics->WaitBlit(); in load_img()
674 IGraphics->BltBitMapRastPort(m_specific->m_bitmap, 0, 0, in update_window()
915 IGraphics = reinterpret_cast<GraphicsIFace*>( in open_libs()
925 IGraphics == 0 || in open_libs()
945 IExec->DropInterface(reinterpret_cast<Interface*>(IGraphics)); in close_libs()
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/src/platform/AmigaOS/
H A Dagg_platform_support.cpp45 GraphicsIFace* IGraphics = 0; variable
310 IGraphics->BltBitMap(src_bitmap, 0, 0, in load_img()
321 IGraphics->WaitBlit(); in load_img()
668 IGraphics->BltBitMapRastPort(m_specific->m_bitmap, 0, 0, in update_window()
909 IGraphics = reinterpret_cast<GraphicsIFace*>( in open_libs()
919 IGraphics == 0 || in open_libs()
939 IExec->DropInterface(reinterpret_cast<Interface*>(IGraphics)); in close_libs()
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/src/platform/AmigaOS/
H A Dagg_platform_support.cpp45 GraphicsIFace* IGraphics = 0; variable
310 IGraphics->BltBitMap(src_bitmap, 0, 0, in load_img()
321 IGraphics->WaitBlit(); in load_img()
668 IGraphics->BltBitMapRastPort(m_specific->m_bitmap, 0, 0, in update_window()
909 IGraphics = reinterpret_cast<GraphicsIFace*>( in open_libs()
919 IGraphics == 0 || in open_libs()
939 IExec->DropInterface(reinterpret_cast<Interface*>(IGraphics)); in close_libs()
/dports/games/traingame/traingame-cb6513e/src/
H A DSDLWindow.cpp37 class SDLWindow : public IWindow, public IGraphics, public IPickBuffer,
/dports/emulators/atari800/atari800-3.1.0/src/amiga/
H A Damiga.c167 struct GraphicsIFace *IGraphics; variable
366 if (GfxBase) CloseLibraryInterface(GfxBase,IGraphics); in CloseLibraries()
380 if ((GfxBase = OpenLibraryInterface ("graphics.library", 39, &IGraphics))) in OpenLibraries()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gfx-amigaos/
H A Dami-win.c133 struct GraphicsIFace *IGraphics; variable
1370 IGraphics = (struct GraphicsIFace *) GetInterface ((struct Library *) GfxBase, "main", 1, NULL); in graphics_setup()
1371 if (!IGraphics) { in graphics_setup()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/gui/aos4/
H A Daos4.cpp556 IGraphics->WaitBlit(); in run()