![]() |
Leptonica
1.83.1
Image processing and image analysis suite
|
#include <pix_internal.h>
Data Fields | |
l_int32 | x |
l_int32 | y |
l_int32 | w |
l_int32 | h |
l_atomic | refcount |
Basic rectangle
Definition at line 255 of file pix_internal.h.
l_int32 Box::h |
box height
Definition at line 260 of file pix_internal.h.
Referenced by boxaWriteStderr(), boxaWriteStream(), boxClipToRectangle(), boxCopy(), boxEqual(), boxGetGeometry(), boxIsValid(), boxPrintStreamInfo(), boxSetGeometry(), boxSetSideLocations(), boxTransform(), and getCutPathForHole().
l_atomic Box::refcount |
reference count (1 if no clones)
Definition at line 261 of file pix_internal.h.
Referenced by boxClone(), boxCreate(), and boxDestroy().
l_int32 Box::w |
box width
Definition at line 259 of file pix_internal.h.
Referenced by boxaWriteStderr(), boxaWriteStream(), boxClipToRectangle(), boxCopy(), boxEqual(), boxGetGeometry(), boxIsValid(), boxPrintStreamInfo(), boxSetGeometry(), boxSetSideLocations(), boxTransform(), and getCutPathForHole().
l_int32 Box::x |
left coordinate
Definition at line 257 of file pix_internal.h.
Referenced by boxaWriteStderr(), boxaWriteStream(), boxClipToRectangle(), boxCopy(), boxEqual(), boxGetGeometry(), boxPrintStreamInfo(), boxSetGeometry(), boxSetSideLocations(), boxTransform(), and getCutPathForHole().
l_int32 Box::y |
top coordinate
Definition at line 258 of file pix_internal.h.
Referenced by boxaWriteStderr(), boxaWriteStream(), boxClipToRectangle(), boxCopy(), boxEqual(), boxGetGeometry(), boxPrintStreamInfo(), boxSetGeometry(), boxSetSideLocations(), boxTransform(), and getCutPathForHole().