Home
last modified time | relevance | path

Searched refs:Point (Results 1 – 25 of 64) sorted by relevance

123

/external/chromium/base/gfx/
Dpoint.cc15 Point::Point() : x_(0), y_(0) { in Point() function in gfx::Point
18 Point::Point(int x, int y) : x_(x), y_(y) { in Point() function in gfx::Point
22 Point::Point(DWORD point) { in Point() function in gfx::Point
28 Point::Point(const POINT& point) : x_(point.x), y_(point.y) { in Point() function in gfx::Point
31 Point& Point::operator=(const POINT& point) { in operator =()
37 POINT Point::ToPOINT() const { in ToPOINT()
44 Point::Point(const CGPoint& point) : x_(point.x), y_(point.y) { in Point() function in gfx::Point
47 CGPoint Point::ToCGPoint() const { in ToCGPoint()
54 std::ostream& operator<<(std::ostream& out, const gfx::Point& p) { in operator <<()
Dpoint.h24 class Point {
26 Point();
27 Point(int x, int y);
32 explicit Point(DWORD point);
33 explicit Point(const POINT& point);
34 Point& operator=(const POINT& point);
36 explicit Point(const CGPoint& point);
39 ~Point() {} in ~Point()
57 bool operator==(const Point& rhs) const {
61 bool operator!=(const Point& rhs) const {
[all …]
Drect.h40 Rect(const gfx::Point& origin, const gfx::Size& size);
64 const gfx::Point& origin() const { return origin_; } in origin()
65 void set_origin(const gfx::Point& origin) { origin_ = origin; } in set_origin()
85 void Offset(const gfx::Point& point) { in Offset()
114 bool Contains(const gfx::Point& point) const { in Contains()
150 Point CenterPoint() const;
157 gfx::Point origin_;
Drect.cc49 Rect::Rect(const gfx::Point& origin, const gfx::Size& size) in Rect()
224 Point Rect::CenterPoint() const { in CenterPoint()
225 return Point(x() + (width() + 1) / 2, y() + (height() + 1) / 2); in CenterPoint()
/external/v8/test/mjsunit/
Ddebug-backtrace-text.js31 function Point(x, y) { class
36 Point.prototype.distanceTo = function(p) {
41 p1 = new Point(1,1);
42 p2 = new Point(2,2);
53 return new Point(x, y);
117 Debug.setBreakPoint(Point, 0, 0);
Ddebug-constructed-by.js33 function Point(x,y) {} class
36 var ctor = debug.MakeMirror(Point);
45 var p = new Point();
55 ps.push(new Point());
Ddebug-references.js109 function Point(x, y) { this.x_ = x; this.y_ = y;} class
110 p = new Point(0,0);
111 q = new Point(1,2);
Dmirror-object.js156 function Point(x,y) { class
165 testObjectMirror(new Point(-1.2,2.003), 'Object', 'Point');
/external/libffi/testsuite/libffi.call/
Dpyobjc-tc.c10 typedef struct Point { struct
13 } Point; argument
21 Point o;
25 int doit(int o, char* s, Point p, Rect r, int last) in doit()
91 Point p = { 1.0, 2.0 }; in main()
/external/webkit/WebKit/chromium/public/
DWebPoint.h79 WebPoint(const gfx::Point& p) in WebPoint()
85 WebPoint& operator=(const gfx::Point& p)
92 operator gfx::Point() const in Point() function
94 return gfx::Point(x, y); in Point()
/external/stlport/test/unit/
Ddeque_test.cpp232 struct Point { struct
236 struct PointEx : public Point { argument
238 PointEx(const Point&) : builtFromBase(true) {} in PointEx()
265 deque<Point> d1(1); in optimizations_check()
Dvector_test.cpp403 struct Point { struct
407 struct PointEx : public Point { argument
409 PointEx(const Point&) : builtFromBase(true) {} in PointEx()
436 vector<Point> v1(1); in optimizations_check()
/external/tcpdump/tests/
Dospf-gmpls.new8 Link Type subTLV (1), length: 1, Point-to-point (1)
32 Link Type subTLV (1), length: 1, Point-to-point (1)
56 Link Type subTLV (1), length: 1, Point-to-point (1)
Dospf-gmpls.out8 Link Type subTLV (1), length: 1, Point-to-point (1)
32 Link Type subTLV (1), length: 1, Point-to-point (1)
56 Link Type subTLV (1), length: 1, Point-to-point (1)
/external/skia/src/animator/
DSkMatrixParts.cpp47 SK_MEMBER(center, Point),
68 SK_MEMBER(center, Point),
90 SK_MEMBER(center, Point),
DSkDrawGradient.cpp207 SK_MEMBER(center, Point),
/external/icu4c/common/
Dubidiimp.h176 typedef struct Point { struct
179 } Point; argument
186 Point *points; /* pointer to array of points */
/external/chromium/third_party/icu/source/common/
Dubidiimp.h176 typedef struct Point { struct
179 } Point; typedef
186 Point *points; /* pointer to array of points */
/external/tcpdump/
DINSTALL133 ppp.h - Point to Point Protocol definitions
195 print-ppp.c - Point to Point Protocol printer routines
197 print-pptp.c - Point-to-Point Tunnelling Protocol printer routines
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
DSDL_lowvideo.h70 Point last_where;
DSDL_macmouse.c117 Point where; in Mac_WarpWMCursor()
DSDL_macevents.c89 static void myGlobalToLocal(_THIS, Point *pt) in myGlobalToLocal()
153 Point pt; in Mac_HandleEvents()
415 Point spot; in Mac_HandleEvents()
/external/dropbear/libtommath/
Dtommath.out88 \BOOKMARK [2][-]{subsection.6.2.1}{Fixed Point Arithmetic}{section.6.2}
89 \BOOKMARK [2][-]{subsection.6.2.2}{Choosing a Radix Point}{section.6.2}
/external/sonivox/jet_tools/JetCreator/
DJetDialogs.py50 self.ctrls[Text] = wx.Button(panel, Id, Lbl, wx.Point(Col, Row), size=Len)
58 … self.ctrls[Text] = wx.TextCtrl(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET +3), wx.Size(Len,-1))
60 …self.ctrls[Text] = JetSpinOneBased(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1)…
62 …self.ctrls[Text] = JetSpin(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), min=Mi…
64 …self.ctrls[Text] = wx.ComboBox(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), Ls…
109 … self.ctrls[Text] = wx.StaticText(panel, Id, Lbl, wx.Point(Col, Row), size=wx.Size(Len[0],Len[1]))
116 self.ctrls[Lbl] = wx.StaticText(panel, Id, Lbl, wx.Point(Col, Row))
/external/webkit/WebCore/plugins/mac/
DPluginViewMac.cpp734 Point PluginView::globalMousePosForPlugin() const in globalMousePosForPlugin()
736 Point pos; in globalMousePosForPlugin()

123