Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dring.hpp132 bool is_hole() { in is_hole() function
255 if ((parent == nullptr && new_ring->is_hole()) || in assign_as_child()
256 (parent != nullptr && new_ring->is_hole() == parent->is_hole())) { in assign_as_child()
269 if ((parent == nullptr && ring->is_hole()) || in reassign_as_child()
270 (parent != nullptr && ring->is_hole() == parent->is_hole())) { in reassign_as_child()
290 if (new_ring->is_hole() != sibling->is_hole()) { in assign_as_sibling()
307 if (ring->is_hole() != sibling->is_hole()) { in reassign_as_sibling()
H A Dtopology_correction.hpp117 (!it_ring1->is_hole() && !it_ring2->is_hole())) { in find_intersect_loop()
176 if (ring_is_hole(&r) != r.is_hole()) { in correct_orientations()
496 if (!ring_j->is_hole() && !ring_k->is_hole()) { in process_single_intersection()
506 if (!ring_j->is_hole()) { in process_single_intersection()
512 } else if (!ring_k->is_hole()) { in process_single_intersection()
603 if (ring_origin->is_hole()) { in process_single_intersection()
606 if (!ring_itr->is_hole()) { in process_single_intersection()
621 bool origin_is_hole = ring_origin->is_hole(); in process_single_intersection()
714 if (it_ring->is_hole() || it_ring2->is_hole()) { in process_single_intersection()
731 if (it_ring->is_hole() || it_ring2->is_hole()) { in process_single_intersection()
[all …]
/OK3568_Linux_fs/kernel/fs/nfs/blocklayout/
H A Dblocklayout.c52 static bool is_hole(struct pnfs_block_extent *be) in is_hole() function
306 if (is_hole(&be)) { in bl_read_pagelist()