Searched refs:ToCGRect (Results 1 – 18 of 18) sorted by relevance
15 initWithContentRect:NSRectFromCGRect(bounds.ToCGRect())50 [window_ setFrame:NSRectFromCGRect(bounds.ToCGRect()) display:YES animate:NO];
191 return NSRectFromCGRect(controller_->password_bounds().ToCGRect());195 return NSRectFromCGRect(controller_->help_bounds().ToCGRect());199 return NSRectFromCGRect(controller_->divider_bounds().ToCGRect());
104 NSRectFromCGRect(controller_->GetRowBounds(i).ToCGRect());149 NSRectFromCGRect(controller_->GetRowBounds(row).ToCGRect());
132 NSRect frame = NSRectFromCGRect(delegate_->popup_bounds().ToCGRect());
37 metafile->RenderPage(page_number, context, content_area.ToCGRect(), params); in RenderPrintedPage()
86 CGImageCreateWithImageInRect(src_image, src_rect.ToCGRect())); in BlitContextToContext()87 CGContextDrawImage(dst_context, dst_rect.ToCGRect(), src_sub_image); in BlitContextToContext()
15 NSRect new_bounds = NSRectFromCGRect(bounds.ToCGRect());
36 initWithContentRect:NSRectFromCGRect(rect_.ToCGRect())
48 CGRect Rect::ToCGRect() const { in ToCGRect() function in gfx::Rect
68 CGRect ToCGRect() const;
64 service->SetFirstRectAndSignal(NSRectFromCGRect(rect.ToCGRect()));
1636 *rect = NSRectFromCGRect(caret_rect_.ToCGRect());1654 &ui_actual_range).ToCGRect());
48 CGWindowListCreateImage(screen_snapshot_bounds.ToCGRect(),
136 NSRect new_rect(NSRectFromCGRect(rect.ToCGRect()));
337 return NSRectFromCGRect(rect.ToCGRect());364 return NSRectFromCGRect(rect.ToCGRect());
342 CGContextClipToRect(windowless_context(), rect.ToCGRect()); in Paint()
462 CGContextClipToRect(context, paint_rect.ToCGRect());
93 NSRect cocoa_bounds = NSRectFromCGRect(bounds.ToCGRect());