Home
last modified time | relevance | path

Searched refs:scaled_bounds (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/snapshot/
Dsnapshot_android.cc27 gfx::Rect scaled_bounds = in GrabWindowSnapshot() local
31 scaled_bounds.x(), scaled_bounds.y(), scaled_bounds.width(), in GrabWindowSnapshot()
32 scaled_bounds.height(), png_representation); in GrabWindowSnapshot()
/external/chromium_org/cc/layers/
Dpainted_scrollbar_layer.cc80 gfx::Size scaled_bounds = ComputeContentBoundsForScale(scale, scale); in ClampScaleToMaxTextureSize() local
81 if (scaled_bounds.width() > MaxTextureSize() || in ClampScaleToMaxTextureSize()
82 scaled_bounds.height() > MaxTextureSize()) { in ClampScaleToMaxTextureSize()
83 if (scaled_bounds.width() > scaled_bounds.height()) in ClampScaleToMaxTextureSize()
/external/chromium_org/chrome/browser/themes/
Dbrowser_theme_pack.cc465 SkRect scaled_bounds = RectToSkRect(gfx::Rect(scaled_size)); in CreateLowQualityResizedBitmap() local
468 canvas.drawBitmapRect(source_bitmap, NULL, scaled_bounds); in CreateLowQualityResizedBitmap()