Home
last modified time | relevance | path

Searched refs:MASK_SADDLE_START_SW_1 (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-matplotlib2/matplotlib-2.2.4/src/
H A D_contour.cpp36 #define MASK_SADDLE_START_SW_1 0x0100 // Next visit starts on S or W edge. macro
69 #define SADDLE_START_SW(quad,li) (_cache[quad] & (li==1 ? MASK_SADDLE_START_SW_1 : MASK_SADDLE_STAR…
922 _cache[quad] |= (level_index == 1 ? MASK_SADDLE_START_SW_1 in follow_interior()
/dports/math/py-matplotlib/matplotlib-3.4.3/src/
H A D_contour.cpp36 #define MASK_SADDLE_START_SW_1 0x0100 // Next visit starts on S or W edge. macro
69 #define SADDLE_START_SW(quad,li) ((_cache[quad] & (li==1 ? MASK_SADDLE_START_SW_1 : MASK_SADDLE_STA…
922 _cache[quad] |= (level_index == 1 ? MASK_SADDLE_START_SW_1 in follow_interior()