Searched refs:m_area (Results 1 – 2 of 2) sorted by relevance
50 , m_area(area) in PlatformGestureEvent()66 const IntSize& area() const { return m_area; } in area()111 IntSize m_area; variable
195 m_area = expandedIntSize(FloatSize(e.data.tap.width / scale, e.data.tap.height / scale)); in PlatformGestureEventBuilder()200 m_area = expandedIntSize(FloatSize(e.data.tap.width / scale, e.data.tap.height / scale)); in PlatformGestureEventBuilder()204 … m_area = expandedIntSize(FloatSize(e.data.tapDown.width / scale, e.data.tapDown.height / scale)); in PlatformGestureEventBuilder()208 …m_area = expandedIntSize(FloatSize(e.data.showPress.width / scale, e.data.showPress.height / scale… in PlatformGestureEventBuilder()222 …m_area = expandedIntSize(FloatSize(e.data.twoFingerTap.firstFingerWidth / scale, e.data.twoFingerT… in PlatformGestureEventBuilder()226 …m_area = expandedIntSize(FloatSize(e.data.longPress.width / scale, e.data.longPress.height / scale… in PlatformGestureEventBuilder()230 …m_area = expandedIntSize(FloatSize(e.data.longPress.width / scale, e.data.longPress.height / scale… in PlatformGestureEventBuilder()