Home | History | Annotate | Download | only in link_disambiguation

Lines Matching refs:scale_

40   const float scale_;
58 scale_(static_cast<float>(zoomed_skia_image->width()) /
89 (event->location().x() / scale_) + target_rect_.x(),
90 (event->location().y() / scale_) + target_rect_.y());
115 (event->location().x() / scale_) + target_rect_.x(),
116 (event->location().y() / scale_) + target_rect_.y());
119 (event->details().bounding_box().x() / scale_) + target_rect_.x(),
120 (event->details().bounding_box().y() / scale_) + target_rect_.y(),
121 event->details().bounding_box().width() / scale_,
122 event->details().bounding_box().height() / scale_));