Home
last modified time | relevance | path

Searched refs:fn (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-2.1/build/demos/videmo/src/
Dviewer.c290 char* fn; in idle() local
298 if( NULL == (fn = OSAlloc(OSRoundUp32B(fnlength))) ) in idle()
304 strcpy(fn, dirent.name); in idle()
305 fn[fnlength - 2] = 'b'; in idle()
307 OSReport("fn is %s\n", fn); in idle()
309 readConvertBmp(fn, ip->image + firstLength, &width, &height); in idle()
/RvlSDK-2.1/build/demos/gddemo/src/
Dgd-texture-gc.c254 u32 fn; in PatchTexPtrs() local
268 fn = tplFileNums[i]; in PatchTexPtrs()
269 ASSERTMSG( fn < numTplFiles, "TPL number out of range"); in PatchTexPtrs()
272 tdescp = TPLGet(tplFilePtrs[fn], tplTexNums[i]); in PatchTexPtrs()