PluginFfiBindings class

Bindings for src/image_magick_ffi.h.

Regenerate bindings with flutter pub run ffigen --config plugin_bindings_ffigen.yaml.

Constructors

PluginFfiBindings.new(DynamicLibrary dynamicLibrary)
The symbols are looked up in dynamicLibrary.
PluginFfiBindings.fromLookup(Pointer<T> lookup<T extends NativeType>(String symbolName))
The symbols are looked up with lookup.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

abort() → void
abs(int _Number) int
at_quick_exit(Pointer<NativeFunction<Void Function()>> arg0) int
atexit(Pointer<NativeFunction<Void Function()>> arg0) int
atof(Pointer<Char> _String) double
atoi(Pointer<Char> _String) int
atol(Pointer<Char> _String) int
atoll(Pointer<Char> _String) int
bsearch(Pointer<Void> _Key, Pointer<Void> _Base, int _NumOfElements, int _SizeOfElements, _CoreCrtNonSecureSearchSortCompareFunction _CompareFunction) Pointer<Void>
bsearch_s(Pointer<Void> _Key, Pointer<Void> _Base, int _NumOfElements, int _SizeOfElements, _CoreCrtSecureSearchSortCompareFunction _CompareFunction, Pointer<Void> _Context) Pointer<Void>
calloc(int _Count, int _Size) Pointer<Void>
div(int _Numerator, int _Denominator) div_t
ecvt(double _Value, int _DigitCount, Pointer<Int> _PtDec, Pointer<Int> _PtSign) Pointer<Char>
exit(int _Code) → void
fcvt(double _Value, int _FractionalDigitCount, Pointer<Int> _PtDec, Pointer<Int> _PtSign) Pointer<Char>
free(Pointer<Void> _Block) → void
gcvt(double _Value, int _DigitCount, Pointer<Char> _DstBuf) Pointer<Char>
getenv(Pointer<Char> _VarName) Pointer<Char>
getenv_s(Pointer<Size> _RequiredCount, Pointer<Char> _Buffer, int _BufferCount, Pointer<Char> _VarName) int
initDartAPI(Pointer<Void> data) int
############################################ Dart Sdk Api ############################################
itoa(int _Value, Pointer<Char> _Buffer, int _Radix) Pointer<Char>
labs(int _Number) int
ldiv(int _Numerator, int _Denominator) ldiv_t
lfind(Pointer<Void> _Key, Pointer<Void> _Base, Pointer<UnsignedInt> _NumOfElements, int _SizeOfElements, _CoreCrtNonSecureSearchSortCompareFunction _CompareFunction) Pointer<Void>
llabs(int _Number) int
lldiv(int _Numerator, int _Denominator) lldiv_t
lsearch(Pointer<Void> _Key, Pointer<Void> _Base, Pointer<UnsignedInt> _NumOfElements, int _SizeOfElements, _CoreCrtNonSecureSearchSortCompareFunction _CompareFunction) Pointer<Void>
ltoa(int _Value, Pointer<Char> _Buffer, int _Radix) Pointer<Char>
magickSetProgressMonitorPort(Pointer<Void> wand, int sendPort) Pointer<IntPtr>
############################################ ImageMagick ############################################
malloc(int _Size) Pointer<Void>
mblen(Pointer<Char> _Ch, int _MaxCount) int
mbstowcs(Pointer<WChar> _Dest, Pointer<Char> _Source, int _MaxCount) int
mbstowcs_s(Pointer<Size> _PtNumOfCharConverted, Pointer<WChar> _DstBuf, int _SizeInWords, Pointer<Char> _SrcBuf, int _MaxCount) int
mbtowc(Pointer<WChar> _DstCh, Pointer<Char> _SrcCh, int _SrcSizeInBytes) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onexit(_onexit_t _Func) → _onexit_t
perror(Pointer<Char> _ErrMsg) → void
putenv(Pointer<Char> _EnvString) int
qsort(Pointer<Void> _Base, int _NumOfElements, int _SizeOfElements, _CoreCrtNonSecureSearchSortCompareFunction _CompareFunction) → void
qsort_s(Pointer<Void> _Base, int _NumOfElements, int _SizeOfElements, _CoreCrtSecureSearchSortCompareFunction _CompareFunction, Pointer<Void> _Context) → void
quick_exit(int _Code) → void
rand() int
realloc(Pointer<Void> _Block, int _Size) Pointer<Void>
srand(int _Seed) → void
strtod(Pointer<Char> _String, Pointer<Pointer<Char>> _EndPtr) double
strtof(Pointer<Char> _String, Pointer<Pointer<Char>> _EndPtr) double
strtol(Pointer<Char> _String, Pointer<Pointer<Char>> _EndPtr, int _Radix) int
strtoll(Pointer<Char> _String, Pointer<Pointer<Char>> _EndPtr, int _Radix) int
strtoul(Pointer<Char> _String, Pointer<Pointer<Char>> _EndPtr, int _Radix) int
strtoull(Pointer<Char> _String, Pointer<Pointer<Char>> _EndPtr, int _Radix) int
swab(Pointer<Char> _Buf1, Pointer<Char> _Buf2, int _SizeInBytes) → void
system(Pointer<Char> _Command) int
toString() String
A string representation of this object.
inherited
ultoa(int _Value, Pointer<Char> _Buffer, int _Radix) Pointer<Char>
wcstod(Pointer<WChar> _String, Pointer<Pointer<WChar>> _EndPtr) double
wcstof(Pointer<WChar> _String, Pointer<Pointer<WChar>> _EndPtr) double
wcstol(Pointer<WChar> _String, Pointer<Pointer<WChar>> _EndPtr, int _Radix) int
wcstoll(Pointer<WChar> _String, Pointer<Pointer<WChar>> _EndPtr, int _Radix) int
wcstombs(Pointer<Char> _Dest, Pointer<WChar> _Source, int _MaxCount) int
wcstombs_s(Pointer<Size> _PtNumOfCharConverted, Pointer<Char> _Dst, int _DstSizeInBytes, Pointer<WChar> _Src, int _MaxCountInBytes) int
wcstoul(Pointer<WChar> _String, Pointer<Pointer<WChar>> _EndPtr, int _Radix) int
wcstoull(Pointer<WChar> _String, Pointer<Pointer<WChar>> _EndPtr, int _Radix) int
wctomb(Pointer<Char> _MbCh, int _WCh) int
wctomb_s(Pointer<Int> _SizeConverted, Pointer<Char> _MbCh, int _SizeInBytes, int _WCh) int

Operators

operator ==(Object other) bool
The equality operator.
inherited