HomeSort by relevance Sort by last modified time
    Searched refs:set_resolution (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/resources/
picture_layer_tiling.h 60 void set_resolution(TileResolution resolution) { resolution_ = resolution; } function in class:cc::PictureLayerTiling
picture_layer_tiling_set.cc 69 this_tiling->set_resolution(other.tilings_[i]->resolution());
87 new_tiling->set_resolution(other.tilings_[i]->resolution());
  /external/chromium_org/cc/layers/
picture_layer_impl.cc 824 tiling->set_resolution(NON_IDEAL_RESOLUTION);
842 high_res->set_resolution(HIGH_RESOLUTION);
844 low_res->set_resolution(LOW_RESOLUTION);
846 previous_low_res->set_resolution(LOW_RESOLUTION);
    [all...]

Completed in 2364 milliseconds