FB Graphics
FBGraphics (FBG) : Simple C 16, 24, 32 bpp generic graphics library with parallelism support and custom backend.
|
dispmanx wrapper data structure More...
#include <fbg_dispmanx.h>
Data Fields | |
DISPMANX_DISPLAY_HANDLE_T | display |
dispmanx display More... | |
DISPMANX_RESOURCE_HANDLE_T | back_resource |
dispmanx back resource More... | |
DISPMANX_RESOURCE_HANDLE_T | front_resource |
dispmanx front resource More... | |
DISPMANX_ELEMENT_HANDLE_T | elem |
dispmanx elem More... | |
VC_IMAGE_TYPE_T | resource_type |
dispmanx image type (RGB888) More... | |
DISPMANX_UPDATE_HANDLE_T | update |
dispmanx update More... | |
VC_RECT_T * | src_rect |
dispmanx src rect More... | |
VC_RECT_T * | dst_rect |
dispmanx src rect More... | |
void(* | opt_flip )(struct _fbg *fbg) |
optional flip content (will be executed between dispmanx start / sync) More... | |
int | pitch |
fbg->width * 3 More... | |
dispmanx wrapper data structure
Definition at line 52 of file fbg_dispmanx.h.
DISPMANX_RESOURCE_HANDLE_T _fbg_dispmanx_context::back_resource |
dispmanx back resource
Definition at line 64 of file fbg_dispmanx.h.
DISPMANX_DISPLAY_HANDLE_T _fbg_dispmanx_context::display |
dispmanx display
Definition at line 62 of file fbg_dispmanx.h.
VC_RECT_T* _fbg_dispmanx_context::dst_rect |
dispmanx src rect
Definition at line 76 of file fbg_dispmanx.h.
DISPMANX_ELEMENT_HANDLE_T _fbg_dispmanx_context::elem |
dispmanx elem
Definition at line 68 of file fbg_dispmanx.h.
DISPMANX_RESOURCE_HANDLE_T _fbg_dispmanx_context::front_resource |
dispmanx front resource
Definition at line 66 of file fbg_dispmanx.h.
void(* _fbg_dispmanx_context::opt_flip) (struct _fbg *fbg) |
optional flip content (will be executed between dispmanx start / sync)
Definition at line 79 of file fbg_dispmanx.h.
int _fbg_dispmanx_context::pitch |
fbg->width * 3
Definition at line 82 of file fbg_dispmanx.h.
VC_IMAGE_TYPE_T _fbg_dispmanx_context::resource_type |
dispmanx image type (RGB888)
Definition at line 70 of file fbg_dispmanx.h.
VC_RECT_T* _fbg_dispmanx_context::src_rect |
dispmanx src rect
Definition at line 74 of file fbg_dispmanx.h.
DISPMANX_UPDATE_HANDLE_T _fbg_dispmanx_context::update |
dispmanx update
Definition at line 72 of file fbg_dispmanx.h.