Searched refs:yInset (Results 1 – 1 of 1) sorted by relevance
80 private transient int yInset = 5; field in DumbTextComponent536 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()