Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/libraries/tc/src/
DTCLayer.cpp83 static void TCSetLayerType ( TCLayer* ly, u32 type );
84 static void TCSetLayerDimensions( TCLayer* ly, u32 width, u32 height );
98 void TCSetLayerAttributes ( TCLayer* ly, u32 type, u32 width, u32 height ) in TCSetLayerAttributes() argument
100 TCAssertMsg( (ly != NULL), "TCSetLayerAttributes: NULL layer ptr\n" ); in TCSetLayerAttributes()
111 TCSetLayerType( ly, type ); in TCSetLayerAttributes()
112 TCSetLayerDimensions(ly, width, height); in TCSetLayerAttributes()
124 u8* TCSetLayerBuffer ( TCLayer* ly ) in TCSetLayerBuffer() argument
129 TCAssertMsg( (ly != NULL), "TCSetLayerBuffer: NULL layer ptr\n" ); in TCSetLayerBuffer()
130 TCAssertMsg( (ly->width ), "TCSetLayerBuffer: layer width is not set\n" ); in TCSetLayerBuffer()
131 TCAssertMsg( (ly->height), "TCSetLayerBuffer: layer height is not set\n" ); in TCSetLayerBuffer()
[all …]
/RvlSDK-3.1.4/include/charPipeline/tc/
DTCLayer.h55 void TCSetLayerAttributes( TCLayer* ly, u32 type, u32 width,
58 u8* TCSetLayerBuffer ( TCLayer* ly );
59 void TCSetLayerValue ( TCLayer* ly, u32 x, u32 y, u16 ria,
62 void TCGetLayerValue ( TCLayer* ly, u32 x, u32 y, u16* riaPtr,
/RvlSDK-3.1.4/build/demos/gxdemo/src/Lighting/
Dlit-tx-alpha.c603 s16 lx, ly, lz; in SetLight() local
618 ly = DefaultLightPos[i][1]; in SetLight()
622 GXInitLightPos(&lightCtrl[i].lobj, lx, ly, lz); in SetLight()