Home
last modified time | relevance | path

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

/dports/games/egl/egl-0.3.1_9/client/
H A Dgui_main.c414 x = gui->rect[0] + (gui->rect[2] * 0.5f) - (gui->d.textDef->textStringLen * charSize[0] * 0.5f); in GUI_DrawTextDef()
421 x = gui->rect[0] + (gui->rect[2] - (gui->d.textDef->textStringLen * charSize[0])); in GUI_DrawTextDef()
H A Dgui_local.h525 size_t textStringLen; member
H A Dgui_init.c1673 gui->s.textDef->textStringLen = len; in textDef_text()