Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/test/
A Dtestime.c43 static SDL_Rect textRect, markedRect; variable
444 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 …]
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidvideo.h38 SDL_Rect textRect; member
A DSDL_androidkeyboard.c367 Android_JNI_ShowTextInput(&videodata->textRect); in Android_StartTextInput()
386 videodata->textRect = *rect; in Android_SetTextInputRect()

Completed in 11 milliseconds