Home
last modified time | relevance | path

Searched refs:window_bounds (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/targets/haiku-softpipe/
DSoftwareRenderer.cpp116 fWidth = fInfo->window_bounds.right - fInfo->window_bounds.left; in LockGL()
117 fHeight = fInfo->window_bounds.bottom - fInfo->window_bounds.top; in LockGL()
168 if (fInfo->window_bounds.bottom - fInfo->window_bounds.top in SwapBuffers()
170 || fInfo->window_bounds.right - fInfo->window_bounds.left in SwapBuffers()
188 + (clip->top - fInfo->window_bounds.top) * bytesPerRow in SwapBuffers()
189 + (clip->left - fInfo->window_bounds.left) * bytesPerPixel; in SwapBuffers()
/external/webrtc/talk/media/devices/
Dcarbonvideorenderer.cc97 Rect window_bounds; in DrawFrame() local
98 GetWindowPortBounds(window_ref_, &window_bounds); in DrawFrame()
102 int y = window_bounds.bottom - CGImageGetHeight(image_ref); in DrawFrame()
/external/mesa3d/src/hgl/
DGLView.cpp430 BRegion boundsRegion = fBounds.OffsetByCopy(localInfo->window_bounds.left, in _CallDirectConnected()
431 localInfo->window_bounds.top); in _CallDirectConnected()
432 info->window_bounds = boundsRegion.RectAtInt(0); in _CallDirectConnected()
/external/webrtc/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_mac.mm155 CFDictionaryRef window_bounds = reinterpret_cast<CFDictionaryRef>(
160 if (window_bounds && window_number) {
162 if (!CGRectMakeWithDictionaryRepresentation(window_bounds,
Dscreen_capturer_mac.mm172 CGRect window_bounds;
175 window_bounds.origin.x = pixel_bounds.left() / dip_to_pixel_scale;
176 window_bounds.origin.y = pixel_bounds.top() / dip_to_pixel_scale;
177 window_bounds.size.width = pixel_bounds.width();
178 window_bounds.size.height = pixel_bounds.height();
181 window_bounds, window_list, kCGWindowImageDefault);