Home
last modified time | relevance | path

Searched refs:yInset (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java80 private transient int yInset = 5; field in DumbTextComponent
536 int y = yInset + lineAscent; in paint2()
548 lastHeight = y + yInset - lineHeight + yInset; in paint2()
614 p.y = lineHeight * line + yInset; in offset2Point()
637 if (p.y < yInset) { in point2Offset()
642 int line = (p.y - yInset)/lineHeight; in point2Offset()