HomeSort by relevance Sort by last modified time
    Searched defs:White (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_report_decorator.h 32 const char *White() const { return ansi_ ? "\033[1m\033[37m" : ""; }
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
ColorRGBA.java 58 * the color white (1,1,1).
60 public static final ColorRGBA White = new ColorRGBA(1f, 1f, 1f, 1f);
132 * color is the default "white" with all values 1.

Completed in 1447 milliseconds