Searched refs:LY_IMAGE_COLOR_RGB24 (Results 1 – 4 of 4) sorted by relevance
106 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()
1324 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()
36 #define LY_IMAGE_COLOR_RGB24 0x0001 macro
335 case 2: type = LY_IMAGE_COLOR_RGB24; break; // truecolor in CreateTgaColorLayer()336 case 3: type = LY_IMAGE_COLOR_RGB24; break; // monochrome in CreateTgaColorLayer()