MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > a) Common Functions > lePixelBufferOffsetGet_Unsafe Function
MPLAB® Harmony Graphics Suite
lePixelBufferOffsetGet_Unsafe Function
C
LIB_EXPORT leBuffer lePixelBufferOffsetGet_Unsafe(
    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