/external/pixman/demos/ |
H A D | tri-test.c | 13 #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 D | SDL_gapivideo.h | 45 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 D | 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,
|
H A D | drop_target_win.h | 62 POINT cursor_position, 71 POINT cursor_position, 82 POINT cursor_position,
|
/external/chromium_org/skia/ext/ |
H A D | skia_utils_win.h | 15 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 D | skia_utils_win.cc | 30 POINT SkPointToPOINT(const SkPoint& point) { 31 POINT win_point = {
|
/external/chromium_org/ui/gfx/geometry/ |
H A D | point.cc | 24 Point::Point(const POINT& point) 28 Point& Point::operator=(const POINT& point) { 34 POINT Point::ToPOINT() const { 35 POINT p;
|
H A D | point.h | 18 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 D | desktop_drop_target_win.h | 38 POINT position, 42 POINT position, 47 POINT position, 57 POINT cursor_position,
|
H A D | desktop_drop_target_win.cc | 37 POINT position, 50 POINT position, 68 POINT position, 92 POINT position,
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/ |
H A D | 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/ |
H A D | 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/ |
H A D | draw_so_emit_tmp.h | 28 #define POINT(i0) so_point(so,i0) macro
|
H A D | draw_gs_tmp.h | 27 #define POINT(i0) gs_point(gs,i0) macro
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_so_emit_tmp.h | 28 #define POINT(i0) so_point(so,i0) macro
|
H A D | draw_gs_tmp.h | 27 #define POINT(i0) gs_point(gs,i0) macro
|
/external/deqp/modules/gles2/functional/ |
H A D | 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/ |
H A D | 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 }
|
/external/chromium_org/ui/gfx/ |
H A D | path_win.cc | 31 scoped_ptr<POINT[]> windows_points(new POINT[point_count]);
|
H A D | gdi_util.cc | 86 scoped_ptr<POINT[]> windows_points(new POINT[point_count]);
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
H A D | minimize_button_metrics_win.cc | 33 POINT minimize_button_corner = { titlebar_info.rgrect[2].left, 0 };
|
/external/chromium_org/content/test/plugin/ |
H A D | plugin_window_size_test.cc | 40 POINT origin_from_os;
|
/external/chromium_org/ui/base/win/ |
H A D | mouse_wheel_util.cc | 73 POINT wheel_location = { GET_X_LPARAM(l_param), GET_Y_LPARAM(l_param) };
|
/external/deqp/modules/glshared/ |
H A D | glsScissorTests.hpp | 55 POINT = 0, enumerator in enum:deqp::gls::Functional::ScissorTestInternal::PrimitiveType
|
/external/chromium_org/content/browser/compositor/ |
H A D | software_output_device_win.cc | 78 POINT position = {wr.left, wr.top}; 79 POINT zero = {0, 0};
|