Searched refs:window_bounds (Results 1 – 5 of 5) sorted by relevance
116 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()
97 Rect window_bounds; in DrawFrame() local98 GetWindowPortBounds(window_ref_, &window_bounds); in DrawFrame()102 int y = window_bounds.bottom - CGImageGetHeight(image_ref); in DrawFrame()
430 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()
155 CFDictionaryRef window_bounds = reinterpret_cast<CFDictionaryRef>(160 if (window_bounds && window_number) {162 if (!CGRectMakeWithDictionaryRepresentation(window_bounds,
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);