HomeSort by relevance Sort by last modified time
    Searched refs:POINT (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/chromium_org/ui/base/dragdrop/
drop_target_win.cc 47 reinterpret_cast<POINT*>(&cursor_position), *effect);
51 POINT screen_pt = { cursor_position.x, cursor_position.y };
62 drop_helper->DragOver(reinterpret_cast<POINT*>(&cursor_position), *effect);
64 POINT screen_pt = { cursor_position.x, cursor_position.y };
89 reinterpret_cast<POINT*>(&cursor_position), *effect);
92 POINT screen_pt = { cursor_position.x, cursor_position.y };
125 POINT cursor_position,
132 POINT cursor_position,
142 POINT cursor_position,
drop_target_win.h 62 POINT cursor_position,
71 POINT cursor_position,
82 POINT cursor_position,
  /external/chromium_org/skia/ext/
skia_utils_win.h 15 typedef struct tagPOINT POINT;
20 // Converts a Skia point to a Windows POINT.
21 POINT SkPointToPOINT(const SkPoint& point);
skia_utils_win.cc 30 POINT SkPointToPOINT(const SkPoint& point) {
31 POINT win_point = {
32 SkScalarRoundToInt(point.fX), SkScalarRoundToInt(point.fY)
  /external/chromium_org/ui/gfx/geometry/
point.cc 5 #include "ui/gfx/geometry/point.h"
15 template class PointBase<Point, int, Vector2d>;
18 Point::Point(DWORD point) : PointBase<Point, int, Vector2d>(0, 0){
19 POINTS points = MAKEPOINTS(point);
24 Point::Point(const POINT& point
    [all...]
point.h 18 typedef struct tagPOINT POINT;
27 // A point has an x and y coordinate.
28 class GFX_EXPORT Point : public PointBase<Point, int, Vector2d> {
30 Point() : PointBase<Point, int, Vector2d>(0, 0) {}
31 Point(int x, int y) : PointBase<Point, int, Vector2d>(x, y) {}
33 // |point| is a DWORD value that contains a coordinate. The x-coordinate is
36 explicit Point(DWORD point)
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drop_target_win.h 38 POINT position,
42 POINT position,
47 POINT position,
57 POINT cursor_position,
desktop_drop_target_win.cc 37 POINT position,
50 POINT position,
68 POINT position,
92 POINT position,
97 gfx::Point location(position.x, position.y);
98 gfx::Point root_location = location;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_unfilled.h 68 if (ef[e0]) POINT( v[0] );
69 if (ef[e1]) POINT( v[1] );
70 if (ef[e2]) POINT( v[2] );
136 if (ef[e0]) POINT( v[0] );
137 if (ef[e1]) POINT( v[1] );
138 if (ef[e2]) POINT( v[2] );
139 if (ef[e3]) POINT( v[3] );
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_unfilled.h 68 if (ef[e0]) POINT( v[0] );
69 if (ef[e1]) POINT( v[1] );
70 if (ef[e2]) POINT( v[2] );
136 if (ef[e0]) POINT( v[0] );
137 if (ef[e1]) POINT( v[1] );
138 if (ef[e2]) POINT( v[2] );
139 if (ef[e3]) POINT( v[3] );
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_so_emit_tmp.h 28 #define POINT(i0) so_point(so,i0)
draw_gs_tmp.h 27 #define POINT(i0) gs_point(gs,i0)
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_so_emit_tmp.h 28 #define POINT(i0) so_point(so,i0)
draw_gs_tmp.h 27 #define POINT(i0) gs_point(gs,i0)
  /external/deqp/modules/gles2/functional/
es2fScissorTests.cpp 76 { "contained_point", "Point fully inside scissor area", Vec4(0.1f, 0.1f, 0.8f, 0.8f), Vec4(0.5f, 0.5f, 0.0f, 0.0f), POINT, 1 },
77 { "partial_points", "Points partially inside scissor area", Vec4(0.4f, 0.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 1.0f, 1.0f), POINT, 30 },
78 { "outside_point", "Point fully outside scissor area", Vec4(0.4f, 0.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 0.0f, 0.0f), POINT, 1 },
79 { "outside_render_point", "Point with scissor area outside render target", Vec4(1.4f, 1.4f, 0.6f, 0.6f), Vec4(0.5f, 0.5f, 0.0f, 0.0f), POINT, 1 }
  /external/deqp/modules/gles3/functional/
es3fScissorTests.cpp 86 { "contained_point", "Point fully inside scissor area", Vec4(0.1f, 0.1f, 0.8f, 0.8f), Vec4(0.5f, 0.5f, 0.0f, 0.0f), POINT, 1 },
87 { "partial_points", "Points partially inside scissor area", Vec4(0.4f, 0.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 1.0f, 1.0f), POINT, 30 },
88 { "outside_point", "Point fully outside scissor area", Vec4(0.4f, 0.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 0.0f, 0.0f), POINT, 1 },
89 { "outside_render_point", "Point with scissor area outside render target", Vec4(1.4f, 1.4f, 0.6f, 0.6f), Vec4(0.5f, 0.5f, 0.0f, 0.0f), POINT, 1 }
108 addChild(createFramebufferClearTest(tc, rc, "clear_fixed_buffer", "Fixed point color clear", CLEAR_COLOR_FIXED));
113 addChild(createFramebufferClearTest(tc, rc, "clear_depth_stencil_buffer", "Fixed point color buffer clear", CLEAR_DEPTH_STENCIL));
  /external/chromium_org/ui/gfx/
path_win.cc 31 scoped_ptr<POINT[]> windows_points(new POINT[point_count]);
gdi_util.cc 86 scoped_ptr<POINT[]> windows_points(new POINT[point_count]);
screen_win.cc 100 gfx::Point ScreenWin::GetCursorScreenPoint() {
101 POINT pt;
103 gfx::Point cursor_pos_pixels(pt);
108 POINT cursor_loc;
113 gfx::NativeWindow ScreenWin::GetWindowAtScreenPoint(const gfx::Point& point) {
114 gfx::Point point_in_pixels = gfx::win::DIPToScreenPoint(point);
142 gfx::Display ScreenWin::GetDisplayNearestPoint(const gfx::Point& point) const
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
minimize_button_metrics_win.cc 33 POINT minimize_button_corner = { titlebar_info.rgrect[2].left, 0 };
  /external/chromium_org/content/test/plugin/
plugin_window_size_test.cc 40 POINT origin_from_os;
  /external/chromium_org/ui/base/win/
mouse_wheel_util.cc 73 POINT wheel_location = { GET_X_LPARAM(l_param), GET_Y_LPARAM(l_param) };
113 // If we traversed back to the starting point, we should process
  /external/deqp/modules/glshared/
glsScissorTests.hpp 55 POINT = 0,
  /external/chromium_org/content/browser/compositor/
software_output_device_win.cc 78 POINT position = {wr.left, wr.top};
79 POINT zero = {0, 0};
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.h 65 STDMETHOD(SetPosition)(POINT pt);

Completed in 1537 milliseconds

1 2 3 4