Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/tgaReader/
DtgaReader.cpp39 unsigned char colorDepth; member
458 size_t size = (size_t)(dwWidth * dwHeight * pTGAD->hdr.colorDepth / 8); in LoopRGBA()
479 if(DecodeRLEImage(pFile, pTGAD, pData, dwWidth, dwHeight, pTGAD->hdr.colorDepth)) in LoopRGBA()
487 if(ReadRawImage(pFile, pTGAD, pData, dwWidth, dwHeight, pTGAD->hdr.colorDepth)) in LoopRGBA()