Searched refs:boxht (Results 1 – 1 of 1) sorted by relevance
7315 int boxht = getBoxHeight(l); in getVerticalOffset() local7318 if (textht < boxht) { in getVerticalOffset()7320 voffset = boxht - textht; in getVerticalOffset()7322 voffset = (boxht - textht) >> 1; in getVerticalOffset()7339 int boxht = getBoxHeight(l); in getBottomVerticalOffset() local7342 if (textht < boxht) { in getBottomVerticalOffset()7344 voffset = boxht - textht; in getBottomVerticalOffset()7346 voffset = (boxht - textht) >> 1; in getBottomVerticalOffset()