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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_report_decorator.h 39 const char *Cyan() const { return ansi_ ? "\033[1m\033[36m" : ""; }
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
ColorRGBA.java 94 * the color cyan (0,1,1).
96 public static final ColorRGBA Cyan = new ColorRGBA(0f, 1f, 1f, 1f);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 222 Cyan = 0x00ffff,
winddi.h 218 CIECHROMA Cyan;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluscolor.h 81 static const ARGB Cyan = 0xFF00FFFF;

Completed in 194 milliseconds