MPLAB® Harmony Graphics Suite
|
LIB_EXPORT GFX_Result GFX_PixelBufferCopy( const GFX_PixelBuffer* const buffer, GFX_MemoryIntf* mem_intf, GFX_PixelBuffer* result );
Parameters |
Description |
const GFX_PixelBuffer* const buffer |
the source buffer |
GFX_MemoryIntf* |
the memory interface to use for memory operations |
GFX_PixelBuffer* |
the result buffer |
GFX_Result
MPLAB® Harmony Graphics Suite
|