Searched refs:TCSetLayerValue (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-3.2.2/build/libraries/tc/src/ |
| D | TCLayer.cpp | 185 void TCSetLayerValue ( TCLayer* ly, u32 x, u32 y, u16 ria, u8 g, u8 b ) in TCSetLayerValue() function 318 TCSetLayerValue(newLy, col, row, r, g, b); in TCMakeImColorLayer() 347 TCSetLayerValue(newLy, col, row, a, NULL, NULL); in TCMakeImAlphaLayer() 386 TCSetLayerValue( &lyColor, col, row, (u16)r, g, b ); in TCConvertCI_To_RGB()
|
| D | TCMipmap.cpp | 367 TCSetLayerValue( dstC, dstCol, dstRow, r, g, b ); in TCBoxFilter() 373 TCSetLayerValue( dstA, dstCol, dstRow, a, 0, 0 ); in TCBoxFilter()
|
| /RvlSDK-3.2.2/include/charPipeline/tc/ |
| D | TCLayer.h | 59 void TCSetLayerValue ( TCLayer* ly, u32 x, u32 y, u16 ria,
|
| /RvlSDK-3.2.2/build/tools/TexConv/src/ |
| D | tga.cpp | 451 TCSetLayerValue( newLayer, col, row, r, g, b ); in CreateTgaColorLayer() 574 TCSetLayerValue( newLayer, col, row, a, 0, 0 ); in CreateTgaAlphaLayer()
|