|
Public Methods |
| JBIG2Bitmap (Guint segNumA, int wA, int hA) |
virtual | ~JBIG2Bitmap () |
virtual JBIG2SegmentType | getType () |
JBIG2Bitmap * | copy () |
JBIG2Bitmap * | getSlice (Guint x, Guint y, Guint wA, Guint hA) |
void | expand (int newH, Guint pixel) |
void | clearToZero () |
void | clearToOne () |
int | getWidth () |
int | getHeight () |
int | getPixel (int x, int y) |
void | setPixel (int x, int y) |
void | clearPixel (int x, int y) |
void | getPixelPtr (int x, int y, JBIG2BitmapPtr *ptr) |
int | nextPixel (JBIG2BitmapPtr *ptr) |
void | duplicateRow (int yDest, int ySrc) |
void | combine (JBIG2Bitmap *bitmap, int x, int y, Guint combOp) |
Guchar * | getDataPtr () |
int | getDataSize () |