Home
last modified time | relevance | path

Searched refs:top_left (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/distance/
H A Dsegment_to_box.hpp392 BoxPoint const& top_left, in apply()
405 if (less_equal(geometry::get<0>(top_left), geometry::get<0>(p0))) in apply()
408 - cast::apply(geometry::get<1>(top_left)); in apply()
418 return cast::apply(ps_strategy.apply(top_left, p0, p1)); in apply()
428 BoxPoint const& top_left, in apply()
453 >::apply(p1, p0, top_left, bottom_left, in apply()
468 BoxPoint const& top_left, in apply()
491 >::apply(p0, p1, top_left, ps_strategy); in apply()
554 BoxPoint const& top_left, in non_negative_slope_segment() argument
578 top_left, top_right, bottom_left, bottom_right, in non_negative_slope_segment()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Ddistance_cross_track_point_box.hpp116 box_point_type bottom_left, bottom_right, top_left, top_right; in apply() local
119 top_left, top_right); in apply()
221 ? m_ps_strategy.apply(point, bottom_left, top_left) in apply()
/OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/
H A Dnal-h264.h161 unsigned int top_left[8]; member
H A Dnal-h264.c697 rbsp_uev(rbsp, &pps->top_left[i]); in nal_h264_rbsp_pps()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_global.h625 RK_S32 top_left[MAXnum_slice_groups_minus1]; // ue(v) member
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1884 top_left = QPoint(self.rb_origin.x() - width, self.rb_origin.y())
1885 rect = QRect(top_left, QSize(width, self.height))
1977 top_left = self.createIndex(row, 0, child)
1979 self.dataChanged.emit(top_left, bottom_right)