HomeSort by relevance Sort by last modified time
    Searched refs:scaled_rect (Results 1 - 6 of 6) 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
50 scaled_rect.width(), scaled_rect.height(), 0,
59 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/native_theme/
native_theme_win.cc     [all...]

Completed in 4231 milliseconds