Searched refs:per_one (Results 1 – 1 of 1) 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/relate/ |
| H A D | result.hpp | 464 return per_one<interior, interior>(mask, matrix) in apply() 465 && per_one<interior, boundary>(mask, matrix) in apply() 466 && per_one<interior, exterior>(mask, matrix) in apply() 467 && per_one<boundary, interior>(mask, matrix) in apply() 468 && per_one<boundary, boundary>(mask, matrix) in apply() 469 && per_one<boundary, exterior>(mask, matrix) in apply() 470 && per_one<exterior, interior>(mask, matrix) in apply() 471 && per_one<exterior, boundary>(mask, matrix) in apply() 472 && per_one<exterior, exterior>(mask, matrix); in apply() 476 static inline bool per_one(Mask const& mask, Matrix const& matrix) in per_one() function [all …]
|