Searched refs:windowRect (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/src/Main/
H A DFrameBufferGDI.cpp52 RECT windowRect; local
54 GetWindowRect(windowHandle, &windowRect);
55 int windowWidth = width + (windowRect.right - windowRect.left) - (clientRect.right - clientRect.left);
56 int windowHeight = height + (windowRect.bottom - windowRect.top) - (clientRect.bottom - clientRect.top);
/external/swiftshader/src/OpenGL/libGL/
H A DSurface.cpp104 RECT windowRect; local
105 GetClientRect(mWindow, &windowRect);
107 return reset(windowRect.right - windowRect.left, windowRect.bottom - windowRect.top);
/external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/
H A DAPPRTCAppDelegate.m34 NSRect windowRect = NSMakeRect(NSMidX(visibleRect),
39 _window = [[NSWindow alloc] initWithContentRect:windowRect
/external/skia/src/utils/win/
H A DSkWGL_win.cpp178 RECT windowRect; local
179 windowRect.left = 0;
180 windowRect.right = 8;
181 windowRect.top = 0;
182 windowRect.bottom = 8;
205 AdjustWindowRectEx(&windowRect, style, false, exStyle);
211 windowRect.right-windowRect.left,
212 windowRect.bottom-windowRect
[all...]
/external/skia/include/views/
H A DSkTouchGesture.h46 void setTransLimit(const SkRect& contentRect, const SkRect& windowRect);
/external/skia/src/views/
H A DSkTouchGesture.cpp334 void SkTouchGesture::setTransLimit(const SkRect& contentRect, const SkRect& windowRect) { argument
337 fWindowRect = windowRect;
/external/skia/tools/debugger/
H A DSkDebugCanvas.cpp215 SkRect windowRect = SkRect::MakeWH(SkIntToScalar(originalCanvas->getBaseLayerSize().width()), local
222 if (!windowRect.isEmpty()) {
223 originalCanvas->clipRect(windowRect, kReplace_SkClipOp);
296 if (!windowRect.isEmpty()) {
297 SkRect r = windowRect;
/external/skia/tools/viewer/
H A DViewer.cpp633 SkRect windowRect = fWindow->getContentRect(); local
634 fDefaultMatrixInv.mapRect(&windowRect);
637 windowRect);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1262 milliseconds