Home
last modified time | relevance | path

Searched refs:change (Results 1 – 5 of 5) sorted by relevance

/RvlSDK-3.3/build/demos/axdemo/src/
Daxart3ddemo.c497 static GXColor change = { 0, 64, 128, 255 }; variable
559 GXSetChanMatColor( GX_COLOR0A0, change ); in DrawTick()
565 change.r++; in DrawTick()
566 if (255 == change.r) in DrawTick()
573 change.r--; in DrawTick()
574 if (0 == change.r) in DrawTick()
582 change.g++; in DrawTick()
583 if (255 == change.g) in DrawTick()
590 change.g--; in DrawTick()
591 if (0 == change.g) in DrawTick()
[all …]
/RvlSDK-3.3/build/buildtools/
Deppccleandepend.sed4 # change all back slashes
10 # change all spaces
Dcommondefs40 # Note that if you change ROOT, you must change the BUILDTOOLS_ROOT
Dmodulerules147 # if we're building debug versions, need to change names of built libs/bins
/RvlSDK-3.3/vcmv/
DReadme_en.txt140 on relative paths so they should work without any change.
312 change the Squash flag setting.
424 a change in the format of html content.
429 removing the preloading commands caused a change in the start-up
489 * Fixed a problem with using the "+" or "-" button to change page whilst in the
492 fade change. This fixes the following bug reported by NCL debug team:
494 direction pad, then pressing '-' or '+' to change to a different page,
495 the normal fade-in effect does not occur, and either an abrupt change
496 or a jumpy change occurs." (translation)