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

  /external/mesa3d/src/gallium/targets/haiku-softpipe/
SoftwareRenderer.cpp 116 fWidth = fInfo->window_bounds.right - fInfo->window_bounds.left;
117 fHeight = fInfo->window_bounds.bottom - fInfo->window_bounds.top;
168 if (fInfo->window_bounds.bottom - fInfo->window_bounds.top
170 || fInfo->window_bounds.right - fInfo->window_bounds.left
188 + (clip->top - fInfo->window_bounds.top) * bytesPerRow
189 + (clip->left - fInfo->window_bounds.left) * bytesPerPixel
    [all...]
  /external/webrtc/talk/media/devices/
carbonvideorenderer.cc 97 Rect window_bounds; local
98 GetWindowPortBounds(window_ref_, &window_bounds);
102 int y = window_bounds.bottom - CGImageGetHeight(image_ref);
  /external/tensorflow/tensorflow/compiler/xla/tests/
reduce_window_test.cc 565 int64 window_bounds[4]; member in struct:xla::__anon44648::R4ReduceWindowTestData
580 "__window_bounds_", absl::StrJoin(param.window_bounds, "x"), //
642 /*window_dimensions=*/param.window_bounds,
657 /*window=*/param.window_bounds,
671 // base_bounds, window_bounds, strides, pad_low, pad_high
675 /*window_bounds=*/{1, 1, 1, 1},
684 /*window_bounds=*/{3, 3, 1, 1},
693 /*window_bounds=*/{1, 1, 1, 1},
702 /*window_bounds=*/{2, 3, 1, 1},
711 /*window_bounds=*/{3, 2, 1, 1}
936 int64 window_bounds[3]; member in struct:xla::__anon44648::R3ReduceWindowTestData
1057 int64 window_bounds[2]; member in struct:xla::__anon44648::R2ReduceWindowTestData
1211 int64 window_bounds[1]; member in struct:xla::__anon44648::R1ReduceWindowTestData
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_mac.mm 155 CFDictionaryRef window_bounds = reinterpret_cast<CFDictionaryRef>(
160 if (window_bounds && window_number) {
162 if (!CGRectMakeWithDictionaryRepresentation(window_bounds,
screen_capturer_mac.mm 172 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);
    [all...]
  /external/mesa3d/src/hgl/
GLView.cpp 430 BRegion boundsRegion = fBounds.OffsetByCopy(localInfo->window_bounds.left,
431 localInfo->window_bounds.top);
432 info->window_bounds = boundsRegion.RectAtInt(0);
433 // window_bounds are now view bounds

Completed in 269 milliseconds