Searched refs:PP_MakeTouchPoint (Results 1 – 6 of 6) sorted by relevance
164 return PP_MakeTouchPoint(); in GetTouchByIndex()167 return PP_MakeTouchPoint(); in GetTouchByIndex()186 return PP_MakeTouchPoint(); in GetTouchById()192 return PP_MakeTouchPoint(); in GetTouchById()
78 PP_INLINE struct PP_TouchPoint PP_MakeTouchPoint(void) { in PP_MakeTouchPoint() function
62 * PP_MakeTouchPoint() creates a <code>PP_TouchPoint</code>.66 PP_INLINE struct PP_TouchPoint PP_MakeTouchPoint(void) {
17 TouchPoint() : touch_point_(PP_MakeTouchPoint()) {} in TouchPoint()
484 return PP_MakeTouchPoint(); in GetTouchByIndex()494 return PP_MakeTouchPoint(); in GetTouchById()
175 PP_TouchPoint touch_point = PP_MakeTouchPoint(); in CreateTouchEvent()