mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Fix move rectangle logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2607 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -284,7 +284,9 @@ EXTERN void nxgl_filltrapezoid_32bpp(FAR NX_PLANEINFOTYPE *pinfo,
|
||||
*
|
||||
* Descripton:
|
||||
* Move a rectangular region from location to another in the
|
||||
* framebuffer memory.
|
||||
* framebuffer/LCD memory. The source is expressed as a rectangle; the
|
||||
* destination position is expressed as a point corresponding to the
|
||||
* translation of the upper, left-hand corner.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user