Searched refs:boxht (Results 1 – 1 of 1) sorted by relevance
7325 int boxht = getBoxHeight(l); in getVerticalOffset() local7328 if (textht < boxht) { in getVerticalOffset()7330 voffset = boxht - textht; in getVerticalOffset()7332 voffset = (boxht - textht) >> 1; in getVerticalOffset()7349 int boxht = getBoxHeight(l); in getBottomVerticalOffset() local7352 if (textht < boxht) { in getBottomVerticalOffset()7354 voffset = boxht - textht; in getBottomVerticalOffset()7356 voffset = (boxht - textht) >> 1; in getBottomVerticalOffset()