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

  /external/chromium_org/ppapi/c/
pp_touch_point.h 44 struct PP_FloatPoint position;
49 struct PP_FloatPoint radius;
pp_point.h 43 * The PP_FloatPoint structure defines the floating-point x and y coordinates
46 struct PP_FloatPoint {
50 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_FloatPoint, 8);
78 PP_INLINE struct PP_FloatPoint PP_MakeFloatPoint(float x, float y) {
79 struct PP_FloatPoint ret;
pp_rect.h 50 struct PP_FloatPoint point;
ppb_input_event.h 616 const struct PP_FloatPoint* wheel_delta,
617 const struct PP_FloatPoint* wheel_ticks,
653 struct PP_FloatPoint (*GetDelta)(PP_Resource wheel_event);
676 struct PP_FloatPoint (*GetTicks)(PP_Resource wheel_event);
    [all...]
  /external/chromium_org/ppapi/api/
pp_touch_point.idl 32 PP_FloatPoint position;
38 PP_FloatPoint radius;
pp_point.idl 30 * The PP_FloatPoint structure defines the floating-point x and y coordinates
34 struct PP_FloatPoint {
63 PP_INLINE struct PP_FloatPoint PP_MakeFloatPoint(float x, float y) {
64 struct PP_FloatPoint ret;
pp_rect.idl 35 PP_FloatPoint point;
ppb_input_event.idl 632 [in] PP_FloatPoint wheel_delta,
633 [in] PP_FloatPoint wheel_ticks,
671 PP_FloatPoint GetDelta([in] PP_Resource wheel_event);
695 PP_FloatPoint GetTicks([in] PP_Resource wheel_event);
    [all...]
  /external/chromium_org/ppapi/thunk/
ppb_input_event_api.h 33 virtual PP_FloatPoint GetWheelDelta() = 0;
34 virtual PP_FloatPoint GetWheelTicks() = 0;
ppb_input_event_thunk.cc 193 const PP_FloatPoint* wheel_delta,
194 const PP_FloatPoint* wheel_ticks,
213 PP_FloatPoint GetWheelDelta(PP_Resource wheel_event) {
221 PP_FloatPoint GetWheelTicks(PP_Resource wheel_event) {
resource_creation_api.h 107 const PP_FloatPoint* wheel_delta,
108 const PP_FloatPoint* wheel_ticks,
  /external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.h 40 PP_FloatPoint wheel_delta;
41 PP_FloatPoint wheel_ticks;
86 virtual PP_FloatPoint GetWheelDelta() OVERRIDE;
87 virtual PP_FloatPoint GetWheelTicks() OVERRIDE;
138 const PP_FloatPoint* wheel_delta,
139 const PP_FloatPoint* wheel_ticks,
ppb_input_event_shared.cc 75 PP_FloatPoint PPB_InputEvent_Shared::GetWheelDelta() {
79 PP_FloatPoint PPB_InputEvent_Shared::GetWheelTicks() {
320 const PP_FloatPoint* wheel_delta,
321 const PP_FloatPoint* wheel_ticks,
  /external/chromium_org/ppapi/cpp/
point.h 176 /// A constructor accepting a pointer to a PP_FloatPoint and converting the
179 /// @param[in] point A PP_FloatPoint.
180 FloatPoint(const PP_FloatPoint& point) { // Implicit.
189 /// PP_FloatPoint.
190 operator PP_FloatPoint() const {
194 /// Getter function for returning the internal PP_FloatPoint struct.
196 /// @return A const reference to the internal PP_FloatPoint struct.
197 const PP_FloatPoint& pp_float_point() const {
204 PP_FloatPoint& pp_float_point() {
289 PP_FloatPoint float_point_
    [all...]
  /external/chromium_org/content/renderer/pepper/
resource_creation_impl.cc 331 const PP_FloatPoint* wheel_delta,
332 const PP_FloatPoint* wheel_ticks,
resource_creation_impl.h 142 const PP_FloatPoint* wheel_delta,
143 const PP_FloatPoint* wheel_ticks,
  /external/chromium_org/mojo/examples/pepper_container_app/
resource_creation_impl.cc 117 const PP_FloatPoint* wheel_delta,
118 const PP_FloatPoint* wheel_ticks,
resource_creation_impl.h 76 const PP_FloatPoint* wheel_delta,
77 const PP_FloatPoint* wheel_ticks,
  /external/chromium_org/ppapi/proxy/
resource_creation_proxy.h 94 const PP_FloatPoint* wheel_delta,
95 const PP_FloatPoint* wheel_ticks,
resource_creation_proxy.cc 184 const PP_FloatPoint* wheel_delta,
185 const PP_FloatPoint* wheel_ticks,
ppapi_messages.h 139 IPC_STRUCT_TRAITS_BEGIN(PP_FloatPoint)
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
earth.cc 712 PP_FloatPoint ticks = wheel.GetTicks();
  /external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
earth.cc 752 PP_FloatPoint ticks = wheel.GetTicks();
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
earth.cc 765 PP_FloatPoint ticks = wheel.GetTicks();
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 471 milliseconds