Searched defs:PP_TouchPoint (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ppapi/c/
H A Dpp_touch_point.h27 * The <code>PP_TouchPoint</code> struct represents all information about a
30 struct PP_TouchPoint { struct
63 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_TouchPoint, 28);
74 * PP_MakeTouchPoint() creates a <code>PP_TouchPoint</code>.
76 * @return A <code>PP_TouchPoint</code> structure.
78 PP_INLINE struct PP_TouchPoint PP_MakeTouchPoint(void) {
79 struct PP_TouchPoint result = { 0, {0, 0}, {0, 0}, 0, 0 };

Completed in 62 milliseconds