Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/include/charPipeline/tc/
DTCLayer.h55 void TCSetLayerAttributes( TCLayer* ly, u32 type, u32 width,
/RvlSDK-3.1.4/build/libraries/tc/src/
DTCLayer.cpp98 void TCSetLayerAttributes ( TCLayer* ly, u32 type, u32 width, u32 height ) in TCSetLayerAttributes() function
371TCSetLayerAttributes( &lyColor, LY_IMAGE_COLOR_RGB24, imPtr->lyColor.width, imPtr->lyColor.height … in TCConvertCI_To_RGB()
/RvlSDK-3.1.4/build/tools/TexConv/src/
Dtga.cpp340 TCSetLayerAttributes( newLayer, type, tga->width, tga->height ); in CreateTgaColorLayer()
492 TCSetLayerAttributes( newLayer, LY_IMAGE_ALPHA_A8, tga->width, tga->height ); in CreateTgaAlphaLayer()