Home
last modified time | relevance | path

Searched refs:makeBlack (Results 1 – 11 of 11) sorted by relevance

/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/java/org/apache/commons/collections/
H A DDoubleOrderedMap.java817 makeBlack(getParent(currentNode, index), index); in doRedBlackInsert()
818 makeBlack(y, index); in doRedBlackInsert()
829 makeBlack(getParent(currentNode, index), index); in doRedBlackInsert()
844 makeBlack(getParent(currentNode, index), index); in doRedBlackInsert()
845 makeBlack(y, index); in doRedBlackInsert()
856 makeBlack(getParent(currentNode, index), index); in doRedBlackInsert()
866 makeBlack(rootNode[index], index); in doRedBlackInsert()
964 makeBlack(siblingNode, index); in doRedBlackDeleteFixup()
989 makeBlack(getParent(currentNode, index), index); in doRedBlackDeleteFixup()
999 makeBlack(siblingNode, index); in doRedBlackDeleteFixup()
[all …]
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/java/org/apache/commons/collections/bidimap/
H A DTreeBidiMap.java955 makeBlack(getParent(currentNode, index), index); in doRedBlackInsert()
956 makeBlack(y, index); in doRedBlackInsert()
967 makeBlack(getParent(currentNode, index), index); in doRedBlackInsert()
980 makeBlack(getParent(currentNode, index), index); in doRedBlackInsert()
981 makeBlack(y, index); in doRedBlackInsert()
992 makeBlack(getParent(currentNode, index), index); in doRedBlackInsert()
1002 makeBlack(rootNode[index], index); in doRedBlackInsert()
1086 makeBlack(siblingNode, index); in doRedBlackDeleteFixup()
1108 makeBlack(getParent(currentNode, index), index); in doRedBlackDeleteFixup()
1118 makeBlack(siblingNode, index); in doRedBlackDeleteFixup()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/doc/
H A Dpalette.h86 void makeBlack();
H A Dpalette.cpp147 void Palette::makeBlack() in makeBlack() function in doc::Palette
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/parallaction/
H A Dgraphics.cpp97 makeBlack(); in Palette()
112 void Palette::makeBlack() { in makeBlack() function in Parallaction::Palette
H A Dgraphics.h246 void makeBlack();
/dports/games/scummvm/scummvm-2.5.1/engines/parallaction/
H A Dgraphics.cpp97 makeBlack(); in Palette()
112 void Palette::makeBlack() { in makeBlack() function in Parallaction::Palette
H A Dgraphics.h258 void makeBlack();
/dports/misc/nn-insight/nn-insight-1.0.5/
H A Dmain-window.cpp1337 auto makeBlack = [&]() { in updateResultInterpretation() local
1444 makeBlack(); in updateResultInterpretation()
1447 makeBlack(); in updateResultInterpretation()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/file/
H A Dfile.cpp566 m_seq.palette->makeBlack(); in operate()
/dports/games/keeperrl/keeperrl-alpha23/
H A Dgui_builder.cpp1787 static Color makeBlack(const Color& col, double freshness) { in makeBlack() function
1801 return makeBlack(getMessageColor(msg.getPriority()), msg.getFreshness()); in getMessageColor()