Searched refs:hover_point_ (Results 1 – 2 of 2) sorted by relevance
360 hover_point_ = event.location(); in OnMouseMoved()583 SkPoint loc = { SkIntToScalar(hover_point_.x()), in DrawHoverGlowBitmap()584 SkIntToScalar(hover_point_.y()) }; in DrawHoverGlowBitmap()606 hover_canvas.DrawRectInt(hover_point_.x() - radius, in DrawHoverGlowBitmap()607 hover_point_.y() - radius, in DrawHoverGlowBitmap()
112 gfx::Point hover_point_; variable