Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: ImageZoomInout_Sample ImageRotaion_Sample ImageScroll_Sample GR-PEACH_LCD_4_3inch_Save_to_USB ... more
window_surfaces_ex.h File Reference
Go to the source code of this file.
Functions | |
| errnum_t | R_WINDOW_SURFACES_DoMessageLoop (window_surfaces_t *self) |
| Emulate message loop function. | |
| errnum_t | R_WINDOW_SURFACES_AccessLayerAttributes (window_surfaces_t *self, layer_attributes_t *in_out_Attributes) |
| Set or get by <layer_attributes_t> | |
| errnum_t | R_VRAM_EX_STACK_Initialize (vram_ex_stack_t *self, void *NullConfig) |
| R_VRAM_EX_STACK_Initialize. | |
| errnum_t | R_VRAM_EX_STACK_Alloc (vram_ex_stack_t *self, frame_buffer_t *in_out_FrameBuffer) |
| Allocate VRAM from external RAM. | |
| errnum_t | R_VRAM_EX_STACK_Free (vram_ex_stack_t *self, frame_buffer_t *frame_buffer) |
| Free VRAM to external RAM. | |
Detailed Description
- Module:
- CLibCommon
- PublicVersion:
- 1.00
(=CLIB_VERSION)
- Rev:
- 47
- Date:
- 2014-01-06 18:18:48 +0900#
Definition in file window_surfaces_ex.h.
Function Documentation
| errnum_t R_VRAM_EX_STACK_Alloc | ( | vram_ex_stack_t * | self, |
| frame_buffer_t * | in_out_FrameBuffer | ||
| ) |
Allocate VRAM from external RAM.
- Parameters:
-
self vram_ex_stack_t in_out_FrameBuffer frame_buffer_t
- Returns:
- Error code, 0=No error
- Description
- (input) - >stride, ->height, ->buffer_count
- (output) - >buffer_address[(all)]
Definition at line 2153 of file window_surfaces.c.
| errnum_t R_VRAM_EX_STACK_Free | ( | vram_ex_stack_t * | self, |
| frame_buffer_t * | frame_buffer | ||
| ) |
Free VRAM to external RAM.
- Parameters:
-
self vram_ex_stack_t frame_buffer frame_buffer_t
- Returns:
- Error code, 0=No error
- Description
- If frame_buffer - >buffer_count == 0, do nothing.
Definition at line 2162 of file window_surfaces.c.
| errnum_t R_VRAM_EX_STACK_Initialize | ( | vram_ex_stack_t * | self, |
| void * | NullConfig | ||
| ) |
R_VRAM_EX_STACK_Initialize.
- Parameters:
-
self vram_ex_stack_t NullConfig NULL
- Returns:
- Error Code. 0=No Error.
Definition at line 2127 of file window_surfaces.c.
| errnum_t R_WINDOW_SURFACES_AccessLayerAttributes | ( | window_surfaces_t * | self, |
| layer_attributes_t * | in_out_Attributes | ||
| ) |
Set or get by <layer_attributes_t>
- Parameters:
-
self window_surfaces_t in_out_Attributes <layer_attributes_t>
- Returns:
- Error code, 0=No error
Definition at line 1616 of file window_surfaces.c.
| errnum_t R_WINDOW_SURFACES_DoMessageLoop | ( | window_surfaces_t * | self ) |
Emulate message loop function.
- Parameters:
-
self window_surfaces_t
- Returns:
- Error code, 0=No error
Definition at line 1603 of file window_surfaces.c.
Generated on Tue Jul 12 2022 11:15:10 by
1.7.2