Searched refs:im (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-3.3/build/libraries/tc/src/ |
| D | TCImageList.cpp | 170 void TCSetImageIndex ( TCImage* im, u32 index ) in TCSetImageIndex() argument 174 TCAssertMsg( (im != NULL), "TCSetImageIndex: NULL image ptr for image %d\n", index ); in TCSetImageIndex() 176 im->index = index; in TCSetImageIndex() 180 void TCSetImageLayerAtt ( TCImage* im, u32 colorLayer, u32 alphaLayer ) in TCSetImageLayerAtt() argument 183 TCAssertMsg( (im != NULL), "TCSetImageLayerAtt: NULL image ptr\n" ); in TCSetImageLayerAtt() 190 …= TC_UNUSED), "TCSetImageLayerAtt: invalid color layer %d for image %d\n", colorLayer, im->index ); in TCSetImageLayerAtt() 192 im->colorSrcImage = colorLayer; in TCSetImageLayerAtt() 193 im->alphaSrcImage = alphaLayer; in TCSetImageLayerAtt() 197 void TCSetImageWrap ( TCImage* im, u32 wrapS, u32 wrapT ) in TCSetImageWrap() argument 200 TCAssertMsg( (im != NULL), "TCSetImageWrap: NULL image ptr\n" ); in TCSetImageWrap() [all …]
|
| /RvlSDK-3.3/build/libraries/tc/include/ |
| D | TCImageList.h | 107 void TCSetImageIndex ( TCImage* im, u32 index ); 109 void TCSetImageLayerAtt ( TCImage* im, u32 colorLayer, u32 alphaLayer ); 110 void TCSetImageWrap ( TCImage* im, u32 wrapS, u32 wrapT ); 112 void TCSetImageTexelFormat ( TCImage* im, u32 texelFmt ); 114 void TCSetImageMipMap ( TCImage* im, u32 minLOD, u32 maxLOD, u32 baseLOD ); 116 u32 TCFindImagePos ( TCImage* im );
|
| /RvlSDK-3.3/build/demos/kpaddemo/src/ |
| D | sample.c | 206 s32 i,w,k, im,wm,km ; in move_cursor() local 240 im = i ; in move_cursor() 247 csr_i = im ; in move_cursor()
|
| D | mpls.c | 205 s32 i,w,k, im,wm,km ; in move_cursor() local 239 im = i ; in move_cursor() 246 csr_i = im ; in move_cursor()
|