HomeSort by relevance Sort by last modified time
    Searched refs:Point (Results 26 - 50 of 575) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/Index/
complete-macro-args.c 1 struct Point {
10 void test(struct Point *p) {
17 void test2(struct Point *p) {
23 void test3(struct Point *p) {
32 void test3(struct Point *p) {
36 void test3(struct Point *p) {
54 // completion point) is not expanded by the macro definition.
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.cpp 25 float Point::Length() const {
29 bool Point::ScaleTo(float new_length) {
39 float Point::Distance(const Point& p0, const Point& p1) {
40 Point diff = p1 - p0;
44 Point Point::operator+(const Point& other) const {
45 Point out
130 const Point& Quad::point(int ix) const { function in class:android::filterfw::Quad
    [all...]
  /external/chromium/chrome/browser/chromeos/frame/
browser_frame_view_chromeos.h 19 virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE;
20 virtual bool HitTest(const gfx::Point& l) const OVERRIDE;
22 const gfx::Point& point) OVERRIDE;
dom_browser_view_layout.h 51 virtual bool IsPositionInWindowCaption(const gfx::Point& point) OVERRIDE;
52 virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE;
64 // Tests if the point is on one of views that are within the
66 bool IsPointInViewsInTitleArea(const gfx::Point& point) const;
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.h 35 void CaptureDragInfo(const gfx::Point& mouse_offset);
102 // Returns the point where a detached window should be created given the
104 gfx::Point GetWindowCreatePoint() const;
114 void MoveTab(const gfx::Point& screen_point);
116 // Returns the compatible TabStrip that is under the specified point (screen
118 TabStripGtk* GetTabStripForPoint(const gfx::Point& screen_point);
120 // Returns the specified |tabstrip| if it contains the specified point
123 const gfx::Point& screen_point) const;
126 void Attach(TabStripGtk* attached_tabstrip, const gfx::Point& screen_point);
131 // Converts a screen point to a point relative to the tab strip
    [all...]
  /external/chromium/chrome/browser/ui/
status_bubble.h 13 class Point;
52 virtual void MouseMoved(const gfx::Point& position, bool left_content) = 0;
  /external/clang/test/PCH/
struct.c 8 struct Point *p1;
10 float getX(struct Point *p1) {
  /external/chromium/chrome/browser/ui/views/
pinned_contents_info_bubble.h 17 explicit PinnedContentsBorderContents(const gfx::Point& bubble_anchor)
31 const gfx::Point bubble_anchor_;
51 const gfx::Point& bubble_anchor_,
59 explicit PinnedContentsInfoBubble(const gfx::Point& bubble_anchor)
64 const gfx::Point bubble_anchor_;
status_bubble_views.h 19 class Point;
28 // to allow users to see where hovered links point to.
61 virtual void MouseMoved(const gfx::Point& location, bool left_content);
73 void AvoidMouse(const gfx::Point& location);
104 gfx::Point original_position_;
106 gfx::Point position_;
  /frameworks/native/include/ui/
Rect.h 22 #include <ui/Point.h>
44 inline Rect(const Point& lt, const Point& rb) {
85 void setLeftTop(const Point& lt) {
90 void setRightBottom(const Point& rb) {
95 // the following 4 functions return the 4 corners of the rect as Point
96 Point leftTop() const {
97 return Point(left, top);
99 Point rightBottom() const {
100 return Point(right, bottom)
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.h 59 const gfx::Point& mouse_offset,
170 // Returns the point where a detached window should be created given the
172 gfx::Point GetWindowCreatePoint() const;
174 void UpdateDockInfo(const gfx::Point& screen_point);
193 void MoveAttached(const gfx::Point& screen_point);
196 void MoveDetached(const gfx::Point& screen_point);
198 // Returns the compatible TabStrip that is under the specified point (screen
200 BaseTabStrip* GetTabStripForPoint(const gfx::Point& screen_point);
202 DockInfo GetDockInfoAtPoint(const gfx::Point& screen_point);
204 // Returns the specified |tabstrip| if it contains the specified point
    [all...]
tab_controller.h 12 class Point;
36 // Shows a context menu for the tab at the specified point in screen coords.
37 virtual void ShowContextMenuForTab(BaseTab* tab, const gfx::Point& p) = 0;
64 // or NULL if there is no tab that contains the specified point.
66 const gfx::Point& tab_in_tab_coordinates) = 0;
  /external/clang/test/SemaCXX/
arrow-operator.cpp 29 class Point {};
30 class Line_Segment{ public: Line_Segment(const Point&){} };
31 class Node { public: Point Location(){ Point p; return p; } };
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FloatPointHaiku.cpp 31 #include <Point.h>
36 FloatPoint::FloatPoint(const BPoint& point)
37 : m_x(point.x)
38 , m_y(point.y)
IntPointHaiku.cpp 31 #include <Point.h>
36 IntPoint::IntPoint(const BPoint& point)
37 : m_x(static_cast<int>(point.x))
38 , m_y(static_cast<int>(point.y))
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
FrameLayoutRuleTest.java 20 import com.android.ide.common.api.Point;
26 protected void dragInto(Rect dragBounds, Point dragPoint, int insertIndex, int currentIndex,
47 // Drag point
48 new Point(30, -10),
59 dragInto(new Rect(0, 0, 0, 0), new Point(30, -10), 4, -1,
RelativeLayoutRuleTest.java 23 import com.android.ide.common.api.Point;
29 protected INode dragInto(Rect dragBounds, Point dragPoint, Point secondDragPoint,
47 protected INode dragInto(Rect dragBounds, Point dragPoint, Point secondDragPoint,
65 new Rect(0, 0, 105, 80), new Point(30, -10), null, 2, -1,
85 List<Pair<Point,String[]>> zones = new ArrayList<Pair<Point,String[]>>();
87 zones.add(Pair.of(new Point(51+10, 181+10),
89 zones.add(Pair.of(new Point(71+10, 181+10)
    [all...]
  /external/chromium/chrome/browser/ui/tabs/
dock_info.h 12 #include "ui/gfx/point.h"
30 const gfx::Point& screen_point,
34 const gfx::Point& screen_point,
65 // point is close enough to the hotspot true is returned and |in_enable_area|
67 static bool IsCloseToPoint(const gfx::Point& screen_loc,
73 static bool IsCloseToMonitorPoint(const gfx::Point& screen_loc,
86 // Returns the DockInfo for the specified point |screen_point|. |ignore|
95 static DockInfo GetDockInfoAtPoint(const gfx::Point& screen_point,
106 const gfx::Point& screen_point,
109 // Returns true if this DockInfo is valid for the specified point. Thi
    [all...]
  /external/clang/test/FixIt/
typo.c 7 struct Point {
12 struct Point top_left, // expected-note{{'top_left' declared here}}
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
PathTest.java 12 import static com.xtremelabs.robolectric.shadows.ShadowPath.Point.Type.LINE_TO;
13 import static com.xtremelabs.robolectric.shadows.ShadowPath.Point.Type.MOVE_TO;
25 assertEquals(shadowPath.getQuadDescription(), "Add a quadratic bezier from last point, approaching (0.0,5.0), ending at (10.0,15.0)");
34 List<ShadowPath.Point> moveToPoints = shadowOf(path).getPoints();
36 assertEquals(new ShadowPath.Point(2, 3, MOVE_TO), moveToPoints.get(0));
37 assertEquals(new ShadowPath.Point(3, 4, MOVE_TO), moveToPoints.get(1));
46 List<ShadowPath.Point> lineToPoints = shadowOf(path).getPoints();
48 assertEquals(new ShadowPath.Point(2, 3, LINE_TO), lineToPoints.get(0));
49 assertEquals(new ShadowPath.Point(3, 4, LINE_TO), lineToPoints.get(1));
  /external/chromium/chrome/browser/notifications/
balloon.h 13 #include "ui/gfx/point.h"
59 gfx::Point GetPosition() const {
62 void SetPosition(const gfx::Point& upper_left, bool reposition);
64 const gfx::Point& offset() { return offset_;}
65 void set_offset(const gfx::Point& offset) { offset_ = offset; }
66 void add_offset(const gfx::Point& offset) { offset_ = offset_.Add(offset); }
125 gfx::Point position_;
130 gfx::Point offset_;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
FixedRotationFilter.java 28 import android.filterfw.geometry.Point;
75 Point p1 = new Point(0.0f, 0.0f);
76 Point p2 = new Point(1.0f, 0.0f);
77 Point p3 = new Point(0.0f, 1.0f);
78 Point p4 = new Point(1.0f, 1.0f);
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
CameraConfigurationManager.java 21 import android.graphics.Point;
41 private Point screenResolution;
42 private Point cameraResolution;
65 screenResolution = new Point(width, height);
93 Point getCameraResolution() {
97 Point getScreenResolution() {
134 private static Point findBestPreviewSizeValue(Camera.Parameters parameters,
135 Point screenResolution,
137 Point bestSize = null;
148 bestSize = new Point(supportedWidth, supportedHeight)
    [all...]
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.h 30 virtual bool IsPositionInWindowCaption(const gfx::Point& point);
31 virtual void SetBackgroundOffset(const gfx::Point& offset);
48 const gfx::Point& location,
78 // given point. Sets an appropriate |initial_scroll_offset_|.
79 void BeginScroll(const gfx::Point& point);
82 // given point. If the scroll is not beyond the minimum threshold, the tabs
84 void ContinueScroll(const gfx::Point& point);
    [all...]
  /external/chromium/chrome/browser/tab_contents/
web_drag_source_win.cc 19 static void GetCursorPositions(gfx::NativeWindow wnd, gfx::Point* client,
20 gfx::Point* screen) {
21 POINT cursor_pos;
60 gfx::Point client;
61 gfx::Point screen;
83 gfx::Point client;
84 gfx::Point screen;
103 gfx::Point client;
104 gfx::Point screen;

Completed in 1756 milliseconds

12 3 4 5 6 7 8 91011>>