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

  /external/chromium_org/ui/app_list/views/
top_icon_animation_view.h 38 // |scaled_rect|: Bounds of the small icon inside folder icon.
42 const gfx::Rect& scaled_rect,
top_icon_animation_view.cc 16 const gfx::Rect& scaled_rect,
20 scaled_rect_(scaled_rect),
  /external/chromium_org/ui/gfx/
nine_image_painter.cc 110 SkRect scaled_rect; local
111 matrix.mapRect(&scaled_rect, RectToSkRect(bounds));
113 int scaled_width = gfx::ToCeiledInt(SkScalarToFloat(scaled_rect.width()));
114 int scaled_height = gfx::ToCeiledInt(SkScalarToFloat(scaled_rect.height()));
  /external/chromium_org/chrome/browser/media/
native_desktop_media_list.cc 44 gfx::Rect scaled_rect = media::ComputeLetterboxRegion( local
49 result.allocN32Pixels(scaled_rect.width(), scaled_rect.height(), true);
56 scaled_rect.width(), scaled_rect.height(),
desktop_media_list_ash.cc 217 gfx::Rect scaled_rect = media::ComputeLetterboxRegion( local
224 scaled_rect.size(),
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.cc 295 SkRect scaled_rect = local
299 scaled_rect.roundOut(&rounded_scaled_rect);
    [all...]
  /external/chromium_org/ui/native_theme/
native_theme_win.cc     [all...]

Completed in 2332 milliseconds