Home
last modified time | relevance | path

Searched refs:PP_MakePoint (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ppapi/api/
Dpp_point.idl46 * PP_MakePoint() creates a <code>PP_Point</code> given the x and y coordinates
56 PP_INLINE struct PP_Point PP_MakePoint(int32_t x, int32_t y) {
/external/chromium_org/ppapi/c/
Dpp_point.h71 PP_INLINE struct PP_Point PP_MakePoint(int32_t x, int32_t y) { in PP_MakePoint() function
/external/chromium_org/content/renderer/pepper/
Dgfx_conversion.h25 return PP_MakePoint(p.x(), p.y()); in PP_FromGfxPoint()
/external/chromium_org/ppapi/thunk/
Dppb_input_event_thunk.cc101 PP_Point mouse_movement = PP_MakePoint(0, 0); in CreateMouseInputEvent1_0()
151 return PP_MakePoint(0, 0); in GetMousePosition()
167 return PP_MakePoint(0, 0); in GetMouseMovement()
/external/chromium_org/ppapi/shared_impl/
Dppb_input_event_shared.cc19 mouse_position(PP_MakePoint(0, 0)), in InputEventData()
21 mouse_movement(PP_MakePoint(0, 0)), in InputEventData()
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
Dtest_interface.h173 const PP_Point kOrigin = PP_MakePoint(0, 0);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
Dearth.cc387 last_mouse_pos_ = PP_MakePoint(0, 0); in Planet()
/external/chromium_org/ppapi/proxy/
Dppb_instance_proxy.cc742 image_host_resource, hot_spot ? *hot_spot : PP_MakePoint(0, 0))); in SetCursor()