Searched refs:boxht (Results 1 – 1 of 1) sorted by relevance
6217 int boxht = getBoxHeight(l); in getVerticalOffset() local6220 if (textht < boxht) { in getVerticalOffset()6222 voffset = boxht - textht; in getVerticalOffset()6224 voffset = (boxht - textht) >> 1; in getVerticalOffset()6241 int boxht = getBoxHeight(l); in getBottomVerticalOffset() local6244 if (textht < boxht) { in getBottomVerticalOffset()6246 voffset = boxht - textht; in getBottomVerticalOffset()6248 voffset = (boxht - textht) >> 1; in getBottomVerticalOffset()