HomeSort by relevance Sort by last modified time
    Searched refs:PP_Point (Results 26 - 50 of 96) sorted by null

12 3 4

  /external/chromium_org/ppapi/c/private/
ppb_flash.h 16 #include "ppapi/c/pp_point.h"
160 const struct PP_Point* position,
166 const struct PP_Point glyph_advances[]);
247 const struct PP_Point* position,
253 const struct PP_Point glyph_advances[]);
278 const struct PP_Point* position,
284 const struct PP_Point glyph_advances[]);
312 const struct PP_Point* position,
318 const struct PP_Point glyph_advances[]);
  /external/chromium_org/ppapi/cpp/private/
flash.h 15 struct PP_Point;
49 const PP_Point glyph_advances[]);
  /external/chromium_org/ppapi/proxy/
flash_resource.h 50 const PP_Point* position,
56 const PP_Point glyph_advances[]) OVERRIDE;
graphics_2d_resource.cc 8 #include "ppapi/c/pp_point.h"
58 const PP_Point* top_left,
76 const PP_Point* amount) {
136 const PP_Point* top_left) {
serialized_structs.h 17 #include "ppapi/c/pp_point.h"
112 PP_Point position;
117 std::vector<PP_Point> glyph_advances;
flash_menu_resource.cc 36 const PP_Point* location,
ppp_pdf_proxy.cc 17 PP_Var GetLinkAtPosition(PP_Instance instance, PP_Point point) {
  /external/chromium_org/ppapi/thunk/
ppb_flash_functions_api.h 37 const PP_Point* position,
43 const PP_Point glyph_advances[]) = 0;
ppb_cursor_control_thunk.cc 21 const PP_Point* hot_spot) {
ppb_flash_menu_thunk.cc 32 const PP_Point* location,
ppb_graphics_2d_thunk.cc 53 const struct PP_Point* top_left,
64 const struct PP_Point* amount) {
  /external/chromium_org/ppapi/cpp/
point.h 8 #include "ppapi/c/pp_point.h"
36 /// A constructor accepting a pointer to a PP_Point and converting the
37 /// PP_Point to a Point. This is an implicit conversion constructor.
39 /// @param[in] point A pointer to a PP_Point.
40 Point(const PP_Point& point) { // Implicit.
49 /// A function allowing implicit conversion of a Point to a PP_Point.
51 operator PP_Point() const {
55 /// Getter function for returning the internal PP_Point struct.
57 /// @return A const reference to the internal PP_Point struct.
58 const PP_Point& pp_point() const function in class:pp::Point
65 PP_Point& pp_point() { function in class:pp::Point
    [all...]
  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_menu_host.h 12 #include "ppapi/c/pp_point.h"
42 const PP_Point& location);
  /external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host.h 62 bool ReadImageData(PP_Resource image, const PP_Point* top_left);
103 const PP_Point& top_left,
109 const PP_Point& amount);
118 const PP_Point& top_left);
  /external/chromium_org/ppapi/c/
pp_rect.h 12 #include "ppapi/c/pp_point.h"
35 struct PP_Point point;
ppb_mouse_cursor.h 14 #include "ppapi/c/pp_point.h"
129 const struct PP_Point* hot_spot);
ppb_input_event.h 14 #include "ppapi/c/pp_point.h"
511 const struct PP_Point* mouse_position,
513 const struct PP_Point* mouse_movement);
547 struct PP_Point (*GetPosition)(PP_Resource mouse_event);
564 struct PP_Point (*GetMovement)(PP_Resource mouse_event);
575 const struct PP_Point* mouse_position,
579 struct PP_Point (*GetPosition)(PP_Resource mouse_event);
    [all...]
ppb_view.h 13 #include "ppapi/c/pp_point.h"
208 * @param[out] offset A <code>PP_Point</code> which will be set to the value
214 PP_Bool (*GetScrollOffset)(PP_Resource resource, struct PP_Point* offset);
  /external/chromium_org/ppapi/api/
pp_rect.idl 20 PP_Point point;
ppb_mouse_cursor.idl 107 [in] PP_Point hot_spot);
ppb_view.idl 205 * @param[out] offset A <code>PP_Point</code> which will be set to the value
213 [out] PP_Point offset);
ppb_input_event.idl 498 [in] PP_Point mouse_position,
536 [in] PP_Point mouse_position,
538 [in] PP_Point mouse_movement);
574 [returnByValue] PP_Point GetPosition([in] PP_Resource mouse_event);
594 PP_Point GetMovement([in] PP_Resource mouse_event);
    [all...]
  /external/chromium_org/ppapi/api/private/
ppb_testing_private.idl 48 [in] PP_Point top_left);
ppb_flash.idl 141 [in] PP_Point position,
147 [in, size_is(glyph_count)] PP_Point[] glyph_advances);
  /external/chromium_org/ppapi/tests/
test_mouse_cursor.cc 43 PP_Point point = { 0, 0 };
71 PP_Point point = { -1, 0 };

Completed in 449 milliseconds

12 3 4