Home
last modified time | relevance | path

Searched refs:is_forward (Results 1 – 16 of 16) sorted by relevance

/third_party/flutter/skia/resources/lua/
Dslides_transitions.lua9 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)
Dslides.lua227 function spawn_transition(prevSlide, nextSlide, is_forward)
229 if is_forward then
241 gCurrAnimation = transition(prevDrawable, nextDrawable, is_forward)
/third_party/boost/boost/graph/
Dgrid_graph.hpp503 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/
Dintersection_elliptic.hpp74 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/
Dnode_buffer.cc788 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 …]
Dstring_search.h599 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/
Dtest_iterators.cpp27 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/
Dintersection.hpp788 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/
Dcategory_of.hpp95 struct is_forward struct
/third_party/boost/boost/fusion/view/zip_view/
Dzip_view.hpp66 traits::is_forward<SeqClass>,
/third_party/skia/third_party/externals/harfbuzz/util/
Dshape-options.hh152 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/
Doptions.hh285 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/
Doptions.hh291 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/
Dgraph_split.py366 fuse_areas, is_forward = result
370 if is_forward:
/third_party/boost/boost/unordered/detail/
Dimplementation.hpp260 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/
D0001-cve.patch29410 + 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)