Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/
H A DFileBrowser.qml74 property variant view: view1
164 id: view1
173 visible: root.showFocusHighlight && view1.count != 0
178 width: view1.currentItem == null ? 0 : view1.currentItem.width
187 PropertyChanges { target: view1; x: 0 }
191 PropertyChanges { target: view1; x: -root.width }
195 PropertyChanges { target: view1; x: root.width }
228 width: view1.currentItem == null ? 0 : view1.currentItem.width
329 view1.state = "exitLeft";
331 view = view1
[all …]
/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.hpp203 view_type1 view1(cview1); in apply() local
206 range1_iterator begin_range_1 = boost::begin(view1); in apply()
207 range1_iterator end_range_1 = boost::end(view1); in apply()
224 get_start_point_iterator(sec1, view1, prev1, it1, end1, in apply()
H A Dintersection_insert.hpp729 detail::boundary_view<Geometry1 const> view1(geometry1); in apply() local
738 >::apply(view1, view2, robust_policy, oit, strategy); in apply()