13#ifndef HMICORE_RENDERER_CAIRO_TYPES_H_
14#define HMICORE_RENDERER_CAIRO_TYPES_H_
41 kCommandUndefined = 0,
44 kCommandColourBackground,
45 kCommandColourForeground,
47 kCommandImageTexturePersist,
56 kCommandPenRoundedRectangle,
Class definition of the HandleType.
Definition renderer_cairo_types.h:23
cairo_surface_t * surface
Cairo screen surface.
Definition renderer_cairo_types.h:34
bool inUse
true if in user
Definition renderer_cairo_types.h:28
bool fullscreen
True if fullscreen.
Definition renderer_cairo_types.h:30
uint32_t handle
Construct a new Handle Type object.
Definition renderer_cairo_types.h:26
ResolutionType size
The screen dimensions.
Definition renderer_cairo_types.h:32
cairo_t * cr
Cairo context.
Definition renderer_cairo_types.h:36
DrawType
Class definition of the DrawType.
Definition renderer_cairo_types.h:40
Struct for the resolution.
Definition gva.h:571