MPLAB® Harmony Graphics Suite
|
LIB_EXPORT GFX_Result GFX_PixelBufferAreaSet_Unsafe( const GFX_PixelBuffer* const source, const GFX_Rect* const source_rect, const GFX_PixelBuffer* const dest, const GFX_Point* const pnt, GFX_MemoryIntf* mem_intf );
Parameters |
Description |
const GFX_PixelBuffer* const source |
the source buffer |
const GFX_Rect* const source_rect |
the rectangle of the source buffer to use |
const GFX_PixelBuffer* const dest |
the destination buffer to copy to |
const GFX_Point* const pnt |
the location of the destination to copy to |
GFX_MemoryIntf* |
the memory interface to use for memory operations |
GFX_Result
MPLAB® Harmony Graphics Suite
|