Searched refs:findColorIndex (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/common/
H A DPaletteBuilder.java173 wr.setSample(x, y, 0, findColorIndex(root, aColor));
201 protected int findColorIndex(ColorNode aNode, Color aColor) { method in class:PaletteBuilder
213 return findColorIndex(aNode.children[childIndex], aColor);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DAnnotatedMemoryPanel.java605 int i = findColorIndex(c);
615 return colors[(findColorIndex(c) + 1) % colors.length];
618 private int findColorIndex(Color c) { method in class:AnnotatedMemoryPanel

Completed in 31 milliseconds