Searched refs:icon_rect (Results 1 – 5 of 5) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
D | SDL_gemvideo.c | 1197 short icon_rect[4], dst_rect[4]; in refresh_window() local 1208 icon_rect[0] = iconx; in refresh_window() 1209 icon_rect[1] = icony; in refresh_window() 1210 icon_rect[2] = surface->w; in refresh_window() 1211 icon_rect[3] = surface->h; in refresh_window() 1220 if (!rc_intersect((GRECT *)icon_rect, (GRECT *)dst_rect)) { in refresh_window() 1228 icon_rect[0], icon_rect[1], icon_rect[2], icon_rect[3]); in refresh_window() 1233 icon_rect[0] += wind_pxy[0]; in refresh_window() 1234 icon_rect[1] += wind_pxy[1]; in refresh_window() 1235 icon_rect[2] += icon_rect[0]-1; in refresh_window() [all …]
|
/external/chromium_org/chrome/browser/ui/views/profiles/ |
D | avatar_menu_bubble_view.cc | 302 gfx::Rect icon_rect; in Layout() local 306 icon_rect.set_size(image_view_->GetPreferredSize()); in Layout() 307 icon_rect.set_y((height() - icon_rect.height()) / 2); in Layout() 310 icon_rect = GetCenteredAndScaledRect(icon.width(), icon.height(), 0, 0, in Layout() 313 image_view_->SetBoundsRect(icon_rect); in Layout()
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
D | content_setting_decoration.mm | 344 NSRect icon_rect = background_rect; 346 icon_rect.origin.x += kIconMarginPadding; 347 icon_rect.size.width = [icon size].width; 348 ImageDecoration::DrawInFrame(icon_rect, control_view); 352 remainder.origin.x = NSMaxX(icon_rect);
|
/external/chromium_org/chrome/browser/extensions/ |
D | bookmark_app_helper.cc | 74 gfx::Rect icon_rect(icon_inset, icon_inset, icon_size, icon_size); in Draw() local 75 canvas->DrawRoundRect(icon_rect, border_radius, background_paint); in Draw()
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
D | SDL_QuartzVideo.m | 1483 SDL_Rect icon_rect; 1500 icon_rect.x = SDL_VideoSurface->w - 13; 1501 icon_rect.y = SDL_VideoSurface->h - 13; 1502 icon_rect.w = 13; 1503 icon_rect.h = 13; 1505 SDL_BlitSurface (resize_icon, NULL, SDL_VideoSurface, &icon_rect);
|