Unit jmorecfg_del
Description
This item has no description.
Overview
Types
int = longint; |
uInt = Cardinal; |
short = Integer; |
ushort = Word; |
long = longint; |
voidp = pointer; |
int_ptr = ˆint; |
size_t = int; |
JSAMPLE = byte; |
GETJSAMPLE = int; |
JCOEF = int; |
JCOEF_PTR = ˆJCOEF; |
JOCTET = Byte; |
jTOctet = 0..(MaxInt div SizeOf(JOCTET))-1; |
JOCTET_FIELD = array[jTOctet] of JOCTET; |
JOCTET_FIELD_PTR = ˆJOCTET_FIELD; |
JOCTETPTR = ˆJOCTET; |
GETJOCTET = JOCTET; |
UINT8 = byte; |
UINT16 = Word; |
INT16 = int; |
INT32 = longint; |
INT32PTR = ˆINT32; |
JDIMENSION = uInt; |
MULTIPLIER = int; |
FAST_FLOAT = double; |
Constants
BITS_IN_JSAMPLE = 8; |
MAX_COMPONENTS = 10; |
MAXJSAMPLE = 255; |
CENTERJSAMPLE = 128; |
JPEG_MAX_DIMENSION = 65500; |
RGB_RED = 2; |
RGB_GREEN = 1; |
RGB_BLUE = 0; |
RGB_PIXELSIZE = 3; |
Description
Types
int = longint; |
|
This item has no description. |
uInt = Cardinal; |
|
This item has no description. |
short = Integer; |
|
This item has no description. |
ushort = Word; |
|
This item has no description. |
long = longint; |
|
This item has no description. |
voidp = pointer; |
|
This item has no description. |
int_ptr = ˆint; |
|
This item has no description. |
size_t = int; |
|
This item has no description. |
JSAMPLE = byte; |
|
This item has no description. |
GETJSAMPLE = int; |
|
This item has no description. |
JCOEF = int; |
|
This item has no description. |
JCOEF_PTR = ˆJCOEF; |
|
This item has no description. |
JOCTET = Byte; |
|
This item has no description. |
jTOctet = 0..(MaxInt div SizeOf(JOCTET))-1; |
|
This item has no description. |
JOCTET_FIELD = array[jTOctet] of JOCTET; |
|
This item has no description. |
JOCTET_FIELD_PTR = ˆJOCTET_FIELD; |
|
This item has no description. |
JOCTETPTR = ˆJOCTET; |
|
This item has no description. |
GETJOCTET = JOCTET; |
|
This item has no description. |
UINT8 = byte; |
|
This item has no description. |
UINT16 = Word; |
|
This item has no description. |
INT16 = int; |
|
This item has no description. |
INT32 = longint; |
|
This item has no description. |
INT32PTR = ˆINT32; |
|
This item has no description. |
JDIMENSION = uInt; |
|
This item has no description. |
MULTIPLIER = int; |
|
This item has no description. |
FAST_FLOAT = double; |
|
This item has no description. |
Constants
BITS_IN_JSAMPLE = 8; |
|
This item has no description. |
MAX_COMPONENTS = 10; |
|
This item has no description. |
MAXJSAMPLE = 255; |
|
This item has no description. |
CENTERJSAMPLE = 128; |
|
This item has no description. |
JPEG_MAX_DIMENSION = 65500; |
|
This item has no description. |
RGB_RED = 2; |
|
This item has no description. |
RGB_GREEN = 1; |
|
This item has no description. |
RGB_BLUE = 0; |
|
This item has no description. |
RGB_PIXELSIZE = 3; |
|
This item has no description. |
Generated by PasDoc 0.17.0.snapshot.