OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:raster_contents_scale_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/layers/
picture_image_layer_impl.cc
46
raster_contents_scale_
= raster_source_scale_;
48
low_res_raster_contents_scale_ =
raster_contents_scale_
;
picture_layer_impl.cc
73
raster_contents_scale_
(0.f),
137
layer_impl->
raster_contents_scale_
=
raster_contents_scale_
;
334
// The
raster_contents_scale_
is the best scale that the layer is
340
if (iter->contents_scale() !=
raster_contents_scale_
&&
486
DCHECK(tilings_->num_tilings() > 0 ||
raster_contents_scale_
== 0.f)
488
if (!
raster_contents_scale_
|| ShouldAdjustRasterScale()) {
496
DCHECK(
raster_contents_scale_
);
751
raster_contents_scale_
= other->
raster_contents_scale_
;
[
all
...]
picture_layer_impl.h
216
float
raster_contents_scale_
;
member in class:cc::PictureLayerImpl
/external/chromium_org/cc/test/
fake_picture_layer_impl.h
81
float raster_contents_scale() const { return
raster_contents_scale_
; }
Completed in 3350 milliseconds