Home
last modified time | relevance | path

Searched refs:PointIterator (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/polygon/
Dvoronoi.hpp41 template <typename PointIterator, typename VB>
46 typename std::iterator_traits<PointIterator>::value_type
51 >::type insert(const PointIterator first, const PointIterator last, VB* vb) { in insert()
52 for (PointIterator it = first; it != last; ++it) { in insert()
89 template <typename PointIterator, typename VD>
94 typename std::iterator_traits<PointIterator>::value_type
99 >::type construct_voronoi(const PointIterator first, in construct_voronoi()
100 const PointIterator last, in construct_voronoi()
125 template <typename PointIterator, typename SegmentIterator, typename VD>
131 typename std::iterator_traits<PointIterator>::value_type
[all …]
/third_party/boost/boost/compute/interop/vtk/
Dbounds.hpp31 template<class PointIterator>
32 inline void vtk_compute_bounds(PointIterator first, in vtk_compute_bounds()
33 PointIterator last, in vtk_compute_bounds()
37 typedef typename std::iterator_traits<PointIterator>::value_type T; in vtk_compute_bounds()
/third_party/boost/libs/compute/include/boost/compute/interop/vtk/
Dbounds.hpp31 template<class PointIterator>
32 inline void vtk_compute_bounds(PointIterator first, in vtk_compute_bounds()
33 PointIterator last, in vtk_compute_bounds()
37 typedef typename std::iterator_traits<PointIterator>::value_type T; in vtk_compute_bounds()
/third_party/skia/src/core/
DSkPathBuilder.cpp588 template <unsigned N> class PointIterator { class
590 PointIterator(SkPathDirection dir, unsigned startIndex) in PointIterator() function in __anonb679ef6d0311::PointIterator
613 class RectPointIterator : public PointIterator<4> {
616 : PointIterator(dir, startIndex) { in RectPointIterator()
625 class OvalPointIterator : public PointIterator<4> {
628 : PointIterator(dir, startIndex) { in OvalPointIterator()
640 class RRectPointIterator : public PointIterator<8> {
643 : PointIterator(dir, startIndex) in RRectPointIterator()
/third_party/flutter/skia/src/core/
DSkPath.cpp967 class PointIterator { class
969 PointIterator(SkPath::Direction dir, unsigned startIndex) in PointIterator() function in __anon311e201b0111::PointIterator
991 class RectPointIterator : public PointIterator<4> {
994 : PointIterator(dir, startIndex) { in RectPointIterator()
1003 class OvalPointIterator : public PointIterator<4> {
1006 : PointIterator(dir, startIndex) { in OvalPointIterator()
1018 class RRectPointIterator : public PointIterator<8> {
1021 : PointIterator(dir, startIndex) { in RRectPointIterator()