Searched defs:fromZorder (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DContainer.java4073 final void recursiveSubtractAndApplyShape(Region shape, int fromZorder) { argument
4074 recursiveSubtractAndApplyShape(shape, fromZorder, getBottommostComponentIndex());
4077 final void recursiveSubtractAndApplyShape(Region shape, int fromZorder, int toZorder) { argument
4081 "; shape=" + shape + "; fromZ=" + fromZorder + "; toZ=" + toZorder);
4083 if (fromZorder == -1) {
4095 for (int index = fromZorder; index <= toZorder; index++) {
4110 final void recursiveApplyCurrentShape(int fromZorder) { argument
4111 recursiveApplyCurrentShape(fromZorder, getBottommostComponentIndex());
4114 final void recursiveApplyCurrentShape(int fromZorder, int toZorder) { argument
4118 "; fromZ=" + fromZorder
[all...]

Completed in 42 milliseconds