Searched refs:textColor (Results 1 – 2 of 2) sorted by relevance
46 static SDL_Color textColor = {0,0,0,255}; variable239 row[0] = textColor.r; in unifont_make_rgba()240 row[1] = textColor.g; in unifont_make_rgba()241 row[2] = textColor.b; in unifont_make_rgba()242 row[3] = textColor.a; in unifont_make_rgba()479 SDL_Surface *textSur = TTF_RenderUTF8_Blended(font, text, textColor); in _Redraw()557 textSur = TTF_RenderUTF8_Blended(font, markedText, textColor); in _Redraw()
246 rgb_color textColor = ui_color(B_PANEL_TEXT_COLOR); in SetMessageText() local249 textColor = fTextColor; in SetMessageText()262 fMessageBoxTextView->SetFontAndColor(be_plain_font, B_FONT_ALL, &textColor); in SetMessageText()
Completed in 7 milliseconds