Searched refs:topInset (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/share/classes/javax/swing/text/html/ |
H A D | ImageView.java | 114 private short topInset; field in class:ImageView 272 topInset = bottomInset = (short)(getIntAttr(HTML.Attribute.VSPACE, 357 g.clipRect(rect.x + leftInset, rect.y + topInset, 359 rect.height - topInset - bottomInset); 370 rect.x + leftInset, rect.y + topInset); 375 g.drawImage(img, rect.x + leftInset, rect.y + topInset, 383 rect.x + leftInset, rect.y + topInset); 391 (rect.x + leftInset + DEFAULT_WIDTH, rect.y + topInset, 393 rect.height - topInset - bottomInset); 420 int yOffset = topInset [all...] |
/openjdk7/jdk/src/share/classes/javax/swing/text/ |
H A D | AsyncBoxView.java | 92 return topInset; 101 topInset = i; 896 float topInset; field in class:AsyncBoxView
|
/openjdk7/jdk/src/windows/native/sun/java2d/windows/ |
H A D | GDIWindowSurfaceData.cpp | 1056 int topInset = wsdo->insets.top; local 1067 lpRgnData->rdh.rcBound.top = clipInfo.bounds.y1 - topInset; 1069 lpRgnData->rdh.rcBound.bottom = clipInfo.bounds.y2 - topInset; 1073 pRect->top = span.y1 - topInset; 1075 pRect->bottom = span.y2 - topInset;
|
Completed in 41 milliseconds