MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > a) Common Functions > lePixelBufferOffsetGet Function
MPLAB® Harmony Graphics Suite
lePixelBufferOffsetGet Function
C
LIB_EXPORT leBuffer lePixelBufferOffsetGet(
    const lePixelBuffer* const buffer, 
    uint32_t x, 
    uint32_t y
);
Parameters
Parameters 
Description 
const lePixelBuffer* 
the source buffer 
const lePoint* 
the point for which the offset should be calculated 
Returns

leBuffer - the pointer to the offset point in the source buffer

MPLAB® Harmony Graphics Suite