Searched refs:boxht (Results 1 – 1 of 1) sorted by relevance
4749 int boxht = getBoxHeight(l); in getVerticalOffset() local4752 if (textht < boxht) { in getVerticalOffset()4754 voffset = boxht - textht; in getVerticalOffset()4756 voffset = (boxht - textht) >> 1; in getVerticalOffset()4772 int boxht = getBoxHeight(l); in getBottomVerticalOffset() local4775 if (textht < boxht) { in getBottomVerticalOffset()4777 voffset = boxht - textht; in getBottomVerticalOffset()4779 voffset = (boxht - textht) >> 1; in getBottomVerticalOffset()