Searched refs:Point (Results 26 - 50 of 1480) sorted by relevance

1234567891011>>

/external/clang/test/CodeCompletion/
H A Dmacros.c5 struct Point { struct
10 void test(struct Point *p) {
/external/chromium_org/ui/base/cursor/
H A Dcursors_aura.h14 class Point;
29 gfx::Point* point);
36 gfx::Point* point);
41 GetCursorBitmap(const Cursor& cursor, SkBitmap* bitmap, gfx::Point* point);
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_drag_controller.h16 class Point;
29 void StartDragging(Panel* panel, const gfx::Point& mouse_location);
30 void Drag(const gfx::Point& mouse_location);
59 gfx::Point GetPanelPositionForMouseLocation(
60 const gfx::Point& mouse_location) const;
64 void TryDetach(const gfx::Point& target_position);
65 void TryDock(const gfx::Point& target_position);
66 void TryStack(const gfx::Point& target_position);
67 bool TryUnstackFromTop(const gfx::Point& target_position);
68 bool TryUnstackFromBottom(const gfx::Point
[all...]
H A Dtest_panel_mouse_watcher.h23 virtual void NotifyMouseMovement(const gfx::Point& mouse_position) OVERRIDE;
24 virtual gfx::Point GetMousePosition() const OVERRIDE;
27 gfx::Point mouse_position_;
/external/chromium_org/ui/wm/core/
H A Dcoordinate_conversion.h15 class Point;
23 gfx::Point* point);
28 gfx::Point* point_in_screen);
/external/chromium_org/ui/app_list/views/
H A Dapp_list_drag_and_drop_host.h11 class Point;
28 const gfx::Point& location_in_screen_coordinates,
36 const gfx::Point& location_in_screen_coordinates) = 0;
46 const gfx::Point& location_in_screen_coordinates) = 0;
53 virtual bool Drag(const gfx::Point& location_in_screen_coordinates) = 0;
H A Dapps_grid_view_folder_delegate.h12 class Point;
35 const gfx::Point& drag_point_in_folder_grid) = 0;
41 const gfx::Point& drag_point_in_folder_grid) = 0;
53 virtual bool IsPointOutsideOfFolderBoundary(const gfx::Point& point) = 0;
/external/chromium_org/ui/views/
H A Ddrag_controller.h11 class Point;
28 const gfx::Point& press_pt,
34 const gfx::Point& p) = 0;
40 const gfx::Point& press_pt,
41 const gfx::Point& p) = 0;
H A Drect_based_targeting_utils_unittest.cc13 gfx::Rect rect_1(gfx::Point(-22, 30), gfx::Size(1, 1));
14 gfx::Rect rect_2(gfx::Point(0, 0), gfx::Size(34, 55));
15 gfx::Rect rect_3(gfx::Point(12, 12), gfx::Size(1, 0));
16 gfx::Rect rect_4(gfx::Point(12, 120), gfx::Size(0, 0));
25 gfx::Rect rect_1(gfx::Point(0, 0), gfx::Size(300, 120));
26 gfx::Rect rect_2(gfx::Point(20, 10), gfx::Size(30, 90));
27 gfx::Rect rect_3(gfx::Point(160, 50), gfx::Size(150, 85));
28 gfx::Rect rect_4(gfx::Point(20, 55), gfx::Size(0, 15));
52 gfx::Rect rect_1(gfx::Point(0, 0), gfx::Size(10, 10));
53 gfx::Rect rect_2(gfx::Point(2
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPath.java10 import static com.xtremelabs.robolectric.shadows.ShadowPath.Point.Type.LINE_TO;
11 import static com.xtremelabs.robolectric.shadows.ShadowPath.Point.Type.MOVE_TO;
20 private List<Point> points = new ArrayList<Point>();
21 private List<Point> pointsMovedTo = new ArrayList<Point>();
22 private List<Point> pointsLinedTo = new ArrayList<Point>();
23 private Point wasMovedTo;
28 Point
67 public static class Point { class in class:ShadowPath
76 public Point(float x, float y, Type type) { method in class:ShadowPath.Point
[all...]
/external/chromium_org/ui/gfx/
H A Dshadow_value_unittest.cc24 { ShadowValue(gfx::Point(0, 0), 4, 0), },
29 { ShadowValue(gfx::Point(1, 2), 4, 0), },
34 { ShadowValue(gfx::Point(-1, -2), 4, 0), },
40 ShadowValue(gfx::Point(1, 2), 4, 0),
41 ShadowValue(gfx::Point(2, 3), 4, 0),
48 ShadowValue(gfx::Point(-1, -2), 4, 0),
49 ShadowValue(gfx::Point(2, 3), 4, 0),
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_positioner.h12 class Point;
62 gfx::Point GetAnchorPointForScreenCorner(ScreenCorner corner) const;
66 gfx::Point GetAnchorPointForScreenCenter() const;
73 gfx::Point GetAnchorPointForShelfCorner(ScreenEdge shelf_edge) const;
79 gfx::Point GetAnchorPointForShelfCenter(ScreenEdge shelf_edge) const;
86 gfx::Point GetAnchorPointForShelfCursor(ScreenEdge shelf_edge,
87 const gfx::Point& cursor) const;
99 const gfx::Point& cursor) const;
104 gfx::Point ClampAnchorPoint(gfx::Point ancho
[all...]
/external/clang/test/Index/
H A Dcomplete-macro-args.c1 struct Point { struct
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) {
/external/chromium_org/ui/events/test/
H A Devent_generator.h54 virtual EventTarget* GetTargetAt(const gfx::Point& location) = 0;
60 virtual gfx::Point CenterOfTarget(const EventTarget* target) const = 0;
61 virtual gfx::Point CenterOfWindow(gfx::NativeWindow window) const = 0;
65 gfx::Point* point) const = 0;
67 gfx::Point* point) const = 0;
72 gfx::Point* point) const = 0;
112 const gfx::Point& initial_location);
124 void set_current_location(const gfx::Point& location) {
127 const gfx::Point& current_location() const { return current_location_; }
162 void MoveMouseToInHost(const gfx::Point
[all...]
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_win.h14 class Point;
28 static gfx::Point FindAnchorPoint(const gfx::Size& view_size,
30 const gfx::Point& cursor,
/external/chromium_org/ui/ozone/platform/dri/
H A Dhardware_cursor_delegate.h13 class Point;
24 const gfx::Point& location,
29 const gfx::Point& location) = 0;
/external/chromium_org/content/common/
H A Ddrag_event_source_info.h16 gfx::Point event_location;
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
H A DAppRTCGLView.java31 import android.graphics.Point;
35 private Point screenDimensions;
37 public AppRTCGLView(Context c, Point screenDimensions) {
42 public void updateDisplaySize(Point screenDimensions) {
/external/chromium_org/chrome/browser/chromeos/ui/
H A Daccessibility_focus_ring.cc34 dst.points[i] = gfx::Point(
71 ring.points[0] = gfx::Point(top.x(), top.bottom() - margin);
72 ring.points[1] = gfx::Point(top.x(), top.y() + margin);
73 ring.points[2] = gfx::Point(top.x(), top.y());
74 ring.points[3] = gfx::Point(top.x() + margin, top.y());
75 ring.points[4] = gfx::Point(top.right() - margin, top.y());
76 ring.points[5] = gfx::Point(top.right(), top.y());
77 ring.points[6] = gfx::Point(top.right(), top.y() + margin);
78 ring.points[7] = gfx::Point(top.right(), top.bottom() - margin);
79 ring.points[8] = gfx::Point(to
[all...]
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.h87 const gfx::Point& mouse_offset,
123 void Drag(const gfx::Point& point_in_screen);
228 gfx::Point GetWindowCreatePoint(const gfx::Point& origin) const;
230 void UpdateDockInfo(const gfx::Point& point_in_screen);
242 bool CanStartDrag(const gfx::Point& point_in_screen) const;
246 void ContinueDragging(const gfx::Point& point_in_screen);
253 const gfx::Point& point_in_screen);
257 void DragActiveTabStacked(const gfx::Point& point_in_screen);
261 void MoveAttachedToNextStackedIndex(const gfx::Point
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dpoints.c3 * Point operations.
54 if (ctx->Point.Size == size)
58 ctx->Point.Size = size;
123 if (TEST_EQ_3V(ctx->Point.Params, params))
126 COPY_3V(ctx->Point.Params, params);
127 ctx->Point._Attenuated = (ctx->Point.Params[0] != 1.0 ||
128 ctx->Point.Params[1] != 0.0 ||
129 ctx->Point.Params[2] != 0.0);
131 if (ctx->Point
[all...]
/external/mesa3d/src/mesa/main/
H A Dpoints.c3 * Point operations.
54 if (ctx->Point.Size == size)
58 ctx->Point.Size = size;
123 if (TEST_EQ_3V(ctx->Point.Params, params))
126 COPY_3V(ctx->Point.Params, params);
127 ctx->Point._Attenuated = (ctx->Point.Params[0] != 1.0 ||
128 ctx->Point.Params[1] != 0.0 ||
129 ctx->Point.Params[2] != 0.0);
131 if (ctx->Point
[all...]
/external/chromium_org/ash/wm/
H A Dcoordinate_conversion.h15 class Point;
25 ASH_EXPORT aura::Window* GetRootWindowAt(const gfx::Point& point);
/external/chromium_org/ash/wm/workspace/
H A Dtwo_step_edge_cycler.h22 explicit TwoStepEdgeCycler(const gfx::Point& start);
27 void OnMove(const gfx::Point& location);
/external/chromium_org/chrome/browser/ui/cocoa/panels/
H A Dpanel_utils_cocoa.h28 NSPoint ConvertPointToCocoaCoordinates(const gfx::Point& point);
33 gfx::Point ConvertPointFromCocoaCoordinates(NSPoint point);

Completed in 691 milliseconds

1234567891011>>