Searched refs:window_bounds (Results 1 – 3 of 3) sorted by relevance
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()
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);