Data Structure Documentation
FM4, S6E2DH/S6E2DF/S6E2D5/S6E2D3 Series, 32-Bit Microcontroller, Graphic Driver User Manual, Doc. No. 002-04387 Rev. *A
210
12.9.2.3 MM_ERROR CreateBuffer ( MM_U32 bit_red, MM_U32 bit_green, MM_U32 bit_blue,
MM_U32 bit_alpha ) [inline]
Create one or more pixel buffers with the size of the window.
Parameters
in
bit_red
Number of red bits in the buffer(s).
in
bit_green
Number of green bits in the buffer(s).
in
bit_blue
Number of blue bits in the buffer(s).
in
bit_alpha
Number of alpha bits in the buffer(s).
Return values
MML_OK
on success. Otherwise the related error code or
MML_ERR.
12.9.2.4 MM_ERROR CreateGrayBuffer ( MM_U32 bit_color, MM_U32 bit_alpha ) [inline]
Create one or more pixel buffers with the size of the window and a grey pixel format.
Parameters
in
bit_color
Number of grey bits in the buffer(s).
in
bit_alpha
Number of alpha bits in the buffer(s).
Return values
MML_OK
on success. Otherwise the related error code or
MML_ERR.
12.9.2.5 virtual MM_ERROR Swap ( ) [inline], [virtual]
Push the current buffer to the display and select the next buffer (if any) for next drawing operations.
Return values
MML_OK
on success. Otherwise the related error code or
MML_ERR.
12.9.3 Field Documentation
12.9.3.1 CSurface<NUM_BUFFERS> m_surface
The surface (array) for this window.
The documentation for this class was generated from the following file:
ut_class_window.h