HomeSort by relevance Sort by last modified time
    Searched refs:PP_FloatPoint (Results 1 - 20 of 20) 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;
ppb_input_event.h 617 const struct PP_FloatPoint* wheel_delta,
618 const struct PP_FloatPoint* wheel_ticks,
654 struct PP_FloatPoint (*GetDelta)(PP_Resource wheel_event);
677 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;
ppb_input_event.idl 633 [in] PP_FloatPoint wheel_delta,
634 [in] PP_FloatPoint wheel_ticks,
672 PP_FloatPoint GetDelta([in] PP_Resource wheel_event);
696 PP_FloatPoint GetTicks([in] PP_Resource wheel_event);
    [all...]
  /external/chromium_org/ppapi/thunk/
ppb_input_event_api.h 34 virtual PP_FloatPoint GetWheelDelta() = 0;
35 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 101 const PP_FloatPoint* wheel_delta,
102 const PP_FloatPoint* wheel_ticks,
  /external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.h 39 PP_FloatPoint wheel_delta;
40 PP_FloatPoint wheel_ticks;
84 virtual PP_FloatPoint GetWheelDelta() OVERRIDE;
85 virtual PP_FloatPoint GetWheelTicks() OVERRIDE;
136 const PP_FloatPoint* wheel_delta,
137 const PP_FloatPoint* wheel_ticks,
ppb_input_event_shared.cc 83 PP_FloatPoint PPB_InputEvent_Shared::GetWheelDelta() {
87 PP_FloatPoint PPB_InputEvent_Shared::GetWheelTicks() {
318 const PP_FloatPoint* wheel_delta,
319 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 297 const PP_FloatPoint* wheel_delta,
298 const PP_FloatPoint* wheel_ticks,
resource_creation_impl.h 136 const PP_FloatPoint* wheel_delta,
137 const PP_FloatPoint* wheel_ticks,
  /external/chromium_org/ppapi/proxy/
resource_creation_proxy.h 89 const PP_FloatPoint* wheel_delta,
90 const PP_FloatPoint* wheel_ticks,
resource_creation_proxy.cc 177 const PP_FloatPoint* wheel_delta,
178 const PP_FloatPoint* wheel_ticks,
ppapi_messages.h 128 IPC_STRUCT_TRAITS_BEGIN(PP_FloatPoint)
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
earth.cc 716 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 396 milliseconds