Searched defs:textHeight (Results 1 - 1 of 1) sorted by path

/bootable/recovery/
H A Dscreen_ui.cpp105 int textHeight = gr_get_height(text_surface); local
111 iconY = (gr_fb_height() - (iconHeight+textHeight+40+sh)) / 2;
114 int textY = ((gr_fb_height() - (iconHeight+textHeight+40+sh)) / 2) + iconHeight + 40;

Completed in 103 milliseconds