Searched defs:PP_FloatPoint (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/c/
H A Dpp_point.h43 * The PP_FloatPoint structure defines the floating-point x and y coordinates
46 struct PP_FloatPoint { struct
50 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_FloatPoint, 8);
78 PP_INLINE struct PP_FloatPoint PP_MakeFloatPoint(float x, float y) {
79 struct PP_FloatPoint ret;
/external/chromium_org/ppapi/cpp/
H A Dpoint.h176 /// A constructor accepting a pointer to a PP_FloatPoint and converting the
179 /// @param[in] point A PP_FloatPoint.
180 FloatPoint(const PP_FloatPoint& point) { // Implicit.
189 /// PP_FloatPoint.
190 operator PP_FloatPoint() const {
194 /// Getter function for returning the internal PP_FloatPoint struct.
196 /// @return A const reference to the internal PP_FloatPoint struct.
197 const PP_FloatPoint& pp_float_point() const {
204 PP_FloatPoint& pp_float_point() {
289 PP_FloatPoint float_point
[all...]

Completed in 571 milliseconds