Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/tgaReader/
DtgaReader.cpp45 TGA_HEADER hdr; member
140 if ((pTGAD->hdr.imageType & 0x03) == 1) { in DecodeRLEImage()
211 if ((pTGAD->hdr.imageType & 0x03) == 1) { in DecodeRLEImage()
288 if ((pTGAD->hdr.imageType & 0x03) == 1) { in ReadRawImage()
350 pSurface->width = pTGAD->hdr.dwWidth; in GetGX2TextureInfo()
351 pSurface->height = pTGAD->hdr.dwHeight; in GetGX2TextureInfo()
417 dwWidth = pTGAD->hdr.dwWidth; in GenericLoadFunction()
418 dwHeight = pTGAD->hdr.dwHeight; in GenericLoadFunction()
458 size_t size = (size_t)(dwWidth * dwHeight * pTGAD->hdr.colorDepth / 8); in LoopRGBA()
459 bool isRLE = (pTGAD->hdr.imageType & 0x08) != 0; in LoopRGBA()
[all …]