Home | History | Annotate | Download | only in page

Lines Matching refs:pointState

3527         PlatformTouchPoint::State pointState = point.state();
3530 if (pointState == PlatformTouchPoint::TouchReleased || pointState == PlatformTouchPoint::TouchCancelled) {
3597 if (pointState != PlatformTouchPoint::TouchReleased && pointState != PlatformTouchPoint::TouchCancelled) {
3608 if (pointState != PlatformTouchPoint::TouchStationary && knownTarget) {
3609 ASSERT(pointState < PlatformTouchPoint::TouchStateEnd);
3610 if (!changedTouches[pointState].m_touches)
3611 changedTouches[pointState].m_touches = TouchList::create();
3612 changedTouches[pointState].m_touches->append(touch);
3613 changedTouches[pointState].m_targets.add(touchTarget);