Home
last modified time | relevance | path

Searched refs:view2 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/
H A DFileBrowser.qml214 id: view2
223 visible: root.showFocusHighlight && view2.count != 0
235 PropertyChanges { target: view2; x: 0 }
239 PropertyChanges { target: view2; x: -root.width }
243 PropertyChanges { target: view2; x: root.width }
327 view = view2
333 view2.state = "exitLeft";
346 view = view2
352 view2.state = "exitRight";
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dget_turns.hpp204 view_type2 view2(cview2); in apply() local
209 range2_iterator begin_range_2 = boost::begin(view2); in apply()
210 range2_iterator end_range_2 = boost::end(view2); in apply()
248 get_start_point_iterator(sec2, view2, prev2, it2, end2, in apply()
H A Dintersection_insert.hpp730 detail::boundary_view<Geometry2 const> view2(geometry2); in apply() local
738 >::apply(view1, view2, robust_policy, oit, strategy); in apply()