OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MinimumContentsScale
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/cc/layers/
picture_image_layer_impl.cc
45
raster_source_scale_ = std::max(1.f,
MinimumContentsScale
());
picture_layer_impl.h
168
float
MinimumContentsScale
() const;
picture_layer_impl.cc
757
*other->tilings_, bounds(), invalidation_,
MinimumContentsScale
());
762
// If our
MinimumContentsScale
has changed to prevent the twin's high res
[
all
...]
picture_layer_impl_unittest.cc
[
all
...]
/external/chromium_org/cc/test/
fake_picture_layer_impl.h
60
using PictureLayerImpl::
MinimumContentsScale
;
Completed in 2882 milliseconds