Foxit PDF SDK
9.1
|
Additional Inherited Members | |
![]() | |
BOOL | swigCMemOwn |
void * | swigCPtr |
Bitmap is one of most important data structures in Foxit PDF SDK. It is commonly used for rendering. This class can construct a new bitmap object (not retrieved from other object) and offer methods to get information or operate the bitmap.
- (FSRectI*) calculateBBoxByColor: | (unsigned int) | backgroud_color |
- (FSBitmap*) clone |
- (FSBitmap*) convertFormat: | (FSBitmapDIBFormat) | format |
- (FSBitmap*) convertFormat: | (FSBitmapDIBFormat) | format | |
icc_transform: | (NSData *) | icc_transform | |
- (void) dealloc |
Reimplemented from FSBase.
- (FSRectI*) detectBBoxByColorDiffer: | (int) | detection_size |
- (FSRectI*) detectBBoxByColorDiffer: | (int) | detection_size | |
color_differ: | (int) | color_differ | |
- (FSBitmap*) fadeOutBackground: | (FSBitmapFadeOutEnhancementAlgorithm) | enchancement_algorithms | |
threshold_algorithms: | (FSBitmapFadeOutThresholdAlogrithm) | threshold_algorithms | |
threshold_level: | (float) | threshold_level | |
- (void) fillRect: | (unsigned int) | color |
- (FSBitmap*) flip: | (BOOL) | is_flip_horz | |
is_flip_vert: | (BOOL) | is_flip_vert | |
- (int) getBpp |
- (NSData *) getBuffer |
- (void*) getCptr |
Reimplemented from FSBase.
- (FSBitmapDIBFormat) getFormat |
- (int) getHeight |
- (FSBitmap*) getMask |
- (int) getPitch |
- (int) getWidth |
- (id) init |
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
Reimplemented from FSBase.
- (id) initWithOther: | (FSBitmap *) | other |
- (id) initWithWidth: | (int) | width | |
height: | (int) | height | |
format: | (FSBitmapDIBFormat) | format | |
- (id) initWithWidth: | (int) | width | |
height: | (int) | height | |
format: | (FSBitmapDIBFormat) | format | |
buffer: | (NSData *) | buffer | |
- (id) initWithWidth: | (int) | width | |
height: | (int) | height | |
format: | (FSBitmapDIBFormat) | format | |
buffer: | (NSData *) | buffer | |
pitch: | (int) | pitch | |
- (BOOL) isEmpty |
- (FSBitmap*) stretchTo: | (int) | dest_width | |
dest_height: | (int) | dest_height | |
flag: | (FSBitmapInterpolationFlag) | flag | |
- (FSBitmap*) stretchTo: | (int) | dest_width | |
dest_height: | (int) | dest_height | |
flag: | (FSBitmapInterpolationFlag) | flag | |
clip_rect: | (FSRectI *) | clip_rect | |
- (FSBitmap*) swapXY: | (BOOL) | is_flip_horz | |
is_flip_vert: | (BOOL) | is_flip_vert | |
- (FSBitmap*) swapXY: | (BOOL) | is_flip_horz | |
is_flip_vert: | (BOOL) | is_flip_vert | |
clip_rect: | (FSRectI *) | clip_rect | |
- (FSBitmap*) transformTo: | (FSMatrix2D *) | matrix | |
flag: | (FSBitmapInterpolationFlag) | flag | |
out_left: | (int *) | out_left | |
out_top: | (int *) | out_top | |
- (FSBitmap*) transformTo: | (FSMatrix2D *) | matrix | |
flag: | (FSBitmapInterpolationFlag) | flag | |
out_left: | (int *) | out_left | |
out_top: | (int *) | out_top | |
clip_rect: | (FSRectI *) | clip_rect | |