#include <gtk/gtkwidget.h>#include <gdk-pixbuf/gdk-pixbuf-core.h>

Go to the source code of this file.
Data Structures | |
| struct | test::OutputDeviceContext |
| Output device context. More... | |
| class | test::OutputDevice |
| The widget output device. NOT SURE THE WIDGET SIZE WILL BE CHANGED OR NOT. More... | |
Namespaces | |
| namespace | test |
Defines | |
| #define | PLUGIN_ORIENTATION_LANDSCAPE 0 |
| #define | PLUGIN_ORIENTATION_PORTRAIT 1 |
| #define | MONO_COLOR_DEPTH 8 |
| #define | RGB_COLOR_DEPTH 24 |
| #define | ARGB_COLOR_DEPTH 32 |
| #define | DEFAULT_ALPHA_VALUE 0 |
| #define ARGB_COLOR_DEPTH 32 |
Definition at line 41 of file test_output_device.h.
Referenced by test::OutputDevice::draw_image(), and test::OutputDevice::draw_image_with_transform().
| #define DEFAULT_ALPHA_VALUE 0 |
Definition at line 42 of file test_output_device.h.
| #define MONO_COLOR_DEPTH 8 |
Definition at line 39 of file test_output_device.h.
Referenced by test::OutputDevice::draw_image(), and test::OutputDevice::draw_image_with_transform().
| #define PLUGIN_ORIENTATION_LANDSCAPE 0 |
Definition at line 36 of file test_output_device.h.
Referenced by test::OutputDevice::draw_image_with_transform().
| #define PLUGIN_ORIENTATION_PORTRAIT 1 |
Definition at line 37 of file test_output_device.h.
| #define RGB_COLOR_DEPTH 24 |
Definition at line 40 of file test_output_device.h.
Referenced by test::OutputDevice::draw_image(), and test::OutputDevice::draw_image_with_transform().
1.6.2-20100208