Searched refs:HIGH_RES (Results 1 – 6 of 6) sorted by relevance
152 #define HIGH_RES 1 macro
81 high_res_range = set.GetTilingRange(PictureLayerTilingSet::HIGH_RES); in TEST()112 set_without_low_res.GetTilingRange(PictureLayerTilingSet::HIGH_RES); in TEST()141 PictureLayerTilingSet::HIGH_RES); in TEST()171 set_with_only_high_res.GetTilingRange(PictureLayerTilingSet::HIGH_RES); in TEST()
25 HIGH_RES, enumerator
353 case HIGH_RES: in GetTilingRange()
1576 iterators_[HIGH_RES] = in LayerRasterTileIterator()1590 stages_[1].iterator_type = HIGH_RES; in LayerRasterTileIterator()1593 stages_[0].iterator_type = HIGH_RES; in LayerRasterTileIterator()1600 stages_[2].iterator_type = HIGH_RES; in LayerRasterTileIterator()1603 stages_[3].iterator_type = HIGH_RES; in LayerRasterTileIterator()1772 current_tiling_range_type_ = PictureLayerTilingSet::HIGH_RES; in AdvanceToNextTilingRangeType()1774 case PictureLayerTilingSet::HIGH_RES: in AdvanceToNextTilingRangeType()1807 case PictureLayerTilingSet::HIGH_RES: in CurrentTilingIndex()
52 enum IteratorType { LOW_RES, HIGH_RES, NUM_ITERATORS }; enumerator