HomeSort by relevance Sort by last modified time
    Searched refs:pp_point (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ppapi/cpp/
mouse_cursor.cc 28 &hot_spot.pp_point()));
graphics_2d.cc 76 &top_left.pp_point(),
81 &top_left.pp_point(),
92 &top_left.pp_point(),
97 &top_left.pp_point(),
106 &amount.pp_point());
110 &amount.pp_point());
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...]
input_event.cc 113 &mouse_position.pp_point(), click_count, &mouse_movement.pp_point()));
  /external/chromium_org/ppapi/cpp/private/
flash_menu.cc 41 &location.pp_point(),
flash.cc 111 const PP_Point glyph_advances[]) {
119 &position.pp_point(),
133 &position.pp_point(),
  /external/chromium_org/ppapi/cpp/dev/
cursor_control_dev.cc 30 &hot_spot.pp_point()));
font_dev.cc 157 &position.pp_point(),
  /external/chromium_org/ppapi/cpp/trusted/
browser_font_trusted.cc 198 &position.pp_point(),
207 &position.pp_point(),
  /external/chromium_org/ppapi/tests/
test_fullscreen.cc 241 &origin.pp_point())) {
test_graphics_2d.cc 86 &top_left.pp_point()));
217 PP_Point zero_zero;
228 PP_Point zero_ten;
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
earth.cc 7 #include <ppapi/c/pp_point.h>
285 PP_Point last_mouse_pos_;
752 PP_Point mouse_pos = mouse.GetPosition();

Completed in 268 milliseconds