HomeSort by relevance Sort by last modified time
    Searched refs:PP_MakePoint (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ppapi/c/
pp_point.h 61 * PP_MakePoint() creates a <code>PP_Point</code> given the x and y coordinates
71 PP_INLINE struct PP_Point PP_MakePoint(int32_t x, int32_t y) {
  /external/chromium_org/ppapi/api/
pp_point.idl 46 * 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/content/renderer/pepper/
gfx_conversion.h 25 return PP_MakePoint(p.x(), p.y());
  /external/chromium_org/ppapi/thunk/
ppb_input_event_thunk.cc 101 PP_Point mouse_movement = PP_MakePoint(0, 0);
151 return PP_MakePoint(0, 0);
167 return PP_MakePoint(0, 0);
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
test_interface.h 173 const PP_Point kOrigin = PP_MakePoint(0, 0);
  /external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.cc 19 mouse_position(PP_MakePoint(0, 0)),
21 mouse_movement(PP_MakePoint(0, 0)),
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
earth.cc 387 last_mouse_pos_ = PP_MakePoint(0, 0);
  /external/chromium_org/ppapi/proxy/
ppb_instance_proxy.cc 742 image_host_resource, hot_spot ? *hot_spot : PP_MakePoint(0, 0)));
    [all...]

Completed in 170 milliseconds