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

/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLUtilities.java190 * @param componentHeight height of the component to be painted
197 int componentHeight)
217 int y1 = surfaceBounds.height - (y0 + componentHeight);
219 return new Rectangle(x1, y1, componentWidth, componentHeight);
195 getOGLViewport(Graphics g, int componentWidth, int componentHeight) argument

Completed in 23 milliseconds