Searched refs:Point (Results 176 - 200 of 1480) sorted by relevance

1234567891011>>

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11.h33 class Point;
87 const gfx::Point& root_location,
114 virtual ::Window FindWindowFor(const gfx::Point& screen_point);
137 void ProcessMouseMove(const gfx::Point& screen_point,
150 void DragTranslate(const gfx::Point& root_window_location,
180 const gfx::Point& screen_point);
185 const gfx::Point& screen_point,
221 gfx::Point target_window_location_;
222 gfx::Point target_window_root_location_;
230 scoped_ptr<std::pair<gfx::Point, unsigne
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_points.c52 if (ctx->Point._Attenuated && !ctx->VertexProgram._Current) {
57 const GLfloat p0 = ctx->Point.Params[0];
58 const GLfloat p1 = ctx->Point.Params[1];
59 const GLfloat p2 = ctx->Point.Params[2];
60 const GLfloat pointSize = ctx->Point.Size;
/external/clang/test/Analysis/
H A Dfields.c24 } Point; typedef in typeref:struct:__anon18330
26 Point getit(void);
28 Point p;
38 Point p = {42, 0};
39 Point q;
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_points.c52 if (ctx->Point._Attenuated && !ctx->VertexProgram._Current) {
57 const GLfloat p0 = ctx->Point.Params[0];
58 const GLfloat p1 = ctx->Point.Params[1];
59 const GLfloat p2 = ctx->Point.Params[2];
60 const GLfloat pointSize = ctx->Point.Size;
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Dtouch_exploration_controller_browsertest.cc87 ui::ET_TOUCH_PRESSED, gfx::Point(99, 200), 1, initial_time);
96 gfx::Point(100, 200),
107 generator.MoveTouchId(gfx::Point(11, 12), 1);
114 ui::ET_TOUCH_PRESSED, gfx::Point(499, 600), 2, initial_time);
118 gfx::Point(500, 600),
135 ui::ET_TOUCH_PRESSED, gfx::Point(100, 200), 1, initial_time);
144 gfx::Point(100, 200),
158 ui::ET_TOUCH_PRESSED, gfx::Point(500, 600), 2, initial_time);
162 gfx::Point(500, 600),
177 gfx::Point(50
[all...]
/external/chromium_org/ui/wm/core/
H A Dcompound_event_filter_unittest.cc72 ui::MouseEvent enter(ui::ET_MOUSE_ENTERED, gfx::Point(10, 10),
73 gfx::Point(10, 10), 0, 0);
78 ui::MouseEvent move(ui::ET_MOUSE_MOVED, gfx::Point(10, 10),
79 gfx::Point(10, 10), 0, 0);
85 ui::MouseEvent real_move(ui::ET_MOUSE_MOVED, gfx::Point(10, 10),
86 gfx::Point(10, 10), 0, 0);
103 ui::MouseEvent exit(ui::ET_MOUSE_EXITED, gfx::Point(10, 10),
104 gfx::Point(10, 10), 0, 0);
127 ui::MouseEvent mouse0(ui::ET_MOUSE_MOVED, gfx::Point(10, 10),
128 gfx::Point(1
[all...]
/external/chromium_org/athena/home/
H A Dhome_card_unittest.cc144 root_window(), gfx::Point(
165 generator.GestureScrollSequence(gfx::Point(x, bottom - 1),
166 gfx::Point(x, bottom - 70),
173 generator.GestureScrollSequence(gfx::Point(x, bottom - 40),
174 gfx::Point(x, bottom - 80),
180 generator.GestureScrollSequence(gfx::Point(x, bottom - 40),
181 gfx::Point(x, bottom - 20),
188 generator.GestureScrollSequence(gfx::Point(x, bottom - 40),
189 gfx::Point(x, bottom - 300),
196 generator.GestureScrollSequence(gfx::Point(
[all...]
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_popup_base_view_browsertest.cc29 MOCK_METHOD1(SetSelectionAtPoint, void(const gfx::Point&));
61 ui::GestureEvent CreateGestureEvent(ui::EventType type, gfx::Point point) {
87 gfx::Point point = bounds.CenterPoint();
112 gfx::Point(100, 100));
118 gfx::Point point = bounds.CenterPoint();
124 gfx::Point(0, 0),
125 gfx::Point(0, 0),
141 gfx::Point display_point =
143 gfx::Point expected_point = bounds.origin();
/external/chromium_org/content/public/browser/
H A Drender_view_host.h31 class Point;
123 const gfx::Point& client_pt,
124 const gfx::Point& screen_pt,
128 const gfx::Point& client_pt,
129 const gfx::Point& screen_pt,
133 virtual void DragTargetDrop(const gfx::Point& client_pt,
134 const gfx::Point& screen_pt,
151 const gfx::Point& location,
157 const gfx::Point& location, const blink::WebPluginAction& action) = 0;
/external/chromium_org/ui/gfx/
H A Dinterpolated_transform.h166 InterpolatedTranslation(const gfx::Point& start_pos,
167 const gfx::Point& end_pos);
168 InterpolatedTranslation(const gfx::Point& start_pos,
169 const gfx::Point& end_pos,
178 const gfx::Point start_pos_;
179 const gfx::Point end_pos_;
219 InterpolatedTransformAboutPivot(const gfx::Point& pivot,
223 InterpolatedTransformAboutPivot(const gfx::Point& pivot,
233 void Init(const gfx::Point& pivot, InterpolatedTransform* transform);
/external/chromium_org/ui/views/widget/
H A Ddrop_helper.cc30 const gfx::Point& root_view_location,
51 const gfx::Point& root_view_location,
63 gfx::Point view_location(root_view_location);
72 const gfx::Point& root_view_location,
80 const gfx::Point& root_view_location,
122 const gfx::Point& root_view_location,
127 gfx::Point target_view_location(root_view_location);
137 const gfx::Point& root_view_location,
142 gfx::Point target_view_location(root_view_location);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
H A DResizableDialog.java18 import org.eclipse.swt.graphics.Point;
67 protected Point getInitialSize() {
71 Point defaultSize = getDefaultSize();
78 return new Point(width, height);
88 protected Point getDefaultSize() {
98 protected Point getInitialLocation(Point initialSize) {
123 return new Point(x, y);
128 return new Point(x, y);
/external/chromium_org/ash/display/
H A Dscreen_position_controller.cc68 std::pair<aura::Window*, gfx::Point> GetRootWindowRelativeToWindow(
70 const gfx::Point& location) {
72 gfx::Point location_in_root(location);
97 gfx::Point location_in_native(location_in_root);
124 gfx::Point* point) {
127 const gfx::Point display_origin = Shell::GetScreen()->GetDisplayNearestWindow(
134 gfx::Point* point) {
136 const gfx::Point display_origin = Shell::GetScreen()->GetDisplayNearestWindow(
144 gfx::Point* point) {
147 std::pair<aura::Window*, gfx::Point> pai
[all...]
H A Dmouse_cursor_event_filter_unittest.cc30 gfx::Point point_in_screen) {
40 gfx::Point point_in_screen) {
41 gfx::Point location = drag_source_root->bounds().CenterPoint();
77 EXPECT_FALSE(WarpMouseCursorIfNecessary(root_windows[0], gfx::Point(11, 11)));
78 EXPECT_FALSE(WarpMouseCursorIfNecessary(root_windows[1], gfx::Point(11, 11)));
81 EXPECT_TRUE(WarpMouseCursorIfNecessary(root_windows[0], gfx::Point(499, 11)));
86 EXPECT_TRUE(WarpMouseCursorIfNecessary(root_windows[1], gfx::Point(500, 11)));
91 EXPECT_FALSE(WarpMouseCursorIfNecessary(root_windows[0], gfx::Point(0, 11)));
93 EXPECT_FALSE(WarpMouseCursorIfNecessary(root_windows[0], gfx::Point(11, 0)));
96 gfx::Point(1
[all...]
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dtoolbar_view_interactive_uitest.cc38 void DoDragAndDrop(const gfx::Point& start, const gfx::Point& end);
72 void ToolbarViewInteractiveUITest::DoDragAndDrop(const gfx::Point& start,
73 const gfx::Point& end) {
158 gfx::Point browser_action_view_loc = test::GetCenterInScreenCoordinates(view);
159 gfx::Point wrench_button_loc =
/external/chromium_org/content/browser/web_contents/
H A Dtouch_editable_impl_aura.h56 virtual void SelectRect(const gfx::Point& start,
57 const gfx::Point& end) OVERRIDE;
58 virtual void MoveCaretTo(const gfx::Point& point) OVERRIDE;
62 virtual void ConvertPointToScreen(gfx::Point* point) OVERRIDE;
63 virtual void ConvertPointFromScreen(gfx::Point* point) OVERRIDE;
65 virtual void OpenContextMenu(const gfx::Point& anchor) OVERRIDE;
/external/chromium_org/ppapi/examples/font/
H A Dsimple_font.cc44 pp::Point(20, 100), 0x80008000, clip, false);
53 pp::Point(10, y), 0xFF000000);
62 pp::Point(10, y), 0xFF000000);
71 pp::Point(10, y), 0xFF000000);
80 pp::Point(10, y), 0xFF000000);
84 graphics.PaintImageData(image, pp::Point(0, 0));
/external/chromium_org/ui/base/cursor/ozone/
H A Dbitmap_cursor_factory_ozone.cc25 gfx::Point hotspot;
34 const gfx::Point& hotspot)
40 const gfx::Point& hotspot,
50 const gfx::Point& BitmapCursorOzone::hotspot() {
82 const gfx::Point& hotspot) {
90 const gfx::Point& hotspot,
/external/chromium_org/ui/gfx/geometry/
H A Drect.cc20 template class RectBase<Rect, Point, Size, Insets, Vector2d, int>;
22 typedef class RectBase<Rect, Point, Size, Insets, Vector2d, int> RectBaseT;
26 : RectBaseT(gfx::Point(r.left, r.top)) {
32 : RectBaseT(gfx::Point(r.origin.x, r.origin.y)) {
89 Rect BoundingRect(const Point& p1, const Point& p2) {
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.h110 void UpdateDrag(Pointer pointer, const gfx::Point& point);
169 const gfx::Point& drag_point);
174 const gfx::Point& drag_point);
178 const gfx::Point& drag_point);
298 gfx::Point* drag_point);
306 bool CalculateFolderDropTarget(const gfx::Point& point,
311 void CalculateReorderDropTarget(const gfx::Point& point,
316 void StartDragAndDropHostDrag(const gfx::Point& grid_location);
320 const gfx::Point& location_in_screen_coordinates);
324 void MaybeStartPageFlipTimer(const gfx::Point
[all...]
/external/chromium_org/ui/aura/
H A Dwindow_tree_host.cc117 void WindowTreeHost::ConvertPointToNativeScreen(gfx::Point* point) const {
119 gfx::Point location = GetLocationOnNativeScreen();
123 void WindowTreeHost::ConvertPointFromNativeScreen(gfx::Point* point) const {
124 gfx::Point location = GetLocationOnNativeScreen();
129 void WindowTreeHost::ConvertPointToHost(gfx::Point* point) const {
135 void WindowTreeHost::ConvertPointFromHost(gfx::Point* point) const {
163 void WindowTreeHost::MoveCursorTo(const gfx::Point& location_in_dip) {
164 gfx::Point host_location(location_in_dip);
169 void WindowTreeHost::MoveCursorToHostLocation(const gfx::Point& host_location) {
170 gfx::Point root_locatio
[all...]
/external/chromium_org/content/browser/web_contents/aura/
H A Dwindow_slider_unittest.cc223 gfx::Point(10, 10),
224 gfx::Point(180, 10),
240 gfx::Point(180, 10),
241 gfx::Point(10, 10),
256 gfx::Point(10, 10),
257 gfx::Point(10, 80),
272 gfx::Point(10, 10),
273 gfx::Point(80, 10),
300 gfx::Point(55, 10),
301 gfx::Point(5
[all...]
/external/chromium_org/ash/magnifier/
H A Dpartial_magnification_controller.h41 void OnMouseMove(const gfx::Point& location_in_root);
82 gfx::Point origin_;
/external/chromium_org/ash/
H A Dscreen_util.h18 class Point;
28 static gfx::Display FindDisplayContainingPoint(const gfx::Point& point);
/external/chromium_org/ash/system/tray/
H A Dthrobber_view.h24 const gfx::Point& p, base::string16* tooltip) const OVERRIDE;
47 const gfx::Point& p, base::string16* tooltip) const OVERRIDE;

Completed in 4747 milliseconds

1234567891011>>