Home
last modified time | relevance | path

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

/dports/lang/fpc-source/fpc-3.2.2/packages/os4units/src/
H A Ddatatypes.pas825 IDataTypes: PInterface;
831 procedure ReleaseDataType(Dt: PDataType); syscall IDataTypes 88;
833 procedure DisposeDTObject(o: PObject_); syscall IDataTypes 100;
841 function GetDTMethods(Obj: PObject_): Pointer; syscall IDataTypes 152;
842 function GetDTTriggerMethods(Obj: PObject_): PDTMethod; syscall IDataTypes 156;
847 function GetDTString(Id: LongWord): STRPTR; syscall IDataTypes 188;
849 procedure LockDataType(Dt: PDataType); syscall IDataTypes 256;
856 procedure FreeDTMethods(Methods: APTR); syscall IDataTypes 284;
948 IDataTypes := GetInterface(DataTypesBase, 'main', 1, nil);
950 if Assigned(IDataTypes) then
[all …]
/dports/graphics/agg/agg-2.5/src/platform/AmigaOS/
H A Dagg_platform_support.cpp50 DataTypesIFace* IDataTypes = 0; variable
224 Object* picture = IDataTypes->NewDTObject(const_cast<STRPTR>(file), in load_img()
235 ULONG loaded = IDataTypes->DoDTMethodA(picture, 0, 0, in load_img()
240 IDataTypes->GetDTAttrs(picture, in load_img()
328 IDataTypes->DisposeDTObject(picture); in load_img()
913 IDataTypes = reinterpret_cast<DataTypesIFace*>( in open_libs()
924 if ( IDataTypes == 0 || in open_libs()
946 IExec->DropInterface(reinterpret_cast<Interface*>(IDataTypes)); in close_libs()
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/src/platform/AmigaOS/
H A Dagg_platform_support.cpp44 DataTypesIFace* IDataTypes = 0; variable
218 Object* picture = IDataTypes->NewDTObject(const_cast<STRPTR>(file), in load_img()
229 ULONG loaded = IDataTypes->DoDTMethodA(picture, 0, 0, in load_img()
234 IDataTypes->GetDTAttrs(picture, in load_img()
322 IDataTypes->DisposeDTObject(picture); in load_img()
907 IDataTypes = reinterpret_cast<DataTypesIFace*>( in open_libs()
918 if ( IDataTypes == 0 || in open_libs()
940 IExec->DropInterface(reinterpret_cast<Interface*>(IDataTypes)); in close_libs()
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/src/platform/AmigaOS/
H A Dagg_platform_support.cpp44 DataTypesIFace* IDataTypes = 0; variable
218 Object* picture = IDataTypes->NewDTObject(const_cast<STRPTR>(file), in load_img()
229 ULONG loaded = IDataTypes->DoDTMethodA(picture, 0, 0, in load_img()
234 IDataTypes->GetDTAttrs(picture, in load_img()
322 IDataTypes->DisposeDTObject(picture); in load_img()
907 IDataTypes = reinterpret_cast<DataTypesIFace*>( in open_libs()
918 if ( IDataTypes == 0 || in open_libs()
940 IExec->DropInterface(reinterpret_cast<Interface*>(IDataTypes)); in close_libs()
/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dgui.c36 struct DataTypesIFace *IDataTypes = NULL; variable
911 io = IDataTypes->NewDTObject( tmp, in open_image()
924 if( IDataTypes->GetDTAttrs( io, in open_image()
928 IDataTypes->DisposeDTObject( io ); in open_image()
940 IDataTypes->DisposeDTObject( io ); in open_image()
950 IDataTypes->DisposeDTObject( io ); in open_image()
964 IDataTypes->DisposeDTObject( io ); in open_image()
3930 if( !getLibIFace( &DataTypesBase, "datatypes.library", 51, &IDataTypes ) ) return FALSE; in gui_init()
8722 if( IDataTypes ) IExec->DropInterface( (struct Interface *)IDataTypes ); in gui_shutdown()