Leptonica 1.68
C Image Processing Library
|
#include <pix.h>
Data Fields | |
l_uint32 | w |
l_uint32 | h |
l_uint32 | d |
l_uint32 | wpl |
l_uint32 | refcount |
l_int32 | xres |
l_int32 | yres |
l_int32 | informat |
char * | text |
struct PixColormap * | colormap |
l_uint32 * | data |
Definition at line 84 of file pix.h.
Referenced by pixGetDimensions(), pixGetWidth(), and pixSetWidth().
Definition at line 85 of file pix.h.
Referenced by pixCreate(), pixCreateTemplate(), pixGetDimensions(), pixGetHeight(), and pixSetHeight().
Definition at line 86 of file pix.h.
Referenced by pixGetDepth(), pixGetDimensions(), and pixSetDepth().
Definition at line 87 of file pix.h.
Referenced by pixCreate(), pixCreateTemplate(), pixGetWpl(), and pixSetWpl().
Definition at line 88 of file pix.h.
Referenced by pixChangeRefcount(), pixCreateHeader(), and pixGetRefcount().
Definition at line 89 of file pix.h.
Referenced by pixaWriteStream(), pixGetResolution(), pixGetXRes(), pixScaleResolution(), pixSetResolution(), and pixSetXRes().
Definition at line 91 of file pix.h.
Referenced by pixaWriteStream(), pixGetResolution(), pixGetYRes(), pixScaleResolution(), pixSetResolution(), and pixSetYRes().
Definition at line 93 of file pix.h.
Referenced by pixCreateHeader(), pixGetInputFormat(), and pixSetInputFormat().
char* Pix::text |
Definition at line 94 of file pix.h.
Referenced by pixAddText(), pixGetText(), pixReadStreamPng(), and pixSetText().
struct PixColormap* Pix::colormap |
Definition at line 95 of file pix.h.
Referenced by pixDestroyColormap(), pixGetColormap(), pixSetColormap(), and pixTransferAllData().
Definition at line 96 of file pix.h.
Referenced by pixCreate(), pixCreateTemplate(), pixFreeData(), pixGetData(), pixSetData(), and pixTransferAllData().