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

  /external/chromium_org/cc/layers/
painted_scrollbar_layer.cc 88 gfx::Size scaled_bounds = ComputeContentBoundsForScale(scale, scale); local
89 if (scaled_bounds.width() > MaxTextureSize() ||
90 scaled_bounds.height() > MaxTextureSize()) {
91 if (scaled_bounds.width() > scaled_bounds.height())
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc 464 SkRect scaled_bounds = RectToSkRect(gfx::Rect(scaled_size)); local
467 canvas.drawBitmapRect(source_bitmap, NULL, scaled_bounds);
    [all...]

Completed in 52 milliseconds