jpeg12_memory_mgr class
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
-
j12_access_virt_barray
↔ Pointer<
NativeFunction< JBLOCKARRAY Function(j12_common_ptr, jvirt_barray_ptr, JDIMENSION, JDIMENSION, Int32)> > -
getter/setter pair
-
j12_access_virt_sarray
↔ Pointer<
NativeFunction< JSAMPARRAY Function(j12_common_ptr, jvirt_sarray_ptr, JDIMENSION, JDIMENSION, Int32)> > -
getter/setter pair
-
j12_alloc_barray
↔ Pointer<
NativeFunction< JBLOCKARRAY Function(j12_common_ptr, Int, JDIMENSION, JDIMENSION)> > -
getter/setter pair
-
j12_alloc_large
↔ Pointer<
NativeFunction< Pointer< >Void> Function(j12_common_ptr, Int, Int)> -
getter/setter pair
-
j12_alloc_sarray
↔ Pointer<
NativeFunction< JSAMPARRAY Function(j12_common_ptr, Int, JDIMENSION, JDIMENSION)> > -
getter/setter pair
-
j12_alloc_small
↔ Pointer<
NativeFunction< Pointer< >Void> Function(j12_common_ptr, Int, Int)> -
getter/setter pair
-
j12_free_pool
↔ Pointer<
NativeFunction< Void Function(j12_common_ptr, Int)> > -
getter/setter pair
-
j12_realize_virt_arrays
↔ Pointer<
NativeFunction< Void Function(j12_common_ptr)> > -
getter/setter pair
-
j12_request_virt_barray
↔ Pointer<
NativeFunction< jvirt_barray_ptr Function(j12_common_ptr, Int, Int32, JDIMENSION, JDIMENSION, JDIMENSION)> > -
getter/setter pair
-
j12_request_virt_sarray
↔ Pointer<
NativeFunction< jvirt_sarray_ptr Function(j12_common_ptr, Int, Int32, JDIMENSION, JDIMENSION, JDIMENSION)> > -
getter/setter pair
-
j12_self_destruct
↔ Pointer<
NativeFunction< Void Function(j12_common_ptr)> > -
getter/setter pair
- max_alloc_chunk ↔ int
-
getter/setter pair
- max_memory_to_use ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited