Searched refs:textRect (Results 1 – 3 of 3) sorted by relevance
43 static SDL_Rect textRect, markedRect; variable444 textRect.x = textRect.y = 100; in InitInput()445 textRect.w = DEFAULT_WINDOW_WIDTH - 2 * textRect.x; in InitInput()446 textRect.h = 50; in InitInput()449 markedRect = textRect; in InitInput()470 drawnTextRect = textRect; in _Redraw()483 drawnTextRect.y = textRect.y + (textRect.h - textSur->h) / 2; in _Redraw()498 dstrect.x = textRect.x; in _Redraw()499 dstrect.y = textRect.y + (textRect.h - 16 * UNIFONT_DRAW_SCALE) / 2; in _Redraw()559 drawnTextRect.y = textRect.y + (textRect.h - textSur->h) / 2; in _Redraw()[all …]
38 SDL_Rect textRect; member
367 Android_JNI_ShowTextInput(&videodata->textRect); in Android_StartTextInput()386 videodata->textRect = *rect; in Android_SetTextInputRect()
Completed in 11 milliseconds