Searched refs:calibration_layer_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/display/
H A Doverscan_calibrator.cc83 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_
[all...]
H A Doverscan_calibrator.h61 scoped_ptr<ui::Layer> calibration_layer_; member in class:chromeos::OverscanCalibrator

Completed in 77 milliseconds