OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scaled_bounds
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/snapshot/
snapshot_android.cc
27
gfx::Rect
scaled_bounds
=
local
31
scaled_bounds
.x(),
scaled_bounds
.y(),
scaled_bounds
.width(),
32
scaled_bounds
.height(), png_representation);
/external/chromium_org/cc/layers/
painted_scrollbar_layer.cc
80
gfx::Size
scaled_bounds
= ComputeContentBoundsForScale(scale, scale);
local
81
if (
scaled_bounds
.width() > MaxTextureSize() ||
82
scaled_bounds
.height() > MaxTextureSize()) {
83
if (
scaled_bounds
.width() >
scaled_bounds
.height())
/external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc
465
SkRect
scaled_bounds
= RectToSkRect(gfx::Rect(scaled_size));
local
468
canvas.drawBitmapRect(source_bitmap, NULL,
scaled_bounds
);
[
all
...]
Completed in 540 milliseconds