Searched refs:DrawRect (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | testjoystick.c | 93 DrawRect(SDL_Renderer *r, const int x, const int y, const int w, const int h) in DrawRect() function 199 DrawRect(screen, (i%20) * 34, SCREEN_HEIGHT - 68 + (i/20) * 34, 32, 32); in loop() 229 DrawRect(screen, x, y, 16, 16); in loop() 251 DrawRect(screen, x, y, 8, 8); in loop()
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowskeyboard.c | 1314 DrawRect(HDC hdc, int left, int top, int right, int bottom, int pensize) in DrawRect() function 1497 DrawRect(hdc, 0, 0, size.cx, size.cy, listborder); in IME_RenderCandidateList() 1538 DrawRect(hdc, left, top, right, bottom, candborder); in IME_RenderCandidateList()
|
Completed in 7 milliseconds