HomeSort by relevance Sort by last modified time
    Searched refs:PP_Point (Results 1 - 25 of 96) 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);
  /external/chromium_org/ppapi/thunk/
ppb_graphics_2d_api.h 11 #include "ppapi/c/pp_point.h"
29 const PP_Point* top_left,
32 const PP_Point* amount) = 0;
39 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_view_api.h 30 virtual PP_Bool GetScrollOffset(PP_Point* offset) const = 0;
ppb_input_event_api.h 30 virtual PP_Point GetMousePosition() = 0;
32 virtual PP_Point GetMouseMovement() = 0;
ppb_mouse_cursor_thunk.cc 21 const struct PP_Point* hot_spot) {
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);
  /external/chromium_org/ppapi/proxy/
graphics_2d_resource.h 36 const PP_Point* top_left,
39 const PP_Point* amount) OVERRIDE;
45 const PP_Point* top_left) OVERRIDE;
ppb_testing_proxy.h 15 struct PP_Point;
37 const PP_Point& top_left,
flash_menu_resource.h 36 virtual int32_t Show(const PP_Point* location,
  /external/chromium_org/mojo/examples/pepper_container_app/
type_converters.h 10 #include "ppapi/c/pp_point.h"
17 struct TypeConverter<PointPtr, PP_Point> {
18 static PointPtr Convert(const PP_Point& input) {
27 struct TypeConverter<PP_Point, PointPtr> {
28 static PP_Point Convert(const PointPtr& input) {
  /external/chromium_org/ppapi/c/private/
ppp_pdf.h 9 #include "ppapi/c/pp_point.h"
26 PP_Point point);
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/ppapi/api/dev/
ppb_cursor_control_dev.idl 25 [in] PP_Point hot_spot);
  /external/chromium_org/ppapi/shared_impl/
ppb_view_shared.h 30 PP_Point scroll_offset;
53 virtual PP_Bool GetScrollOffset(PP_Point* scroll_offset) const OVERRIDE;
ppb_instance_shared.h 35 const PP_Point* hot_spot);
ppb_input_event_shared.h 36 PP_Point mouse_position;
38 PP_Point mouse_movement;
83 virtual PP_Point GetMousePosition() OVERRIDE;
85 virtual PP_Point GetMouseMovement() OVERRIDE;
131 const PP_Point* mouse_position,
133 const PP_Point* mouse_movement);
  /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);
  /external/chromium_org/content/child/
browser_font_resource_trusted.h 50 const PP_Point* position,
69 const PP_Point* position,
  /external/chromium_org/content/renderer/pepper/
gfx_conversion.h 8 #include "ppapi/c/pp_point.h"
21 inline gfx::Point PP_ToGfxPoint(const PP_Point& p) {
25 inline PP_Point PP_FromGfxPoint(const gfx::Point& p) {
  /external/chromium_org/ppapi/api/private/
ppb_flash_menu.idl 50 [in] PP_Point location,

Completed in 715 milliseconds

1 2 3 4