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

/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.cc103 bool RedrawDIP(const gfx::PointF& position, float scale, bool animate);
209 bool changed = RedrawDIP(origin, scale, animate);
219 return RedrawDIP(position_in_dip, scale, animate);
222 bool MagnificationControllerImpl::RedrawDIP(const gfx::PointF& position_in_dip, function in class:ash::MagnificationControllerImpl
313 RedrawDIP(new_origin, scale_, true);
361 bool ret = RedrawDIP(gfx::Point(x, y), scale_, animate);

Completed in 131 milliseconds