Searched refs:low_res_raster_contents_scale_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/layers/
H A Dpicture_image_layer_impl.cc48 low_res_raster_contents_scale_ = raster_contents_scale_;
H A Dpicture_layer_impl.cc74 low_res_raster_contents_scale_(0.f),
138 layer_impl->low_res_raster_contents_scale_ = low_res_raster_contents_scale_;
497 DCHECK(low_res_raster_contents_scale_);
752 low_res_raster_contents_scale_ = other->low_res_raster_contents_scale_;
1049 if (tiling->contents_scale() == low_res_raster_contents_scale_)
1060 if (raster_contents_scale_ == low_res_raster_contents_scale_)
1071 low_res = AddTiling(low_res_raster_contents_scale_);
1228 low_res_raster_contents_scale_
[all...]
H A Dpicture_layer_impl.h217 float low_res_raster_contents_scale_; member in class:cc::PictureLayerImpl

Completed in 154 milliseconds