OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_contents_scale
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/layers/
picture_layer_impl.cc
188
float
max_contents_scale
= MaximumTilingContentsScale();
local
190
scaled_draw_transform.Scale(SK_MScalar1 /
max_contents_scale
,
191
SK_MScalar1 /
max_contents_scale
);
193
gfx::ToCeiledSize(gfx::ScaleSize(content_bounds(),
max_contents_scale
));
196
gfx::ScaleToEnclosingRect(visible_content_rect(),
max_contents_scale
);
241
max_contents_scale
,
252
max_contents_scale
,
274
} else if (iter->contents_scale() >
max_contents_scale
) {
306
GetViewportForTilePriorityInContentSpace(),
max_contents_scale
);
311
max_contents_scale
,
1397
float
max_contents_scale
= MinimumContentsScale();
local
[
all
...]
picture_layer_impl_unittest.cc
3555
float
max_contents_scale
= active_layer_->MaximumTilingContentsScale();
local
[
all
...]
/external/chromium_org/cc/resources/
picture_layer_tiling_set_unittest.cc
228
float
max_contents_scale
= scale;
local
230
gfx::ToCeiledSize(gfx::ScaleSize(layer_bounds,
max_contents_scale
)));
236
max_contents_scale
,
Completed in 169 milliseconds