point 824 gui/gui.cpp const std::vector<point> box = boost::assign::list_of point 825 gui/gui.cpp (point(xmin, ymin)) point 826 gui/gui.cpp (point(xmax, ymin)) point 827 gui/gui.cpp (point(xmax, ymax)) point 828 gui/gui.cpp (point(xmin, ymax)); point 170 gui/haiku/haiku_agg_glue.cpp if (B_OK != msg.AddInt32("x", point.x) point 171 gui/haiku/haiku_agg_glue.cpp || B_OK != msg.AddInt32("y", point.y)) point 235 gui/kde/Kde4Gui.cpp popupMenu.exec(point); point 132 gui/kde/Kde4Gui.h void popupMenu(const QPoint& point); point 413 libcore/Button.cpp point p(x, y); point 435 libcore/Button.cpp point wp(x,y); point 1312 libcore/DisplayObject.cpp point a(pixelsToTwips(x), pixelsToTwips(y)); point 1326 libcore/DisplayObject.cpp point a(pixelsToTwips(x), pixelsToTwips(y)); point 150 libcore/Geometry.cpp point pt(x, y); point 49 libcore/Geometry.h point cp; // control point, TWIPS point 50 libcore/Geometry.h point ap; // anchor point, TWIPS point 71 libcore/Geometry.h Edge(const point& ncp, const point& nap) point 91 libcore/Geometry.h squareDistancePtSeg(const point& p, const point& A, const point& B) point 117 libcore/Geometry.h point px(A, B, u); // FIXME: this interpolation introduce a precision loss (point is int-based) point 123 libcore/Geometry.h distancePtSeg(const point& pt, const point& A, const point& B) point 138 libcore/Geometry.h static point point 139 libcore/Geometry.h pointOnCurve(const point& A, const point& C, const point& B, float t) point 141 libcore/Geometry.h point Q1(A, C, t); point 142 libcore/Geometry.h point Q2(C, B, t); point 143 libcore/Geometry.h point R(Q1, Q2, t); point 157 libcore/Geometry.h static boost::int64_t squareDistancePtCurve(const point& A, point 158 libcore/Geometry.h const point& C, point 159 libcore/Geometry.h const point& B, point 160 libcore/Geometry.h const point& p, float t) point 181 libcore/Geometry.h point ap; point 406 libcore/Geometry.h withinSquareDistance(const point& p, double dist) const point 412 libcore/Geometry.h point px(ap); point 416 libcore/Geometry.h point np(e.ap); point 426 libcore/Geometry.h const point& A = px; point 427 libcore/Geometry.h const point& C = e.cp; point 428 libcore/Geometry.h const point& B = e.ap; point 438 libcore/Geometry.h point p0(A.x, A.y); point 442 libcore/Geometry.h point p1 = Edge::pointOnCurve(A, C, B, t1); point 43 libcore/MorphShape.cpp point lp(x, y); point 221 libcore/MovieClip.cpp point _wp; point 224 libcore/MovieClip.cpp point _pp; point 1383 libcore/MovieClip.cpp point lp(x, y); point 1410 libcore/MovieClip.cpp point wp(x, y); point 1428 libcore/MovieClip.cpp point pp(x, y); point 105 libcore/SWFMatrix.cpp point p0(xmin, ymin); point 106 libcore/SWFMatrix.cpp point p1(xmin, ymax); point 107 libcore/SWFMatrix.cpp point p2(xmax, ymax); point 108 libcore/SWFMatrix.cpp point p3(xmax, ymin); point 247 libcore/SWFMatrix.cpp point p0(x1, y1); point 248 libcore/SWFMatrix.cpp point p1(x2, y1); point 249 libcore/SWFMatrix.cpp point p2(x2, y2); point 250 libcore/SWFMatrix.cpp point p3(x1, y2); point 43 libcore/SWFRect.cpp point p0(x1, y1); point 44 libcore/SWFRect.cpp point p1(x2, y1); point 45 libcore/SWFRect.cpp point p2(x2, y2); point 46 libcore/SWFRect.cpp point p3(x1, y2); point 89 libcore/SWFRect.cpp point p0(x1, y1); point 90 libcore/SWFRect.cpp point p1(x2, y1); point 91 libcore/SWFRect.cpp point p2(x2, y2); point 92 libcore/SWFRect.cpp point p3(x1, y2); point 33 libcore/Shape.cpp point lp(x, y); point 266 libcore/TextField.cpp const std::vector<point> line = boost::assign::list_of point 267 libcore/TextField.cpp (point(x, y)) point 268 libcore/TextField.cpp (point(x, y + h)); point 311 libcore/TextField.cpp const std::vector<point> coords = boost::assign::list_of point 312 libcore/TextField.cpp (point(xmin, ymin)) point 313 libcore/TextField.cpp (point(xmax, ymin)) point 314 libcore/TextField.cpp (point(xmax, ymax)) point 315 libcore/TextField.cpp (point(xmin, ymax)); point 782 libcore/TextField.cpp point p(x, y); point 2200 libcore/TextField.cpp point lp(x, y); point 1309 libcore/asobj/MovieClip_as.cpp point pt(x, y); point 1369 libcore/asobj/MovieClip_as.cpp point pt(x, y); point 410 libcore/asobj/flash/geom/Matrix_as.cpp const PointType& point = transformPoint(*obj, *ptr); point 423 libcore/asobj/flash/geom/Matrix_as.cpp args += point(0), point(1); point 732 libcore/asobj/flash/geom/Matrix_as.cpp const PointType& point = transformPoint(*obj, *ptr); point 745 libcore/asobj/flash/geom/Matrix_as.cpp args += point(0) + toNumber(tx, getVM(fn)), point(1) + toNumber(ty, getVM(fn)); point 816 libcore/asobj/flash/geom/Matrix_as.cpp PointType point; point 817 libcore/asobj/flash/geom/Matrix_as.cpp point(0) = toNumber(x, vm); point 818 libcore/asobj/flash/geom/Matrix_as.cpp point(1) = toNumber(y, vm); point 821 libcore/asobj/flash/geom/Matrix_as.cpp point = boost::numeric::ublas::prod(point, transformMatrix); point 823 libcore/asobj/flash/geom/Matrix_as.cpp return point; point 466 libcore/asobj/flash/geom/Rectangle_as.cpp as_value point(findObject(fn.env(), "flash.geom.Point")); point 468 libcore/asobj/flash/geom/Rectangle_as.cpp as_function* pointCtor = point.to_function(); point 720 libcore/movie_root.cpp point origin(0, 0); point 722 libcore/movie_root.cpp point world_origin; point 726 libcore/movie_root.cpp point world_mouse(pixelsToTwips(_mouseX), pixelsToTwips(_mouseY)); point 748 libcore/movie_root.cpp point world_mouse(pixelsToTwips(_mouseX), pixelsToTwips(_mouseY)); point 252 libcore/swf/TextRecord.cpp static const std::vector<point> emptyCharBox = point 253 libcore/swf/TextRecord.cpp boost::assign::list_of (point(32, 32)) point 254 libcore/swf/TextRecord.cpp (point(480, 32)) point 255 libcore/swf/TextRecord.cpp (point(480, -656)) point 256 libcore/swf/TextRecord.cpp (point(32, -656)) point 257 libcore/swf/TextRecord.cpp (point(32,32)); point 288 libcore/swf/TextRecord.cpp const std::vector<point> underline = boost::assign::list_of point 289 libcore/swf/TextRecord.cpp (point(startX, posY)) point 290 libcore/swf/TextRecord.cpp (point(endX, posY)); point 268 librender/Renderer.h virtual void drawLine(const std::vector<point>& coords, point 285 librender/Renderer.h virtual void draw_poly(const std::vector<point>& corners, point 400 librender/Renderer.h virtual point pixel_to_world(int x, int y) const = 0; point 405 librender/Renderer.h point topleft = pixel_to_world( point 407 librender/Renderer.h point bottomright = pixel_to_world( point 754 librender/agg/Renderer_agg.cpp point a, b, c, d; point 755 librender/agg/Renderer_agg.cpp mat.transform(&a, point(bounds->get_x_min(), bounds->get_y_min())); point 756 librender/agg/Renderer_agg.cpp mat.transform(&b, point(bounds->get_x_max(), bounds->get_y_min())); point 757 librender/agg/Renderer_agg.cpp mat.transform(&c, point(bounds->get_x_max(), bounds->get_y_max())); point 758 librender/agg/Renderer_agg.cpp mat.transform(&d, point(bounds->get_x_min(), bounds->get_y_max())); point 965 librender/agg/Renderer_agg.cpp point pnt; point 1829 librender/agg/Renderer_agg.cpp point pnt, origin; point 1839 librender/agg/Renderer_agg.cpp point(truncator(corners[0].x), truncator(corners[0].y))); point 1844 librender/agg/Renderer_agg.cpp mat.transform(&pnt, point(corners[i].x, corners[i].y)); point 1926 librender/agg/Renderer_agg.cpp point p(world_x, world_y); point 1947 librender/agg/Renderer_agg.cpp point point 1950 librender/agg/Renderer_agg.cpp point p(x, y); point 29 librender/cairo/PathParser.cpp const point& point 35 librender/cairo/PathParser.cpp const point& point 48 librender/cairo/PathParser.h const point& startPoint() const; point 49 librender/cairo/PathParser.h const point& endPoint() const; point 95 librender/cairo/PathParser.h virtual void moveTo(const point& p) = 0; point 101 librender/cairo/PathParser.h virtual void lineTo(const point& p) = 0; point 120 librender/cairo/PathParser.h point _shape_origin; point 121 librender/cairo/PathParser.h point _cur_endpoint; point 581 librender/cairo/Renderer_cairo.cpp point point 591 librender/cairo/Renderer_cairo.cpp return point(xconv, yconv); point 683 librender/cairo/Renderer_cairo.cpp std::vector<point>::const_iterator i = coords.begin(); point 690 librender/cairo/Renderer_cairo.cpp for (std::vector<point>::const_iterator e = coords.end(); i != e; ++i) { point 56 librender/cairo/Renderer_cairo.h virtual point pixel_to_world(int x, int y) const; point 78 librender/cairo/Renderer_cairo.h void drawLine(const std::vector<point>& coords, const rgba& color, point 81 librender/cairo/Renderer_cairo.h void draw_poly(const std::vector<point>& corners, point 351 librender/opengl/Renderer_ogl.cpp point middle(const point& a, const point& b) point 353 librender/opengl/Renderer_ogl.cpp return point(0.5 * (a.x + b.x), 0.5 * (a.y + b.y)); point 395 librender/opengl/Renderer_ogl.cpp point mid = middle(startP, endP); point 398 librender/opengl/Renderer_ogl.cpp point q = middle(mid, controlP); point 415 librender/opengl/Renderer_ogl.cpp point anchor(anchor_x, anchor_y); point 424 librender/opengl/Renderer_ogl.cpp point target(the_edge.ap.x, the_edge.ap.y); point 429 librender/opengl/Renderer_ogl.cpp point control(the_edge.cp.x, the_edge.cp.y); point 926 librender/opengl/Renderer_ogl.cpp gnash::point l, u; point 927 librender/opengl/Renderer_ogl.cpp m->transform(&l, point(bounds->get_x_min(), bounds->get_y_min())); point 928 librender/opengl/Renderer_ogl.cpp m->transform(&u, point(bounds->get_x_max(), bounds->get_y_max())); point 960 librender/opengl/Renderer_ogl.cpp point point 964 librender/opengl/Renderer_ogl.cpp return point(pixelsToTwips(x), pixelsToTwips(y)); point 75 librender/opengl/Renderer_ogl.h oglVertex(const point& p) point 35 testsuite/libbase.all/Point2dTest.cpp point p1(0, 0); point 36 testsuite/libbase.all/Point2dTest.cpp point p2(10, 0); point 40 testsuite/libbase.all/Point2dTest.cpp point p(p1, p2, 0.5); point 67 testsuite/libcore.all/EdgeTest.cpp check_equals(Edge::distancePtSeg(point(0,0), point(9, 0), point(9, 0)), 9); point 68 testsuite/libcore.all/EdgeTest.cpp check_equals(Edge::distancePtSeg(point(0,0), point(0, 0), point(3, 0)), 0); point 69 testsuite/libcore.all/EdgeTest.cpp check_equals(Edge::distancePtSeg(point(-5,0), point(0, 0), point(3, 0)), 5); point 70 testsuite/libcore.all/EdgeTest.cpp check_equals(Edge::distancePtSeg(point(5,0), point(0, 0), point(3, 0)), 2); point 71 testsuite/libcore.all/EdgeTest.cpp check_equals(D(Edge::distancePtSeg(point(0,0), point(-10, 0), point(3, 0))), 0); point 72 testsuite/libcore.all/EdgeTest.cpp check_equals(Edge::distancePtSeg(point(0,0), point(-10, 0), point(-10, 30)), 10); point 73 testsuite/libcore.all/EdgeTest.cpp check_equals(Edge::distancePtSeg(point(5,5), point(-10, 0), point(10, 0)), 5); point 84 testsuite/libcore.all/EdgeTest.cpp point A(10, 10); point 85 testsuite/libcore.all/EdgeTest.cpp point C(20, 10); point 86 testsuite/libcore.all/EdgeTest.cpp point B(20, 20); point 89 testsuite/libcore.all/EdgeTest.cpp check_equals(Edge::pointOnCurve(A, C, B, 0.5), point(17.5, 12.5)); point 101 testsuite/libcore.all/EdgeTest.cpp check_equals(Edge::pointOnCurve(A, C, B, 0.5), point(27.5, 10)); point 209 testsuite/libcore.all/MatrixTest.cpp point p1(0, 0); point 210 testsuite/libcore.all/MatrixTest.cpp point p2(64, 64); point 211 testsuite/libcore.all/MatrixTest.cpp point r; point 63 testsuite/misc-ming.all/DragDropTestRunner.cpp point out(350, 100); // out of any drawing point 65 testsuite/misc-ming.all/DragDropTestRunner.cpp point rc1(50, 50); // first red circle point 66 testsuite/misc-ming.all/DragDropTestRunner.cpp point gc1(100, 50); // first green circle point 67 testsuite/misc-ming.all/DragDropTestRunner.cpp point bc1(70, 100); // first blue circle point 69 testsuite/misc-ming.all/DragDropTestRunner.cpp point rc2(150, 50); // second red circle point 70 testsuite/misc-ming.all/DragDropTestRunner.cpp point gc2(200, 50); // second green circle point 71 testsuite/misc-ming.all/DragDropTestRunner.cpp point bc2(170, 100); // second blue circle point 73 testsuite/misc-ming.all/DragDropTestRunner.cpp point rc3(250, 50); // third red circle point 74 testsuite/misc-ming.all/DragDropTestRunner.cpp point gc3(300, 50); // third green circle point 75 testsuite/misc-ming.all/DragDropTestRunner.cpp point bc3(270, 100); // third blue circle point 77 testsuite/misc-swfc.all/button_test1runner.cpp point visibleGreen(100, 260); point 80 testsuite/misc-swfc.all/button_test1runner.cpp point bigGreen(100, 352); point 83 testsuite/misc-swfc.all/button_test1runner.cpp point yellowOnGreen(127, 256); point 86 testsuite/misc-swfc.all/button_test1runner.cpp point yellowOffGreen(136, 231); point 90 testsuite/misc-swfc.all/button_test1runner.cpp point bigYellowOffGreen(294,365); point 93 testsuite/misc-swfc.all/button_test1runner.cpp point redNoHit(241, 351); point 96 testsuite/misc-swfc.all/button_test1runner.cpp point bigRedNoHit(330, 397);