Public Member Functions | |
INLINE | SizeRequest () |
INLINE RequestType | get_type () const |
INLINE void | set_pixel_size (int pixel_size) |
INLINE int | get_pixel_size () const |
INLINE int | get_pixel_size (int orig_pixel_size) const |
INLINE void | set_ratio (double ratio) |
INLINE double | get_ratio () const |
INLINE double | get_ratio (int orig_pixel_size) const |
Private Attributes | |
RequestType | _type |
union { | |
int _pixel_size | |
double _ratio | |
} | _e |
|
|
|
|
|
Referenced by ImageResize::run(). |
|
|
|
Referenced by ImageResize::run(). |
|
Referenced by ImageResize::run(). |
|
Referenced by ImageResize::dispatch_size_request(). |
|
Referenced by ImageResize::dispatch_size_request(), and ImageResize::run(). |
|
|
|
Definition at line 60 of file imageResize.h. |
|
Definition at line 61 of file imageResize.h. |
|
Definition at line 58 of file imageResize.h. |