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

/openjdk7/jdk/src/share/classes/java/awt/
H A DContainer.java4069 final void recursiveSubtractAndApplyShape(Region shape) { method in class:Container
4070 recursiveSubtractAndApplyShape(shape, getTopmostComponentIndex(), getBottommostComponentIndex());
4073 final void recursiveSubtractAndApplyShape(Region shape, int fromZorder) { method in class:Container
4074 recursiveSubtractAndApplyShape(shape, fromZorder, getBottommostComponentIndex());
4077 final void recursiveSubtractAndApplyShape(Region shape, int fromZorder, int toZorder) { method in class:Container
4101 ((Container)comp).recursiveSubtractAndApplyShape(shape);
H A DComponent.java9952 parent.recursiveSubtractAndApplyShape(opaqueShape, getSiblingIndexBelow());
9957 parent2.recursiveSubtractAndApplyShape(opaqueShape, parent.getSiblingIndexBelow());
10028 parent.recursiveSubtractAndApplyShape(getOpaqueShape(), getSiblingIndexBelow(), oldZorder);

Completed in 60 milliseconds