HomeSort by relevance Sort by last modified time
    Searched full:nextcolor (Results 1 - 6 of 6) sorted by null

  /external/jmonkeyengine/engine/src/test/jme3test/material/
TestColoredTexture.java 45 private ColorRGBA nextColor;
65 nextColor = ColorRGBA.randomColor();
74 prevColor = nextColor;
75 nextColor = ColorRGBA.randomColor();
78 currentColor.interpolate(prevColor, nextColor, time);
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 74 // NextColor - Next "color" that's not yet used.
75 int NextColor;
86 MachineFunctionPass(ID), NextColor(-1) {
207 NextColor = AllColors.find_first();
244 assert(NextColor != -1 && "No more spill slots?");
245 Color = NextColor;
247 NextColor = AllColors.find_next(NextColor);
331 while (NextColor != -1) {
332 DEBUG(dbgs() << "Removing unused stack object fi#" << NextColor << "\n")
    [all...]
  /developers/build/prebuilts/gradle/SlidingTabsBasic/SlidingTabsBasicSample/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 133 int nextColor = tabColorizer.getIndicatorColor(mSelectedPosition + 1);
134 if (color != nextColor) {
135 color = blendColors(nextColor, color, mSelectionOffset);
  /developers/build/prebuilts/gradle/SlidingTabsColors/SlidingTabsColorsSample/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 133 int nextColor = tabColorizer.getIndicatorColor(mSelectedPosition + 1);
134 if (color != nextColor) {
135 color = blendColors(nextColor, color, mSelectionOffset);
  /developers/samples/android/common/src/java/com/example/android/common/view/
SlidingTabStrip.java 133 int nextColor = tabColorizer.getIndicatorColor(mSelectedPosition + 1);
134 if (color != nextColor) {
135 color = blendColors(nextColor, color, mSelectionOffset);
  /external/e2fsprogs/e2fsck/
dict.c 683 dnode_color_t nextcolor = next->color; local
715 delete->color = nextcolor;
    [all...]

Completed in 340 milliseconds