Lines Matching refs:PointF
42 gfx::PointF CartesianPoint2d() const {
44 return gfx::PointF(x(), y());
50 return gfx::PointF(x() * inv_w, y() * inv_w);
116 gfx::PointF clipped_quad[8],
119 static gfx::RectF ComputeEnclosingRectOfVertices(gfx::PointF vertices[],
132 static gfx::PointF MapPoint(const gfx::Transform& transform,
133 gfx::PointF point,
141 static gfx::PointF ProjectPoint(const gfx::Transform& transform,
142 gfx::PointF point,
172 static scoped_ptr<base::Value> AsValue(gfx::PointF q);