/third_party/flutter/skia/resources/lua/ |
D | slides_transitions.lua | 9 function slide_transition(prev, next, is_forward) 22 if is_forward then 48 function fade_slide_transition(prev, next, is_forward) 68 if is_forward then 94 function fade_transition(prev, next, is_forward) 125 function rotate_transition(prev, next, is_forward) 147 if is_forward then 165 function zoom_transition(prev, next, is_forward)
|
D | slides.lua | 227 function spawn_transition(prevSlide, nextSlide, is_forward) 229 if is_forward then 241 gCurrAnimation = transition(prevDrawable, nextDrawable, is_forward)
|
/third_party/boost/boost/graph/ |
D | grid_graph.hpp | 503 bool is_forward in edge_at() local 509 vertex_target = is_forward in edge_at() 546 if (is_forward) in edge_at() 600 bool is_forward = true; in index_of() local 615 is_forward = false; in index_of() 620 is_forward = false; in index_of() 624 if (!is_forward) in index_of() 638 if (!is_forward) in index_of() 695 bool is_forward = false; in out_edge_at() local 704 if (!is_forward && (vertex[dimension_index] == 0)) in out_edge_at() [all …]
|
/third_party/boost/boost/geometry/strategies/geographic/ |
D | intersection_elliptic.hpp | 74 coord_t cos_angle_between(Point3d const& p1, Point3d const& p2, bool & is_forward) const in cos_angle_between() 83 is_forward = dot_product(normal, cross_product(v1, v2)) >= c0; in cos_angle_between() 164 coord_t cos_angle_between(Point3d const& p1, Point3d const& p2, bool & is_forward) const in cos_angle_between() 171 is_forward = dot_product(normal, cross_product(v1, v2)) >= c0; in cos_angle_between()
|
/third_party/node/src/ |
D | node_buffer.cc | 788 bool is_forward) { in IndexOfOffset() argument 794 } else if (is_forward || needle_length == 0) { in IndexOfOffset() 808 } else if (is_forward) { in IndexOfOffset() 834 bool is_forward = args[4]->IsTrue(); in IndexOfString() local 847 is_forward); in IndexOfString() 864 if ((is_forward && needle_length + offset > haystack_length) || in IndexOfString() 894 is_forward); in IndexOfString() 901 is_forward); in IndexOfString() 914 is_forward); in IndexOfString() 928 is_forward); in IndexOfString() [all …]
|
D | string_search.h | 599 bool is_forward) { in SearchString() argument 605 stringsearch::Vector<const Char> v_needle(needle, needle_length, is_forward); in SearchString() 607 haystack, haystack_length, is_forward); in SearchString() 610 if (is_forward) { in SearchString() 623 return is_forward ? pos : (haystack_length - needle_length - pos); in SearchString()
|
/third_party/boost/libs/poly_collection/test/ |
D | test_iterators.cpp | 27 using is_forward=std::is_base_of< typedef 178 static_assert(is_forward<iterator>::value, in test_iterators() 180 static_assert(is_forward<const_iterator>::value, in test_iterators()
|
/third_party/boost/boost/geometry/strategies/spherical/ |
D | intersection.hpp | 788 bool is_forward = true; in calculate_dist() local 789 CalcT cos_a1_i1 = plane1.cos_angle_between(a1v, i1, is_forward); in calculate_dist() 791 if (! is_forward) // left or right of a1 on a in calculate_dist() 924 coord_t cos_angle_between(Point3d const& p1, Point3d const& p2, bool & is_forward) const in cos_angle_between() 927 is_forward = dot_product(normal, cross_product(p1, p2)) >= c0; in cos_angle_between()
|
/third_party/boost/boost/fusion/support/ |
D | category_of.hpp | 95 struct is_forward struct
|
/third_party/boost/boost/fusion/view/zip_view/ |
D | zip_view.hpp | 66 traits::is_forward<SeqClass>,
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | shape-options.hh | 152 bool is_forward = HB_DIRECTION_IS_FORWARD (hb_buffer_get_direction (buffer)); in verify_buffer_monotone() local 159 (info[i-1].cluster < info[i].cluster) != is_forward) in verify_buffer_monotone()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/util/ |
D | options.hh | 285 bool is_forward = HB_DIRECTION_IS_FORWARD (hb_buffer_get_direction (buffer)); in verify_buffer_monotone() local 292 (info[i-1].cluster < info[i].cluster) != is_forward) in verify_buffer_monotone()
|
/third_party/harfbuzz/util/ |
D | options.hh | 291 bool is_forward = HB_DIRECTION_IS_FORWARD (hb_buffer_get_direction (buffer)); in verify_buffer_monotone() local 298 (info[i-1].cluster < info[i].cluster) != is_forward) in verify_buffer_monotone()
|
/third_party/mindspore/mindspore/_extends/graph_kernel/model/ |
D | graph_split.py | 366 fuse_areas, is_forward = result 370 if is_forward:
|
/third_party/boost/boost/unordered/detail/ |
D | implementation.hpp | 260 struct is_forward : boost::is_base_of<std::forward_iterator_tag, struct 267 : boost::enable_if_c<boost::unordered::detail::is_forward<I>::value, 274 : boost::disable_if_c<boost::unordered::detail::is_forward<I>::value,
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 29410 + bool is_forward = HB_DIRECTION_IS_FORWARD (hb_buffer_get_direction (buffer)); 29417 + (info[i-1].cluster < info[i].cluster) != is_forward) 72683 - bool is_forward = HB_DIRECTION_IS_FORWARD (hb_buffer_get_direction (buffer)); 72690 - (info[i-1].cluster < info[i].cluster) != is_forward)
|