Searched refs:bounds (Results 151 - 175 of 230) sorted by relevance

12345678910

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DByteIndexed.h71 SetByteIndexedStoreVarsYPos(PREFIX, pRasInfo, (pRasInfo)->bounds.y1); \
76 SetByteIndexedStoreVarsXPos(PREFIX, pRasInfo, (pRasInfo)->bounds.x1);
H A DUshortIndexed.h78 SetUshortIndexedStoreVarsYPos(PREFIX, pRasInfo, (pRasInfo)->bounds.y1); \
83 SetUshortIndexedStoreVarsXPos(PREFIX, pRasInfo, (pRasInfo)->bounds.x1);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXPopupMenuPeer.java149 Rectangle bounds = getWindowBounds(pt, dim);
150 reshape(bounds);
H A DXWindowPeer.java489 Rectangle bounds = getBounds();
493 bounds.x, bounds.y, bounds.width, bounds.height);
496 boolean isResized = !bounds.getSize().equals(oldBounds.getSize());
497 boolean isMoved = !bounds.getLocation().equals(oldBounds.getLocation());
1008 Rectangle bounds = getBounds();
1011 bounds.x, bounds
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLEditorKit.java765 Rectangle bounds;
772 bounds = lBounds.getBounds();
773 bounds.add((rBounds instanceof Rectangle) ?
776 bounds = null;
778 if (bounds != null) {
779 AttributeSet area = m.getArea(x - bounds.x,
780 y - bounds.y,
781 bounds.width,
782 bounds.height);
2033 * @param bounds th
2039 paintLayer(Graphics g, int offs0, int offs1, Shape bounds, JTextComponent c, View view) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DPopupFactory.java493 Rectangle bounds = component.getBounds();
496 parent.repaint(bounds.x, bounds.y, bounds.width,
497 bounds.height);
597 // to get screen bounds
H A DJTree.java1296 Rectangle bounds = getRowBounds(row);
1304 || p.y < bounds.y
1305 || p.y >= bounds.y + bounds.height;
1332 Section section = SwingUtilities2.liesInVertical(bounds, p, checkOn);
2132 Rectangle bounds = getPathBounds(path);
2134 if(bounds != null) {
2135 scrollRectToVisible(bounds);
2276 * location is not within the bounds of a displayed cell
2287 * the node is exactly at x, y, get the node's bounds an
[all...]
/openjdk7/jdk/test/java/awt/regtesthelpers/
H A DUtil.java139 Rectangle bounds = new Rectangle(comp.getLocationOnScreen(), comp.getSize());
140 robot.mouseMove(bounds.x + bounds.width / 2, bounds.y + bounds.height / 2);
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DVariableHeightLayoutCache.java209 * @param placeIn the bounds of the enclosing rectangle
210 * @return the bounds of the enclosing rectangle or <code>null</code>
267 * Instructs the <code>LayoutCache</code> that the bounds for
302 * @param bounds the region being queried
304 public int getPreferredWidth(Rectangle bounds) { argument
316 * returned object is exactly at x, y you should get the bounds for
711 * Retursn the bounds for row, <code>row</code> by reference in
1359 Rectangle bounds = getNodeDimensions(this.getUserObject(),
1364 if(bounds == null) {
1369 else if(bounds
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DExtendedTextSourceLabel.java201 * The logical bounds extends from the origin of the glyphvector to the
213 * the glyphs). Anyway, the left of the bounds is the origin of the first
240 * advance, as their bounds (right and left) are already correct.
404 Rectangle2D bounds = decorator.getCharVisualBounds(this, index);
406 bounds.setRect(bounds.getX()+x,
407 bounds.getY()+y,
408 bounds.getWidth(),
409 bounds.getHeight());
411 return bounds;
[all...]
H A DFileFontStrike.java85 /* Outline bounds are used when printing and when drawing outlines
91 * Should also profile whether subsequent to getting the bounds, the
94 * the bounds and again to return the outline to the client.
97 * outline retrieved. This assumes that bounds then outline will always
98 * be retrieved for a glyph rather than retrieving bounds for all glyphs
870 * This returns bounds in device space. Currently the only
891 Rectangle2D.Float bounds = boundsMap.get(key);
893 if (bounds == null) {
894 bounds = fileFont.getGlyphOutlineBounds(pScalerContext, glyphCode);
895 boundsMap.put(key, bounds);
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DFrame.java76 * area could span multiple physical screen devices, the bounds of all
98 * <code>GraphicsConfiguration</code>. If the bounds of the
107 * Rectangle bounds = gc.getBounds();
108 * f.setLocation(10 + bounds.x, 10 + bounds.y);
283 * Maximized bounds for this frame.
841 * Sets the maximized bounds for this frame.
844 * defaults bounds. This method allows some or all of those
847 * If <code>bounds</code> is <code>null</code>, accept bounds
863 setMaximizedBounds(Rectangle bounds) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java1463 * Returns the bounds of the specified tab index. The bounds are
1514 * Returns the bounds of the specified tab in the coordinate space
2442 Rectangle bounds = tabPane.getBounds();
2470 cw = bounds.width - totalTabWidth -
2473 ch = bounds.height - totalTabHeight -
2481 int tabContainerWidth = totalTabWidth == 0 ? bounds.width :
2484 int tabContainerHeight = totalTabHeight == 0 ? bounds.height :
2491 tabContainerY = bounds.height - tabContainerHeight;
2493 tabContainerX = bounds
[all...]
H A DBasicScrollPaneUI.java772 Rectangle bounds = view.getBounds();
774 vp.setViewPosition(new Point(bounds.width - visRect.width,
775 bounds.height - visRect.height));
778 bounds.height - visRect.height));
791 Rectangle bounds = view.getBounds();
792 vp.setViewPosition(new Point(bounds.width - visRect.width, 0));
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java1349 * Returns the bounds of the specified tab index. The bounds are
1399 * Returns the bounds of the specified tab in the coordinate space
2284 final Rectangle bounds = tabPane.getBounds();
2312 cw = bounds.width - totalTabWidth - insets.left - insets.right - contentInsets.left - contentInsets.right;
2313 ch = bounds.height - totalTabHeight - insets.top - insets.bottom - contentInsets.top - contentInsets.bottom;
2319 final int tabContainerWidth = totalTabWidth == 0 ? bounds.width : totalTabWidth + insets.left + insets.right + contentInsets.left + contentInsets.right;
2320 final int tabContainerHeight = totalTabHeight == 0 ? bounds.height : totalTabHeight + insets.top + insets.bottom + contentInsets.top + contentInsets.bottom;
2325 tabContainerY = bounds.height - tabContainerHeight;
2327 tabContainerX = bounds
[all...]
H A DAquaInternalFrameUI.java348 // helpful debug drawing, shows component and content bounds
569 // Make sure we stay in-bounds
629 final Rectangle bounds = f.getBounds();
630 if (bounds.contains(parentPoint)) return f;
637 final Rectangle bounds = frame.getBounds();
642 if (point.x > bounds.width - insets.right) return true;
644 if (point.y > bounds.height - insets.bottom) return true;
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCRobot.m361 CGRect bounds = { { 0, 0 }, { picWidth, picHeight } };
362 CGContextDrawImage(jPicContextRef, bounds, screenPixelsImage);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DClassUseMapper.java426 Type[] bounds = typeVariables[i].bounds();
427 for (int j = 0; j < bounds.length; j++) {
428 addTypeParameterToMap(map, bounds[j], holder);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/
H A DJTreeTable.java162 * if the receiver is editing a Tree column, the editors bounds is
199 * not fill the bounds of the cell, we need the renderer to paint
371 * table cell editor to fill the cell bounds. We want it to be placed
408 Rectangle bounds = t.getRowBounds(offsetRow);
409 int offset = bounds.x;
/openjdk7/langtools/test/tools/javac/treeannotests/
H A DTestProcessor.java286 if (tree.bounds.isEmpty())
289 result = tree.name + " extends " + print(tree.bounds, "&");
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java112 * and lower bounds.
142 * and lower bounds.
634 //check that type var symbols and bounds are indeed the same
778 // undetvar's lower bounds.
789 // undetvar's lower bounds.
830 * <p>Because of F-bounds, this relation can lead to infinite
834 * bounds, we know:
1254 * Returns the lower bounds of the formals of a method.
1692 * @param bounds the types from which the compound type is formed
1693 * @param supertype is objectType if all bounds ar
1696 makeCompoundType(List<Type> bounds, Type supertype) argument
1731 makeCompoundType(List<Type> bounds) argument
1917 setBounds(TypeVar t, List<Type> bounds, Type supertype) argument
1934 setBounds(TypeVar t, List<Type> bounds) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/print/
H A DRasterPrinterJob.java665 Rectangle bounds = gc.getBounds();
666 int x = bounds.x+bounds.width/3;
667 int y = bounds.y+bounds.height/3;
878 Rectangle bounds = gc.getBounds();
879 int x = bounds.x+bounds.width/3;
880 int y = bounds.y+bounds
[all...]
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLine.java391 Rectangle bounds = r2d.getBounds();
392 BufferedImage im = new BufferedImage(bounds.width + MARGIN * 2,
393 bounds.height + MARGIN * 2,
401 draw(g2d, rx + MARGIN - bounds.x, ry + MARGIN - bounds.y);
404 result.x -= MARGIN - bounds.x;
405 result.y -= MARGIN - bounds.y;
799 * Return the union of the visual bounds of all the components.
801 * bounds (used by carets).
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformWindow.java199 // 1) setting native bounds via nativeSetBounds() call
685 Rectangle bounds = peer.getBounds();
686 setBounds(bounds.x, bounds.y, bounds.width, bounds.height);
769 // but it contains a bounds smaller than the whole screen
943 // move/resize notifications contain a bounds smaller than
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DTextRenderer.cpp61 * The current bounds of the "cached destination" texture, in destination
62 * coordinate space. The width/height of these bounds will not exceed the
63 * D3DTR_CACHED_DEST_WIDTH/HEIGHT values defined above. These bounds are
79 * The bounds of the previously rendered LCD glyph, in destination
80 * coordinate space. We use these bounds to determine whether the glyph
332 * the rectangle defined by bounds.
334 #define INTERSECTS(gx1, gy1, gx2, gy2, bounds) \
335 ((bounds.x2 > (gx1)) && (bounds.y2 > (gy1)) && \
336 (bounds
[all...]

Completed in 119 milliseconds

12345678910