Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Utility/
Ddemo_TextureConverter.cpp164 u32 column = (no % textureInformation->blocksInRow); in ReadBlock() local
182 (column * pixelByte * TEXTURE_BLOCK_SIZE); in ReadBlock()
199 u32 column = (no % textureInformation->blocksInRow); in WriteBlock() local
213 textureInformation->blocksInRow) + column * pixelByte * TEXTURE_BLOCK_SIZE; in WriteBlock()
219 column * pixelByte * TEXTURE_BLOCK_SIZE; in WriteBlock()
233 … ((textureInformation->blocksInCol - row - 1) * textureInformation->blocksInRow + column) * in WriteBlock()