MPLAB® Harmony Graphics Suite
|
LIB_EXPORT GFX_Result GFX_PixelBufferAreaGet( const GFX_PixelBuffer* const buffer, const GFX_Rect* const rect, GFX_MemoryIntf* mem_intf, GFX_PixelBuffer* out );
Parameters |
Description |
const GFX_PixelBuffer* const buffer |
the source buffer |
const GFX_Rect* rect |
the area to extract |
GFX_MemoryIntf* |
the memory interface to use for memory operations |
GFX_PixelBuffer* |
the resultant pixel buffer |
GFX_Result
MPLAB® Harmony Graphics Suite
|