/third_party/boost/boost/geometry/strategies/ |
D | side_info.hpp | 42 sides[0].first = side_a1; in side_info() 43 sides[0].second = side_a2; in side_info() 44 sides[1].first = side_b1; in side_info() 45 sides[1].second = side_b2; in side_info() 51 sides[Which].first = first; in set() 52 sides[Which].second = second; in set() 60 sides[Which].first = 0; in correct_to_zero() 64 sides[Which].second = 0; in correct_to_zero() 71 return Index == 0 ? sides[Which].first : sides[Which].second; in get() 80 return sides[Which].first * sides[Which].second == 1; in same() [all …]
|
/third_party/boost/boost/geometry/policies/relate/ |
D | direction.hpp | 47 , sides(s) in direction_type() 90 side_info sides; member 124 static inline return_type segments_crosses(side_info const& sides, in segments_crosses() 128 bool const ra0 = sides.get<0,0>() == 0; in segments_crosses() 129 bool const ra1 = sides.get<0,1>() == 0; in segments_crosses() 130 bool const rb0 = sides.get<1,0>() == 0; in segments_crosses() 131 bool const rb1 = sides.get<1,1>() == 0; in segments_crosses() 135 ra0 && rb0 ? calculate_side<1>(sides, 'f', -1, -1) in segments_crosses() 138 : ra1 && rb1 ? calculate_side<0>(sides, 't', 1, 1) in segments_crosses() 143 : ra1 && rb0 ? angle<1>(sides, 'a', 1, -1) in segments_crosses() [all …]
|
D | tupled.hpp | 37 static inline return_type segments_crosses(side_info const& sides, in segments_crosses() 43 Policy1::segments_crosses(sides, sinfo, s1, s2), in segments_crosses() 44 Policy2::segments_crosses(sides, sinfo, s1, s2) in segments_crosses()
|
/third_party/flutter/skia/docs/examples/ |
D | Path_incReserve.cpp | 7 auto addPoly = [](int sides, SkScalar size, SkPath* path) -> void { in draw() argument 9 for (int i = 1; i < sides; i++) { in draw() 10 SkScalar rad = SK_ScalarPI * 2 * i / sides; in draw() 17 for (int sides = 3; sides < 10; ++sides) { in draw() local 18 addPoly(sides, sides, &path); in draw()
|
/third_party/skia/docs/examples/ |
D | Path_incReserve.cpp | 7 auto addPoly = [](int sides, SkScalar size, SkPath* path) -> void { in draw() argument 9 for (int i = 1; i < sides; i++) { in draw() 10 SkScalar rad = SK_ScalarPI * 2 * i / sides; in draw() 17 for (int sides = 3; sides < 10; ++sides) { in draw() local 18 addPoly(sides, sides, &path); in draw()
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | get_turn_info_la.hpp | 105 inters.sides(), umbrella_strategy); in apply() 154 inters.i_info(), inters.d_info(), inters.sides(), in apply() 174 if ( inters.sides().qk_wrt_p1() == 0 ) in apply() 188 if ( inters.sides().pk_wrt_q1() == -inters.sides().qk_wrt_q1() in apply() 204 if ( inters.sides().pk_wrt_q2() == 0 ) in apply() 250 inters.i_info(), inters.d_info(), inters.sides(), in apply() 299 inters.i_info(), inters.d_info(), inters.sides(), in apply() 308 inters.i_info(), inters.d_info(), inters.sides()); in apply() 348 inters.sides(), transformer); in apply() 405 int const pk_q1 = inters.sides().pk_wrt_q1(); in calculate_spike_operation() [all …]
|
D | stream_info.hpp | 54 << dir(info.sides.template get<0,0>()) in operator <<() 55 << dir(info.sides.template get<0,1>()) in operator <<() 56 << dir(info.sides.template get<1,0>()) in operator <<() 57 << dir(info.sides.template get<1,1>()) in operator <<()
|
D | get_turn_info_ll.hpp | 105 inters.sides(), in apply() 157 inters.sides(), in apply() 186 if ( inters.sides().qk_wrt_p1() == 0 ) in apply() 205 if ( inters.sides().pk_wrt_q1() == 0 ) in apply() 223 if ( inters.sides().pk_wrt_q1() == -inters.sides().qk_wrt_q1() in apply() 242 if ( inters.sides().pk_wrt_q2() == 0 ) in apply() 251 if ( inters.sides().qk_wrt_p2() == 0 ) in apply() 295 inters.i_info(), inters.d_info(), inters.sides(), in apply() 355 inters.i_info(), inters.d_info(), inters.sides(), in apply() 368 tp, inters.i_info(), inters.d_info(), inters.sides()); in apply() [all …]
|
D | get_turn_info_helpers.hpp | 308 inline side_calculator_type const& sides() const { return m_side_calc; } in sides() function in boost::geometry::detail::overlay::intersection_info_base 394 inline side_calculator_type const& sides() const { return m_side_calc; } in sides() function in boost::geometry::detail::overlay::intersection_info_base 472 if (base::sides().pk_wrt_p1() == 0) in is_spike_p() 484 int const qk_p1 = has_qk ? base::sides().qk_wrt_p1() : 0; in is_spike_p() 485 int const qk_p2 = has_qk ? base::sides().qk_wrt_p2() : 0; in is_spike_p() 513 if (base::sides().qk_wrt_q1() == 0) in is_spike_q() 522 int const pk_q1 = has_pk ? base::sides().pk_wrt_q1() : 0; in is_spike_q() 523 int const pk_q2 = has_pk ? base::sides().pk_wrt_q2() : 0; in is_spike_q()
|
D | get_turn_info_for_endpoint.hpp | 401 typename IntersectionInfo::side_strategy_type const& sides in handle_internal() local 424 int const side_pj_q2 = sides.apply(range2.at(1), range2.at(2), range1.at(1)); in handle_internal() 425 int const side_pj_q1 = sides.apply(range2.at(0), range2.at(1), range1.at(1)); in handle_internal() 426 int const side_qk_q1 = sides.apply(range2.at(0), range2.at(1), range2.at(2)); in handle_internal() 475 int const side_pi_q2 = sides.apply(range2.at(1), range2.at(2), range1.at(0)); in handle_internal() 476 int const side_pi_q1 = sides.apply(range2.at(0), range2.at(1), range1.at(0)); in handle_internal() 477 int const side_qk_q1 = sides.apply(range2.at(0), range2.at(1), range2.at(2)); in handle_internal()
|
D | get_turn_info.hpp | 308 int const side_qi_p = dir_info.sides.template get<index_q, 0>(); in apply() 525 … int const side_qi_p1 = verified_side(dir_info.sides.template get<1, 0>(), range_p, range_q, 0, 0); in apply() 1118 int const side_qi_p1 = dir_info.sides.template get<1, 0>(); in apply() 1222 inters.sides(), umbrella_strategy); in apply() 1242 …fo>::apply(range_p, range_q, tp, inters.i_info(), inters.d_info(), inters.sides(), umbrella_strate… in apply() 1252 …fo>::apply(range_p, range_q, tp, inters.i_info(), inters.d_info(), inters.sides(), umbrella_strate… in apply() 1275 … inters.i_info(), inters.d_info(), inters.sides(), umbrella_strategy); in apply() 1283 inters.i_info(), inters.d_info(), inters.sides()); in apply() 1295 tp, out, inters, inters.sides()); in apply()
|
/third_party/boost/boost/geometry/strategies/spherical/ |
D | intersection.hpp | 311 side_info sides; in apply() local 329 sides.set<0>(plane2.side_value(a1v), plane2.side_value(a2v)); in apply() 330 if (sides.same<0>()) in apply() 354 sides.set<1>(plane1.side_value(b1v), plane1.side_value(b2v)); in apply() 355 if (sides.same<1>()) in apply() 370 if (sides.get<0, 0>() == 0 || sides.get<0, 1>() == 0) in apply() 372 sides.set<0>(0, 0); in apply() 380 if (sides.get<1, 0>() == 0 || sides.get<1, 1>() == 0) in apply() 382 sides.set<1>(0, 0); in apply() 398 bool collinear = sides.collinear(); in apply() [all …]
|
/third_party/boost/boost/geometry/strategies/geographic/ |
D | intersection.hpp | 338 side_info sides; in apply() local 374 …sides.set<0>(is_equal_a1_b1 ? 0 : formula::azimuth_side_value(res_b1_a1.azimuth, res_b1_b2.azimuth… in apply() 376 if (sides.same<0>()) in apply() 407 …sides.set<1>(is_equal_a1_b1 ? 0 : formula::azimuth_side_value(res_a1_b1.azimuth, res_a1_a2.azimuth… in apply() 409 if (sides.same<1>()) in apply() 428 bool collinear = sides.collinear(); in apply() 436 if (sides.get<0, 0>() == 0 && sides.get<0, 1>() == 0) in apply() 439 sides.set<1>(0, 0); in apply() 441 else if (sides.get<1, 0>() == 0 && sides.get<1, 1>() == 0) in apply() 444 sides.set<0>(0, 0); in apply() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/ |
D | gstkaleidoscope.c | 128 if (s != kaleidoscope->sides) { in gst_kaleidoscope_set_property() 129 kaleidoscope->sides = s; in gst_kaleidoscope_set_property() 156 g_value_set_int (value, kaleidoscope->sides); in gst_kaleidoscope_get_property() 179 theta = gst_gm_triangle (theta / G_PI * kaleidoscope->sides * 0.5); in kaleidoscope_map() 243 filter->sides = DEFAULT_SIDES; in gst_kaleidoscope_init()
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | table_border.dart | 10 /// This is like [Border], with the addition of two sides: the inner horizontal 13 /// The sides are represented by [BorderSide] objects. 18 /// All the sides of the border default to [BorderSide.none]. 28 /// A uniform border with all sides the same color and width. 30 /// The sides default to black solid borders, one logical pixel wide. 40 /// Creates a border for a table where all the interior sides use the same 41 /// styling and all the exterior sides use the same styling. 68 /// The horizontal interior sides of this border. 71 /// The vertical interior sides of this border. 74 /// The widths of the sides of this border represented as an [EdgeInsets]. [all …]
|
/third_party/skia/src/pathops/ |
D | SkOpCubicHull.cpp | 85 int sides = side(rotPath[side1].fY - rotPath[yMin].fY); in convexHull() local 86 sides ^= side(rotPath[side2].fY - rotPath[yMin].fY); in convexHull() 87 if (sides == 2) { // '2' means one remaining point <0, one >0 in convexHull() 113 } else if (sides == 0) { // '0' means both to one side or the other in convexHull()
|
/third_party/flutter/skia/src/pathops/ |
D | SkOpCubicHull.cpp | 85 int sides = side(rotPath[side1].fY - rotPath[yMin].fY); in convexHull() local 86 sides ^= side(rotPath[side2].fY - rotPath[yMin].fY); in convexHull() 87 if (sides == 2) { // '2' means one remaining point <0, one >0 in convexHull() 113 } else if (sides == 0) { // '0' means both to one side or the other in convexHull()
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | box_border.dart | 49 /// specifying the sides. 68 /// [isUniform] is true, then this is the same style as all the other sides. 74 /// Whether all four sides of the border are identical. Uniform borders are 94 /// objects. If both objects are different types but both have sides on one or 95 /// both of their lateral edges (the two sides that aren't the top and bottom) 96 /// other than [BorderSide.none], then the sides are interpolated by reducing 102 /// instead [add] the two sets of sides and interpolate them simultaneously. 138 // we speed up the horizontal sides' transitions and switch from 240 /// A border of a box, comprised of four sides: top, right, bottom, left. 242 /// The sides are represented by [BorderSide] objects. [all …]
|
D | beveled_rectangle_border.dart | 14 /// The line segments that connect the rectangle's four sides will 17 /// exceed the sides' half widths/heights the resulting shape is 18 /// diamond made by connecting the centers of the sides.
|
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | intersection.hpp | 454 side_info sides; in unified() local 455 sides.set<0>(side_strategy_type::apply(q1, q2, p1), in unified() 458 if (sides.same<0>()) in unified() 464 sides.set<1>(side_strategy_type::apply(p1, p2, q1), in unified() 467 if (sides.same<1>()) in unified() 473 bool collinear = sides.collinear(); in unified() 508 sides.set<0>(0, 0); in unified() 509 sides.set<1>(0, 0); in unified() 549 return Policy::segments_crosses(sides, sinfo, p, q); in unified()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | mpegvideoencdsp_init.c | 104 int w, int h, int sides) in draw_edges_mmx() argument 174 if (sides & EDGE_TOP) { in draw_edges_mmx() 194 if (sides & EDGE_BOTTOM) { in draw_edges_mmx()
|
/third_party/typescript/src/services/codefixes/ |
D | addMissingAwait.ts | 192 let sides: Identifier[] | undefined; 201 (sides || (sides = [])).push(side); 204 return sides && { identifiers: sides, isCompleteFix };
|
/third_party/ffmpeg/libavcodec/ |
D | mpegvideoencdsp.c | 120 int w, int h, int sides) in draw_edges_8_c() argument 135 if (sides & EDGE_TOP) in draw_edges_8_c() 139 if (sides & EDGE_BOTTOM) in draw_edges_8_c()
|
/third_party/node/deps/npm/node_modules/wide-align/ |
D | README.md | 30 Returns *str* with spaces added to both sides such that that it is *length* 47 both sides and adding left alignment.
|
/third_party/node/deps/npm/node_modules/boxen/ |
D | index.js | 33 const sides = [ variable 51 sides.forEach(key => {
|