Home
last modified time | relevance | path

Searched refs:P96Base (Results 1 – 14 of 14) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/src/otherlibs/
H A Dpicasso96api.pas403 VAR P96Base : pLibrary = nil;
406 PROCEDURE p96FreeBitMap(BitMap : pBitMap location 'a0'); syscall P96Base 036;
410 FUNCTION p96BestModeIDTagList(Tags : pTagItem location 'a0') : Ulong; syscall P96Base 060; in p96BestModeIDTagList()
413 PROCEDURE p96FreeModeList(List : pList location 'a0'); syscall P96Base 078;
415 FUNCTION p96OpenScreenTagList(Tags : pTagItem location 'a0') : pScreen; syscall P96Base 090; in p96OpenScreenTagList()
416 FUNCTION p96CloseScreen(Screen : pScreen location 'a0') : wordbool; syscall P96Base 096; in p96CloseScreen()
424 FUNCTION p96PIP_OpenTagList(Tags : pTagItem location 'a0') : pWindow; syscall P96Base 144; in p96PIP_OpenTagList()
425 FUNCTION p96PIP_Close(Window : pWindow location 'a0') : wordbool; syscall P96Base 150; in p96PIP_Close()
500 P96Base := OpenLibrary(PICASSO96APINAME,LIBVERSION);
502 if Assigned(P96Base) then
[all …]
/dports/www/netsurf/netsurf-3.10/frontends/amiga/
H A Drtg.c28 if(P96Base == NULL) { in ami_rtg_allocbitmap()
40 if(P96Base == NULL) { in ami_rtg_freebitmap()
56 if(P96Base == NULL) { in ami_rtg_writepixelarray()
/dports/lang/fpc-source/fpc-3.2.2/packages/os4units/src/
H A Dpicasso96api.pas321 P96Base: PLibrary = nil;
431 P96Base := OpenLibrary(PICASSO96APINAME, LIBVERSION);
432 if Assigned(P96Base) then
433 IP96 := GetInterface(P96Base, 'main', 1, nil);
437 if Assigned(P96Base) then
438 CloseLibrary(P96Base);
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/examples/otherlibs/
H A Dmodelist.pas34 if not Assigned(P96Base) then
H A Drequestmodeid.pas37 if not Assigned(P96Base) then
H A Dbestmodeid.pas50 if not Assigned(P96Base) then
H A Dopenpip.pas41 if not Assigned(P96Base) then
H A Dp96checkboards.pas42 if not Assigned(P96Base) then
H A Dwritetruecolordata.pas68 if not Assigned(P96Base) then
H A Dopenscreen.pas64 if not Assigned(P96Base) then
/dports/graphics/agg/agg-2.5/src/platform/AmigaOS/
H A Dagg_platform_support.cpp48 Library* P96Base = 0; variable
911 P96Base = IExec->OpenLibrary("Picasso96API.library", 2); in open_libs()
922 IExec->GetInterface(P96Base, "main", 1, 0)); in open_libs()
948 IExec->CloseLibrary(P96Base); in close_libs()
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/src/platform/AmigaOS/
H A Dagg_platform_support.cpp42 Library* P96Base = 0; variable
905 P96Base = IExec->OpenLibrary("Picasso96API.library", 2); in open_libs()
916 IExec->GetInterface(P96Base, "main", 1, 0)); in open_libs()
942 IExec->CloseLibrary(P96Base); in close_libs()
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/src/platform/AmigaOS/
H A Dagg_platform_support.cpp42 Library* P96Base = 0; variable
905 P96Base = IExec->OpenLibrary("Picasso96API.library", 2); in open_libs()
916 IExec->GetInterface(P96Base, "main", 1, 0)); in open_libs()
942 IExec->CloseLibrary(P96Base); in close_libs()
/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dgui.c25 struct Library *P96Base = NULL; variable
3929 if( !getLibIFace( &P96Base, "Picasso96API.library", 2, &IP96) ) return FALSE; in gui_init()
8725 if( GfxBase ) IExec->CloseLibrary( P96Base ); in gui_shutdown()