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

  /external/chromium_org/chrome/browser/chromeos/display/
overscan_calibrator.cc 83 calibration_layer_.reset(new ui::Layer());
84 calibration_layer_->SetOpacity(0.5f);
85 calibration_layer_->SetBounds(parent_layer->bounds());
86 calibration_layer_->set_delegate(this);
87 parent_layer->Add(calibration_layer_.get());
107 calibration_layer_->SchedulePaint(calibration_layer_->bounds());
115 calibration_layer_->SchedulePaint(calibration_layer_->bounds());
120 gfx::Rect full_bounds = calibration_layer_->bounds()
    [all...]
overscan_calibrator.h 61 scoped_ptr<ui::Layer> calibration_layer_; member in class:chromeos::OverscanCalibrator

Completed in 92 milliseconds