Searched defs:lineHeight (Results 1 - 2 of 2) sorted by relevance
| /openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/ |
| H A D | AnnotatedMemoryPanel.java | 134 int lineHeight; 138 lineHeight = (int) bounds.getHeight(); 146 int numLines = rect.height / lineHeight; 179 scrollOffset = scrollOffset * lineHeight / (int) addressSize; 183 int curY = lineHeight; 195 curY += lineHeight; 219 layoutAnnotations(va, g, curTextX, startAddr, lineHeight); 243 int lineStartY = (int) (lineStartAddr.minus(startAddr) * lineHeight / addressSize) + 244 (lineHeight / 3); 247 int lineEndY = (int) (lineEndAddr.minus(startAddr) * lineHeight / addressSiz 451 layoutAnnotations(java.util.List va, Graphics g, int x, Address startAddr, int lineHeight) argument 558 layoutBefore(Annotation anno, Annotation constraintAnno, Graphics g, int x, Address startAddr, int lineHeight) argument 582 layoutAfter(Annotation anno, Annotation constraintAnno, Graphics g, int x, Address startAddr, int lineHeight) argument [all...] |
| /openjdk7/jaxp/src/org/w3c/dom/css/ |
| H A D | CSS2Properties.java | 907 public void setLineHeight(String lineHeight) argument
|
Completed in 47 milliseconds