Graphics framework for GR-PEACH. When you use this program, we judge you have agreed to the following contents. https://developer.mbed.org/teams/Renesas/wiki/About-LICENSE

Dependents:   ImageZoomInout_Sample ImageRotaion_Sample ImageScroll_Sample GR-PEACH_LCD_4_3inch_Save_to_USB ... more

Embed: (wiki syntax)

« Back to documentation index

RGA_API_typedef.h File Reference

RGA_API_typedef.h File Reference

Go to the source code of this file.

Data Structures

struct  graphics_matrix3x3_t
 graphics_matrix3x3_t More...

Typedefs

typedef bit_flags_fast32_t graphics_quality_flags_t
 graphics_quality_flags_t
typedef float graphics_matrix_float_t
 graphics_matrix_float_t
typedef errnum_t(* R_GRAPHICS_OnInitialize_FuncType )(graphics_t *self, graphics_config_t *in_out_Config, void **out_CalleeDefined)
 R_GRAPHICS_OnInitialize_FuncType.
typedef errnum_t(* R_GRAPHICS_OnFinalize_FuncType )(graphics_t *self, void *CalleeDefined, errnum_t e)
 R_GRAPHICS_OnFinalize_FuncType.

Enumerations

enum  graphics_quality_flag_t
 

graphics_quality_flag_t

More...
enum  graphics_jpeg_decoder_t
 

graphics_jpeg_decoder_t

More...

Detailed Description

Module:
RGA
PublicVersion:
1.20

(=RGA_VERSION)

Rev:
Date:

Definition in file RGA_API_typedef.h.


Typedef Documentation

graphics_matrix_float_t

Definition at line 153 of file RGA_API_typedef.h.

graphics_quality_flags_t

Definition at line 82 of file RGA_API_typedef.h.

typedef errnum_t(* R_GRAPHICS_OnFinalize_FuncType)(graphics_t *self, void *CalleeDefined, errnum_t e)

R_GRAPHICS_OnFinalize_FuncType.

Parameters
None
Returns:
None.

Definition at line 283 of file RGA_API_typedef.h.

typedef errnum_t(* R_GRAPHICS_OnInitialize_FuncType)(graphics_t *self, graphics_config_t *in_out_Config, void **out_CalleeDefined)

R_GRAPHICS_OnInitialize_FuncType.

Parameters
None
Returns:
None.

Definition at line 273 of file RGA_API_typedef.h.


Enumeration Type Documentation

graphics_jpeg_decoder_t

Definition at line 72 of file RGA_API_typedef.h.

graphics_quality_flag_t

Definition at line 56 of file RGA_API_typedef.h.