Searched refs:points2 (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | lines.c | 126 genline (gml->IDdest, gml->param, gml->points2, rx, ry); in goom_lines_set_res() 138 l->points[i].x = (l->points2[i].x + 39.0f * l->points[i].x) / 40.0f; in goom_lines_move() 139 l->points[i].y = (l->points2[i].y + 39.0f * l->points[i].y) / 40.0f; in goom_lines_move() 141 (l->points2[i].angle + 39.0f * l->points[i].angle) / 40.0f; in goom_lines_move() 173 genline (IDdest, param, gml->points2, gml->screenX, gml->screenY); in goom_lines_switch_to() 189 l->points2 = (GMUnitPointer *) malloc (512 * sizeof (GMUnitPointer)); in goom_lines_init() 198 genline (IDdest, paramD, l->points2, rx, ry); in goom_lines_init() 217 free ((*l)->points2); in goom_lines_free()
|
D | lines.h | 39 GMUnitPointer *points2; member
|
/third_party/boost/libs/math/include_private/boost/math/tools/ |
D | test_data.hpp | 248 std::set<T> points1, points2; in insert() local 250 create_test_points(points2, arg2); in insert() 256 it_type c = points2.begin(); in insert() 257 it_type d = points2.end(); in insert() 290 std::set<T> points1, points2, points3; in insert() local 292 create_test_points(points2, arg2); in insert() 299 it_type c = points2.begin(); in insert() 300 it_type d = points2.end(); in insert() 341 std::set<T> points1, points2, points3, points4; in insert() local 343 create_test_points(points2, arg2); in insert() [all …]
|
/third_party/boost/boost/geometry/algorithms/detail/within/ |
D | multi_point.hpp | 81 std::vector<point2_type> points2(boost::begin(multi_point2), boost::end(multi_point2)); in apply() local 82 std::sort(points2.begin(), points2.end(), less); in apply() 89 if (! std::binary_search(points2.begin(), points2.end(), *it, less)) in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | pointlike_pointlike.hpp | 273 std::vector<point2_type> points2(boost::begin(multipoint2), in apply() local 277 std::sort(points2.begin(), points2.end(), less); in apply() 283 bool found = std::binary_search(points2.begin(), points2.end(), in apply()
|
/third_party/skia/modules/canvaskit/npm_build/types/ |
D | canvaskit-wasm-tests.ts | 953 const points2 = new Float32Array(points); constant 961 points2, null, colors, null, true);
|