Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/tc/src/
DTCLayer.cpp185 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()
DTCMipmap.cpp367 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/
DTCLayer.h59 void TCSetLayerValue ( TCLayer* ly, u32 x, u32 y, u16 ria,
/RvlSDK-3.2.2/build/tools/TexConv/src/
Dtga.cpp451 TCSetLayerValue( newLayer, col, row, r, g, b ); in CreateTgaColorLayer()
574 TCSetLayerValue( newLayer, col, row, a, 0, 0 ); in CreateTgaAlphaLayer()