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

1 2 3 4

  /external/chromium_org/ppapi/c/
pp_point.h 6 /* From pp_point.idl modified Wed Oct 5 14:06:02 2011. */
26 * The PP_Point structure defines the integer x and y coordinates of a point.
28 struct PP_Point {
40 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_Point, 8);
61 * PP_MakePoint() creates a <code>PP_Point</code> given the x and y coordinates
69 * @return A <code>PP_Point</code> structure.
71 PP_INLINE struct PP_Point PP_MakePoint(int32_t x, int32_t y) {
72 struct PP_Point ret;
ppb_graphics_2d.h 15 #include "ppapi/c/pp_point.h"
133 const struct PP_Point* top_left,
155 const struct PP_Point* amount);
293 const struct PP_Point* top_left,
297 const struct PP_Point* amount);
pp_rect.h 12 #include "ppapi/c/pp_point.h"
35 struct PP_Point point;
  /external/chromium_org/ppapi/thunk/
ppb_graphics_2d_api.h 12 #include "ppapi/c/pp_point.h"
30 const PP_Point* top_left,
33 const PP_Point* amount) = 0;
40 virtual void SetOffset(const PP_Point* offset) = 0;
44 virtual bool ReadImageData(PP_Resource image, const PP_Point* top_left) = 0;
ppb_flash_menu_api.h 21 virtual int32_t Show(const PP_Point* location,
ppb_mouse_cursor_thunk.cc 23 const struct PP_Point* hot_spot) {
ppb_input_event_api.h 31 virtual PP_Point GetMousePosition() = 0;
33 virtual PP_Point GetMouseMovement() = 0;
ppb_browser_font_trusted_api.h 23 const PP_Point* position,
  /external/chromium_org/ppapi/api/
pp_point.idl 12 * The PP_Point structure defines the integer x and y coordinates of a point.
15 struct PP_Point {
46 * PP_MakePoint() creates a <code>PP_Point</code> given the x and y coordinates
54 * @return A <code>PP_Point</code> structure.
56 PP_INLINE struct PP_Point PP_MakePoint(int32_t x, int32_t y) {
57 struct PP_Point ret;
ppb_graphics_2d.idl 124 [in] PP_Point top_left,
148 [in] PP_Point amount);
pp_rect.idl 20 PP_Point point;
  /external/chromium_org/ppapi/proxy/
ppb_testing_proxy.h 15 struct PP_Point;
37 const PP_Point& top_left,
graphics_2d_resource.h 36 const PP_Point* top_left,
39 const PP_Point* amount) OVERRIDE;
43 virtual void SetOffset(const PP_Point* offset) OVERRIDE;
47 const PP_Point* top_left) OVERRIDE;
flash_menu_resource.h 36 virtual int32_t Show(const PP_Point* location,
  /external/chromium_org/content/renderer/pepper/
ppp_pdf.h 9 #include "ppapi/c/pp_point.h"
26 PP_Point point);
gfx_conversion.h 8 #include "ppapi/c/pp_point.h"
20 inline gfx::Point PP_ToGfxPoint(const PP_Point& p) {
24 inline PP_Point PP_FromGfxPoint(const gfx::Point& p) {
  /external/chromium_org/ppapi/api/dev/
ppb_cursor_control_dev.idl 25 [in] PP_Point hot_spot);
ppb_graphics_2d_dev.idl 81 [in] PP_Point offset);
  /external/chromium_org/ppapi/c/dev/
ppb_cursor_control_dev.h 15 #include "ppapi/c/pp_point.h"
42 const struct PP_Point* hot_spot);
ppb_graphics_2d_dev.h 13 #include "ppapi/c/pp_point.h"
95 void (*SetOffset)(PP_Resource resource, const struct PP_Point* offset);
  /external/chromium_org/ppapi/shared_impl/
ppb_instance_shared.h 35 const PP_Point* hot_spot);
ppb_input_event_shared.h 35 PP_Point mouse_position;
37 PP_Point mouse_movement;
81 virtual PP_Point GetMousePosition() OVERRIDE;
83 virtual PP_Point GetMouseMovement() OVERRIDE;
129 const PP_Point* mouse_position,
131 const PP_Point* mouse_movement);
  /external/chromium_org/ppapi/c/private/
ppb_flash_menu.h 15 #include "ppapi/c/pp_point.h"
86 const struct PP_Point* location,
ppb_testing_private.h 15 #include "ppapi/c/pp_point.h"
67 const struct PP_Point* top_left);
  /external/chromium_org/content/child/
browser_font_resource_trusted.h 50 const PP_Point* position,
69 const PP_Point* position,

Completed in 2917 milliseconds

1 2 3 4