Searched refs:m_area (Results 1 – 2 of 2) sorted by relevance
50 , m_area(area) in PlatformGestureEvent()67 const IntSize& area() const { return m_area; } in area()149 IntSize m_area; variable
214 m_area = expandedIntSize(FloatSize(e.data.tap.width / scale, e.data.tap.height / scale)); in PlatformGestureEventBuilder()219 m_area = expandedIntSize(FloatSize(e.data.tap.width / scale, e.data.tap.height / scale)); in PlatformGestureEventBuilder()223 … m_area = expandedIntSize(FloatSize(e.data.tapDown.width / scale, e.data.tapDown.height / scale)); in PlatformGestureEventBuilder()227 …m_area = expandedIntSize(FloatSize(e.data.showPress.width / scale, e.data.showPress.height / scale… in PlatformGestureEventBuilder()241 …m_area = expandedIntSize(FloatSize(e.data.twoFingerTap.firstFingerWidth / scale, e.data.twoFingerT… in PlatformGestureEventBuilder()245 …m_area = expandedIntSize(FloatSize(e.data.longPress.width / scale, e.data.longPress.height / scale… in PlatformGestureEventBuilder()249 …m_area = expandedIntSize(FloatSize(e.data.longPress.width / scale, e.data.longPress.height / scale… in PlatformGestureEventBuilder()