OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refRect
(Results
1 - 2
of
2
) sorted by null
/prebuilts/misc/windows/sdl2/test/
testautomation_keyboard.c
379
void _testSetTextInputRect(SDL_Rect
refRect
)
383
testRect =
refRect
;
385
SDLTest_AssertPass("Call to SDL_SetTextInputRect with
refRect
(x:%i,y:%i,w:%i,h:%i)",
refRect
.x,
refRect
.y,
refRect
.w,
refRect
.h);
387
(
refRect
.x == testRect.x) && (
refRect
.y == testRect.y) && (
refRect
.w == testRect.w) && (refRect.h == testRect.h)
[
all
...]
testautomation_rect.c
20
SDL_Rect *rect, SDL_Rect *
refRect
,
28
refRect
->x,
refRect
->y,
refRect
->w,
refRect
->h,
30
SDLTest_AssertCheck(rect->x ==
refRect
->x && rect->y ==
refRect
->y && rect->w ==
refRect
->w && rect->h ==
refRect
->h,
33
refRect
->x, refRect->y, refRect->w, refRect->h)
[
all
...]
Completed in 40 milliseconds