Searched refs:pp_pt (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Devent_conversion.cc237 PP_TouchPoint pp_pt; local
238 pp_pt.id = touch_point.id;
239 pp_pt.position.x = touch_point.position.x;
240 pp_pt.position.y = touch_point.position.y;
241 pp_pt.radius.x = touch_point.radiusX;
242 pp_pt.radius.y = touch_point.radiusY;
243 pp_pt.rotation_angle = touch_point.rotationAngle;
244 pp_pt.pressure = touch_point.force;
245 result->push_back(pp_pt);
269 WebTouchPoint CreateWebTouchPoint(const PP_TouchPoint& pp_pt, argument
311 const PP_TouchPoint& pp_pt = pp_touches[i]; local
[all...]

Completed in 389 milliseconds