Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/libraries/tc/src/
DTCLayer.cpp106 case LY_IMAGE_COLOR_RGB24: // fall through in TCSetLayerAttributes()
141 case LY_IMAGE_COLOR_RGB24: in TCSetLayerBuffer()
199 case LY_IMAGE_COLOR_RGB24: in TCSetLayerValue()
252 case LY_IMAGE_COLOR_RGB24: in TCGetLayerValue()
371 …TCSetLayerAttributes( &lyColor, LY_IMAGE_COLOR_RGB24, imPtr->lyColor.width, imPtr->lyColor.height … in TCConvertCI_To_RGB()
404 case LY_IMAGE_COLOR_RGB24: in TCSetLayerType()
DTCTPLToolbox.cpp1324 case LY_IMAGE_COLOR_RGB24: in TCWriteTplImageBank()
1442 if( srcLayer->type == LY_IMAGE_COLOR_RGB24 ) in TCPackTile_I4()
1542 if( srcLayer->type == LY_IMAGE_COLOR_RGB24 ) in TCPackTile_I8()
1637 if( colorLayer->type == LY_IMAGE_COLOR_RGB24 ) in TCPackTile_IA4()
1738 if( colorLayer->type == LY_IMAGE_COLOR_RGB24 ) in TCPackTile_IA8()
/RvlSDK-3.1/include/charPipeline/tc/
DTCLayer.h36 #define LY_IMAGE_COLOR_RGB24 0x0001 macro
/RvlSDK-3.1/build/tools/TexConv/src/
Dtga.cpp335 case 2: type = LY_IMAGE_COLOR_RGB24; break; // truecolor in CreateTgaColorLayer()
336 case 3: type = LY_IMAGE_COLOR_RGB24; break; // monochrome in CreateTgaColorLayer()