/third_party/boost/boost/geometry/algorithms/detail/distance/ |
D | linear_or_areal_to_areal.hpp | 30 template <typename Linear, typename Areal, typename Strategy> 36 typename point_type<Linear>::type, 40 static inline return_type apply(Linear const& linear, in apply() 52 Linear, Areal, Strategy in apply() 58 Linear const& linear, in apply() 101 template <typename Linear, typename Areal, typename Strategy> 104 Linear, Areal, Strategy, 110 Linear, Areal, Strategy 114 template <typename Areal, typename Linear, typename Strategy> 117 Areal, Linear, Strategy, [all …]
|
D | multipoint_to_geometry.hpp | 79 template <typename MultiPoint, typename Linear, typename Strategy> 86 typename point_type<Linear>::type 90 Linear const& linear, in apply() 96 Linear, in apply() 104 static inline return_type apply(Linear const& linear, in apply() 206 template <typename MultiPoint, typename Linear, typename Strategy> 209 MultiPoint, Linear, Strategy, multi_point_tag, linear_tag, 211 > : detail::distance::multipoint_to_linear<MultiPoint, Linear, Strategy> 215 template <typename Linear, typename MultiPoint, typename Strategy> 218 Linear, MultiPoint, Strategy, linear_tag, multi_point_tag, [all …]
|
D | default_strategies.hpp | 124 template <typename Linear, typename Box> 125 struct default_strategy<Linear, Box, segment_tag, box_tag, false> 126 : default_strategy_polygonal_or_linear<Linear, Box> 129 template <typename Linear, typename Box> 130 struct default_strategy<Linear, Box, linestring_tag, box_tag, false> 131 : default_strategy_polygonal_or_linear<Linear, Box> 134 template <typename Linear, typename Box> 135 struct default_strategy<Linear, Box, multi_linestring_tag, box_tag, false> 136 : default_strategy_polygonal_or_linear<Linear, Box>
|
D | linear_to_box.hpp | 24 template <typename Linear, typename Box, typename Strategy> 30 typename point_type<Linear>::type, 58 static inline return_type apply(Linear const& linear, in apply() 75 Linear const& linear, in apply() 90 template <typename Linear, typename Box, typename Strategy> 93 Linear, Box, Strategy, 99 Linear, Box, Strategy
|
D | geometry_to_segment_or_box.hpp | 405 template <typename Linear, typename Segment, typename Strategy> 408 Linear, Segment, Strategy, linear_tag, segment_tag, 410 > : detail::distance::geometry_to_segment_or_box<Linear, Segment, Strategy> 432 template <typename Linear, typename Box, typename Strategy> 435 Linear, Box, Strategy, linear_tag, box_tag, 439 Linear, Box, Strategy
|
/third_party/boost/libs/geometry/test/algorithms/distance/ |
D | distance_brute_force.hpp | 204 typename Linear, 209 Point, Linear, Strategy, 215 Point, Linear, Strategy 219 Linear const& linear, in apply() 381 typename Linear, 387 Linear, Segment, Strategy, 393 Linear, Segment, Strategy 396 static inline distance_type apply(Linear const& linear, in apply() 452 typename Linear, 458 Linear, Ring, Strategy, [all …]
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | pointlike_linear.hpp | 114 typename Linear, 206 typedef geometry::segment_iterator<Linear const> const_iterator; 209 segment_range(Linear const& linear) in segment_range() 224 Linear const& m_linear; 229 Linear const& linear, in get_common_points() 263 Linear const& linear, in apply() 300 typename Linear, 307 : not_implemented<PointLike, Linear, PointOut> 314 typename Linear, 320 Point, Linear, PointOut, OverlayType, point_tag, linear_tag [all …]
|
D | follow_linear_linear.hpp | 172 typename Linear, 310 apply(Linestring const& linestring, Linear const&, in apply() 357 typename Linear, 367 Linear, 378 LinestringOut, Linestring, Linear, 443 apply(MultiLinestring const& multilinestring, Linear const& linear, in apply() 522 typename Linear, 529 LinestringOut, Linestring, Linear, 534 LinestringOut, Linestring, Linear, 544 typename Linear, [all …]
|
/third_party/boost/boost/geometry/algorithms/detail/is_simple/ |
D | debug_print_boundary_points.hpp | 43 template <typename Linear, typename Tag = typename tag<Linear>::type> 45 : not_implemented<Linear> 96 template <typename Linear> 97 inline void debug_print_boundary_points(Linear const& linear) in debug_print_boundary_points() 99 debug_boundary_points_printer<Linear>::apply(linear); in debug_print_boundary_points() 102 template <typename Linear> 103 inline void debug_print_boundary_points(Linear const&)
|
D | linear.hpp | 203 template <typename Linear, typename Strategy> 204 inline bool has_self_intersections(Linear const& linear, Strategy const& strategy) in has_self_intersections() 206 typedef typename point_type<Linear>::type point_type; in has_self_intersections() 220 Linear, in has_self_intersections()
|
/third_party/boost/boost/geometry/algorithms/detail/disjoint/ |
D | linear_segment_or_box.hpp | 153 typename Linear, 155 typename Tag = typename tag<Linear>::type 158 : not_implemented<Linear, SegmentOrBox> 185 template <typename Linear, typename Segment> 186 struct disjoint<Linear, Segment, 2, linear_tag, segment_tag, false> 187 : detail::disjoint::disjoint_linear_segment_or_box<Linear, Segment> 191 template <typename Linear, typename Box, std::size_t DimensionCount> 192 struct disjoint<Linear, Box, DimensionCount, linear_tag, box_tag, false> 193 : detail::disjoint::disjoint_linear_segment_or_box<Linear, Box>
|
D | linear_areal.hpp | 253 template <typename Linear, typename Areal> 254 struct disjoint<Linear, Areal, 2, linear_tag, areal_tag, false> 255 : public detail::disjoint::disjoint_linear_areal<Linear, Areal> 259 template <typename Areal, typename Linear> 260 struct disjoint<Areal, Linear, 2, areal_tag, linear_tag, false> 263 static inline bool apply(Areal const& areal, Linear const& linear, in apply() 268 Linear, Areal in apply()
|
D | multipoint_geometry.hpp | 116 template <typename MultiPoint, typename Linear> 208 typedef geometry::segment_iterator<Linear const> const_iterator; 211 segment_range(Linear const& linear) in segment_range() 226 Linear const& m_linear; 231 …static inline bool apply(MultiPoint const& multipoint, Linear const& linear, Strategy const& strat… in apply() 258 …static inline bool apply(Linear const& linear, MultiPoint const& multipoint, Strategy const& strat… in apply() 528 template <typename Linear, typename MultiPoint, std::size_t DimensionCount> 531 Linear, MultiPoint, DimensionCount, linear_tag, multi_point_tag, false 532 > : detail::disjoint::multipoint_linear<MultiPoint, Linear> 536 template <typename MultiPoint, typename Linear, std::size_t DimensionCount> [all …]
|
D | point_geometry.hpp | 63 template<typename Point, typename Linear, std::size_t DimensionCount> 64 struct disjoint<Point, Linear, DimensionCount, point_tag, linear_tag, false>
|
/third_party/boost/boost/geometry/algorithms/detail/relate/ |
D | implementation.hpp | 102 template <typename Linear, typename Areal, typename Tag1, typename Tag2> 103 struct relate<Linear, Areal, Tag1, Tag2, 1, 2, true> 104 : detail::relate::linear_areal<Linear, Areal> 107 template <typename Areal, typename Linear, typename Tag1, typename Tag2> 108 struct relate<Areal, Linear, Tag1, Tag2, 2, 1, true> 109 : detail::relate::areal_linear<Areal, Linear>
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Sampler.cpp | 41 DAWN_INVALID_IF(descriptor->minFilter != wgpu::FilterMode::Linear || in ValidateSamplerDescriptor() 42 descriptor->magFilter != wgpu::FilterMode::Linear || in ValidateSamplerDescriptor() 43 descriptor->mipmapFilter != wgpu::FilterMode::Linear, in ValidateSamplerDescriptor() 47 wgpu::FilterMode::Linear, descriptor->maxAnisotropy); in ValidateSamplerDescriptor() 124 return mMinFilter == wgpu::FilterMode::Linear || mMagFilter == wgpu::FilterMode::Linear || in IsFiltering() 125 mMipmapFilter == wgpu::FilterMode::Linear; in IsFiltering()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | SamplerValidationTests.cpp | 54 kValidAnisoSamplerDesc.minFilter = wgpu::FilterMode::Linear; in TEST_F() 55 kValidAnisoSamplerDesc.magFilter = wgpu::FilterMode::Linear; in TEST_F() 56 kValidAnisoSamplerDesc.mipmapFilter = wgpu::FilterMode::Linear; in TEST_F() 93 kValidAnisoSamplerDesc.minFilter = wgpu::FilterMode::Linear; in TEST_F() 94 kValidAnisoSamplerDesc.magFilter = wgpu::FilterMode::Linear; in TEST_F() 95 kValidAnisoSamplerDesc.mipmapFilter = wgpu::FilterMode::Linear; in TEST_F()
|
/third_party/boost/boost/geometry/strategies/spherical/ |
D | disjoint_segment_box.hpp | 81 template <typename Linear, typename Box, typename LinearTag> 82 struct default_strategy<Linear, Box, LinearTag, box_tag, 1, 2, 88 template <typename Box, typename Linear, typename LinearTag> 89 struct default_strategy<Box, Linear, box_tag, LinearTag, 2, 1,
|
/third_party/boost/boost/geometry/strategies/geographic/ |
D | disjoint_segment_box.hpp | 107 template <typename Linear, typename Box, typename LinearTag> 108 struct default_strategy<Linear, Box, LinearTag, box_tag, 1, 2, 114 template <typename Box, typename Linear, typename LinearTag> 115 struct default_strategy<Box, Linear, box_tag, LinearTag, 2, 1,
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | SamplerGL.cpp | 28 case dawn::FilterMode::Linear: in MagFilterMode() 41 case dawn::FilterMode::Linear: in MinFilterMode() 46 case dawn::FilterMode::Linear: in MinFilterMode() 50 case dawn::FilterMode::Linear: in MinFilterMode()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | SamplerD3D12.cpp | 59 case dawn::FilterMode::Linear: in Sampler() 67 case dawn::FilterMode::Linear: in Sampler() 75 case dawn::FilterMode::Linear: in Sampler()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | SamplerGL.cpp | 28 case wgpu::FilterMode::Linear: in MagFilterMode() 40 case wgpu::FilterMode::Linear: in MinFilterMode() 43 case wgpu::FilterMode::Linear: in MinFilterMode() 47 case wgpu::FilterMode::Linear: in MinFilterMode()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | SamplerD3D12.cpp | 47 case wgpu::FilterMode::Linear: in Sampler() 57 case wgpu::FilterMode::Linear: in Sampler() 67 case wgpu::FilterMode::Linear: in Sampler()
|
/third_party/boost/boost/geometry/algorithms/detail/touches/ |
D | implementation.hpp | 380 template <typename Linear, typename Areal, typename Tag1, typename Tag2> 381 struct touches<Linear, Areal, Tag1, Tag2, linear_tag, areal_tag, false> 385 Linear, 391 template <typename Linear, typename Areal, typename Tag1, typename Tag2> 392 struct touches<Areal, Linear, Tag1, Tag2, areal_tag, linear_tag, false> 397 Linear
|
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | disjoint_segment_box.hpp | 287 template <typename Linear, typename Box, typename LinearTag> 288 struct default_strategy<Linear, Box, LinearTag, box_tag, 1, 2, cartesian_tag, cartesian_tag> 293 template <typename Box, typename Linear, typename LinearTag> 294 struct default_strategy<Box, Linear, box_tag, LinearTag, 2, 1, cartesian_tag, cartesian_tag>
|