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

  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.cc 1051 Rect globalBounds =
1053 globalBounds.top = contentBounds.top;
1054 globalBounds.right = contentBounds.right;
1055 globalBounds.bottom = contentBounds.bottom;
1056 globalBounds.left = contentBounds.left;
1058 windowHeight = globalBounds.bottom - globalBounds.top;
1059 windowWidth = globalBounds.right - globalBounds.left;
    [all...]
  /external/opencv3/modules/highgui/src/
window_carbon.cpp 286 Rect globalBounds;
288 GetWindowBounds(window->window, kWindowContentRgn, &globalBounds);
302 globalBounds.right = globalBounds.left + width;
303 globalBounds.bottom = globalBounds.top + height;
304 SetWindowBounds(window->window, kWindowContentRgn, &globalBounds);

Completed in 1196 milliseconds