OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:winRect
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzEvents.m
728
NSRect
winRect
;
747
winRect
= NSMakeRect (0, 0, SDL_VideoSurface->w, SDL_VideoSurface->h);
885
if ( p.x >=
winRect
.size.width )
886
p.x =
winRect
.size.width-1;
888
if ( p.y >=
winRect
.size.height )
889
p.y =
winRect
.size.height-1;
[
all
...]
SDL_QuartzVideo.m
[
all
...]
/external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp
638
RECT
winRect
= unpaintedRects[i];
656
RECT
winRect
= rects[i];
657
::FillRect(dc, &
winRect
, brush);
691
RECT
winRect
;
692
::GetClientRect(hWnd, &
winRect
);
705
paint(hdc,
winRect
);
[
all
...]
Completed in 1094 milliseconds