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

  /external/jmonkeyengine/engine/src/core/com/jme3/math/
ColorRGBA.java 54 * the color black (0,0,0).
56 public static final ColorRGBA Black = new ColorRGBA(0f, 0f, 0f, 1f);
110 * the black color with no alpha (0, 0, 0, 0);
  /external/webkit/Source/WebCore/platform/graphics/gpu/
PODRedBlackTree.h 26 // A red-black tree, which is a form of a balanced binary tree. It
35 // The data type T that is stored in this red-black tree must be only
51 // Note that when complex types are stored in this red/black tree, it
63 // This red-black tree is designed to be _augmented_; subclasses can
69 // The design of this red-black tree comes from Cormen, Leiserson,
104 // Constructs a new red-black tree, allocating temporary objects
116 // Constructs a new red-black tree, allocating temporary objects
195 Black
252 // augmenting the red-black tree with additional per-node summary
355 // Helper for maintaining the augmented red-black tree
    [all...]

Completed in 71 milliseconds