Home
last modified time | relevance | path

Searched refs:bmpDataPtr (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/Demo/DrawTexture2d/
Dgx_DrawTexture2d.cpp300 u8* bmpDataPtr = bmpDataBuffer; in GetTextureDataFromBmpFileData() local
301 bmpDataPtr += 3 * (bmpWidth * y + x); in GetTextureDataFromBmpFileData()
303 (*textureDataPtr) = (*(bmpDataPtr + 2)); in GetTextureDataFromBmpFileData()
305 (*textureDataPtr) = (*(bmpDataPtr + 1)); in GetTextureDataFromBmpFileData()
308 (*textureDataPtr) = (*(bmpDataPtr + 0)); in GetTextureDataFromBmpFileData()