Searched refs:POINT (Results 1 - 25 of 88) sorted by relevance

1234

/external/pixman/demos/
H A Dtri-test.c13 #define POINT(x,y) \ macro
19 { POINT (100, 100), POINT (10, 50), POINT (110, 10) },
20 { POINT (100, 100), POINT (150, 10), POINT (200, 50) },
21 { POINT (100, 100), POINT (10, 170), POINT (9
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
H A DSDL_gapivideo.h45 POINT ptUp; // x,y position of key/button. Not on screen but in screen coordinates.
47 POINT ptDown;
49 POINT ptLeft;
51 POINT ptRight;
53 POINT ptA;
55 POINT ptB;
57 POINT ptC;
59 POINT ptStart;
/external/chromium_org/ui/base/dragdrop/
H A Ddrop_target_win.cc47 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,
H A Ddrop_target_win.h62 POINT cursor_position,
71 POINT cursor_position,
82 POINT cursor_position,
/external/chromium_org/skia/ext/
H A Dskia_utils_win.h15 typedef struct tagPOINT POINT; typedef in typeref:struct:tagPOINT
20 // Converts a Skia point to a Windows POINT.
21 POINT SkPointToPOINT(const SkPoint& point);
H A Dskia_utils_win.cc30 POINT SkPointToPOINT(const SkPoint& point) {
31 POINT win_point = {
/external/chromium_org/ui/gfx/geometry/
H A Dpoint.cc24 Point::Point(const POINT& point)
28 Point& Point::operator=(const POINT& point) {
34 POINT Point::ToPOINT() const {
35 POINT p;
H A Dpoint.h18 typedef struct tagPOINT POINT; typedef in typeref:struct:tagPOINT
37 explicit Point(const POINT& point);
38 Point& operator=(const POINT& point);
46 POINT ToPOINT() const;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drop_target_win.h38 POINT position,
42 POINT position,
47 POINT position,
57 POINT cursor_position,
H A Ddesktop_drop_target_win.cc37 POINT position,
50 POINT position,
68 POINT position,
92 POINT position,
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
H A Dt_dd_unfilled.h68 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/
H A Dt_dd_unfilled.h68 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/
H A Ddraw_so_emit_tmp.h28 #define POINT(i0) so_point(so,i0) macro
H A Ddraw_gs_tmp.h27 #define POINT(i0) gs_point(gs,i0) macro
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_so_emit_tmp.h28 #define POINT(i0) so_point(so,i0) macro
H A Ddraw_gs_tmp.h27 #define POINT(i0) gs_point(gs,i0) macro
/external/deqp/modules/gles2/functional/
H A Des2fScissorTests.cpp76 { "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/
H A Des3fScissorTests.cpp86 { "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 }
/external/chromium_org/ui/gfx/
H A Dpath_win.cc31 scoped_ptr<POINT[]> windows_points(new POINT[point_count]);
H A Dgdi_util.cc86 scoped_ptr<POINT[]> windows_points(new POINT[point_count]);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dminimize_button_metrics_win.cc33 POINT minimize_button_corner = { titlebar_info.rgrect[2].left, 0 };
/external/chromium_org/content/test/plugin/
H A Dplugin_window_size_test.cc40 POINT origin_from_os;
/external/chromium_org/ui/base/win/
H A Dmouse_wheel_util.cc73 POINT wheel_location = { GET_X_LPARAM(l_param), GET_Y_LPARAM(l_param) };
/external/deqp/modules/glshared/
H A DglsScissorTests.hpp55 POINT = 0, enumerator in enum:deqp::gls::Functional::ScissorTestInternal::PrimitiveType
/external/chromium_org/content/browser/compositor/
H A Dsoftware_output_device_win.cc78 POINT position = {wr.left, wr.top};
79 POINT zero = {0, 0};

Completed in 1588 milliseconds

1234