Home | History | Annotate | Download | only in layers

Lines Matching refs:high_res

852   PictureLayerTiling* high_res = NULL;
870 DCHECK(!high_res) << "There can only be one high res tiling";
871 high_res = tiling;
883 DCHECK(high_res) << "There must be one high res tiling";
901 twin_high_res = high_res ? GetTwinTiling(high_res) : NULL;
919 high_res, twin_high_res, rect, missing_region)) {
1041 PictureLayerTiling* high_res = NULL;
1048 high_res = tiling;
1058 if (!high_res) {
1059 high_res = AddTiling(raster_contents_scale_);
1061 low_res = high_res;
1070 low_res != high_res)
1076 if (low_res && low_res != high_res)
1080 high_res->set_resolution(HIGH_RESOLUTION);
1576 iterators_[HIGH_RES] =
1590 stages_[1].iterator_type = HIGH_RES;
1593 stages_[0].iterator_type = HIGH_RES;
1600 stages_[2].iterator_type = HIGH_RES;
1603 stages_[3].iterator_type = HIGH_RES;
1772 current_tiling_range_type_ = PictureLayerTilingSet::HIGH_RES;
1774 HIGH_RES:
1807 case PictureLayerTilingSet::HIGH_RES: