/external/chromium_org/ppapi/api/private/ |
ppb_flash_menu.idl | 50 [in] PP_Point location,
|
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/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) { 115 void Graphics2DResource::SetOffset(const PP_Point* offset) { 153 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,
|
/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 | 55 const struct PP_Point* top_left, 66 const struct PP_Point* amount) {
|
ppb_graphics_2d_dev_thunk.cc | 37 void SetOffset(PP_Resource resource, const struct PP_Point* offset) {
|
ppb_input_event_thunk.cc | 94 const PP_Point* mouse_position, 101 PP_Point mouse_movement = PP_MakePoint(0, 0); 113 const PP_Point* mouse_position, 115 const PP_Point* mouse_movement) { 147 PP_Point GetMousePosition(PP_Resource mouse_event) { 163 PP_Point GetMouseMovement(PP_Resource mouse_event) {
|
/external/chromium_org/content/renderer/pepper/ |
pepper_graphics_2d_host.h | 62 const PP_Point* top_left); 109 const PP_Point& top_left, 115 const PP_Point& amount); 123 const PP_Point& offset); 128 const PP_Point& top_left);
|
/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/ppapi/c/ |
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" 512 const struct PP_Point* mouse_position, 514 const struct PP_Point* mouse_movement); 548 struct PP_Point (*GetPosition)(PP_Resource mouse_event); 565 struct PP_Point (*GetMovement)(PP_Resource mouse_event); 576 const struct PP_Point* mouse_position, 580 struct PP_Point (*GetPosition)(PP_Resource mouse_event); [all...] |
/external/chromium_org/ppapi/api/ |
ppb_mouse_cursor.idl | 107 [in] PP_Point hot_spot);
|
ppb_input_event.idl | 499 [in] PP_Point mouse_position, 537 [in] PP_Point mouse_position, 539 [in] PP_Point mouse_movement); 575 [returnByValue] PP_Point GetPosition([in] PP_Resource mouse_event); 595 PP_Point GetMovement([in] PP_Resource mouse_event); [all...] |
/external/chromium_org/ppapi/tests/ |
test_mouse_cursor.cc | 43 PP_Point point = { 0, 0 }; 71 PP_Point point = { -1, 0 };
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_instance_shared.cc | 65 const PP_Point* hot_spot) {
|
/external/chromium_org/ppapi/api/dev/ |
ppb_font_dev.idl | 220 [in] PP_Point position,
|