Lines Matching refs:PP_FloatPoint
176 /// 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_;