Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/tgaReader/
DtgaReader.cpp119 u32 pixelCounts; in DecodeRLEImage() local
129 pixelCounts = chunkheader - dataType + 1; in DecodeRLEImage()
178 for (u32 i = 0; i < pixelCounts; i++) in DecodeRLEImage()
203 for (u32 i = 0; i < pixelCounts; i++) in DecodeRLEImage()