KiCad PCB EDA Suite
|
#include <cairo_compositor.h>
Public Attributes | |
cairo_t * | context |
Main texture handle. | |
cairo_surface_t * | surface |
Point to which an image from texture is attached. | |
BitmapPtr | bitmap |
Pixel storage. | |
Definition at line 130 of file cairo_compositor.h.
BitmapPtr KIGFX::CAIRO_COMPOSITOR::CAIRO_BUFFER::bitmap |
Pixel storage.
Definition at line 134 of file cairo_compositor.h.
cairo_t* KIGFX::CAIRO_COMPOSITOR::CAIRO_BUFFER::context |
Main texture handle.
Definition at line 132 of file cairo_compositor.h.
cairo_surface_t* KIGFX::CAIRO_COMPOSITOR::CAIRO_BUFFER::surface |
Point to which an image from texture is attached.
Definition at line 133 of file cairo_compositor.h.