Home
last modified time | relevance | path

Searched refs:text_surface (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/
Dscreen_ui.cpp97 GRSurface* text_surface = backgroundText[icon]; in draw_background_locked() local
101 int textWidth = gr_get_width(text_surface); in draw_background_locked()
102 int textHeight = gr_get_height(text_surface); in draw_background_locked()
126 gr_texticon(textX, textY, text_surface); in draw_background_locked()