HomeSort by relevance Sort by last modified time
    Searched refs:windowRect (Results 1 - 15 of 15) sorted by null

  /external/swiftshader/src/Main/
FrameBufferGDI.cpp 52 RECT windowRect;
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/WSI/
FrameBufferGDI.cpp 52 RECT windowRect;
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/webrtc/webrtc/examples/objc/AppRTCDemo/mac/
APPRTCAppDelegate.m 34 NSRect windowRect = NSMakeRect(NSMidX(visibleRect),
39 _window = [[NSWindow alloc] initWithContentRect:windowRect
  /external/skia/src/utils/win/
SkWGL_win.cpp 184 RECT windowRect;
185 windowRect.left = 0;
186 windowRect.right = 8;
187 windowRect.top = 0;
188 windowRect.bottom = 8;
211 AdjustWindowRectEx(&windowRect, style, false, exStyle);
217 windowRect.right-windowRect.left,
218 windowRect.bottom-windowRect.top
    [all...]
  /external/skqp/src/utils/win/
SkWGL_win.cpp 184 RECT windowRect;
185 windowRect.left = 0;
186 windowRect.right = 8;
187 windowRect.top = 0;
188 windowRect.bottom = 8;
211 AdjustWindowRectEx(&windowRect, style, false, exStyle);
217 windowRect.right-windowRect.left,
218 windowRect.bottom-windowRect.top
    [all...]
  /external/skia/tools/viewer/
TouchGesture.h 33 void setTransLimit(const SkRect& contentRect, const SkRect& windowRect,
TouchGesture.cpp 347 void TouchGesture::setTransLimit(const SkRect& contentRect, const SkRect& windowRect,
351 fWindowRect = windowRect;
Viewer.cpp     [all...]
  /external/skqp/tools/viewer/
TouchGesture.h 33 void setTransLimit(const SkRect& contentRect, const SkRect& windowRect,
TouchGesture.cpp 347 void TouchGesture::setTransLimit(const SkRect& contentRect, const SkRect& windowRect,
351 fWindowRect = windowRect;
Viewer.cpp 884 const SkRect windowRect = SkRect::MakeIWH(fWindow->width(), fWindow->height());
888 if (windowRect.width() > 0 && windowRect.height() > 0) {
889 fDefaultMatrix.setRectToRect(slideBounds, windowRect, SkMatrix::kStart_ScaleToFit);
894 fGesture.setTransLimit(slideBounds, windowRect, this->computePreTouchMatrix());
918 const SkRect windowRect = SkRect::MakeIWH(fWindow->width(), fWindow->height())
    [all...]
  /external/skia/tools/sk_app/mac/
Window_mac.mm 55 NSRect windowRect = NSMakeRect(100, 100, initialWidth, initialHeight);
56 fWindow = [[NSWindow alloc] initWithContentRect:windowRect styleMask:windowStyle
  /external/skqp/tools/sk_app/mac/
Window_mac.mm 59 NSRect windowRect = NSMakeRect(100, 100, initialWidth, initialHeight);
60 fWindow = [[NSWindow alloc] initWithContentRect:windowRect styleMask:windowStyle
  /external/skia/tools/debugger/
SkDebugCanvas.cpp 104 SkRect windowRect = SkRect::MakeWH(SkIntToScalar(originalCanvas->getBaseLayerSize().width()),
109 if (!windowRect.isEmpty()) {
110 originalCanvas->clipRect(windowRect, kReplace_SkClipOp);
  /external/skqp/tools/debugger/
SkDebugCanvas.cpp 103 SkRect windowRect = SkRect::MakeWH(SkIntToScalar(originalCanvas->getBaseLayerSize().width()),
108 if (!windowRect.isEmpty()) {
109 originalCanvas->clipRect(windowRect, kReplace_SkClipOp);

Completed in 1440 milliseconds