Home
last modified time | relevance | path

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

/dports/math/py-matplotlib2/matplotlib-2.2.4/src/
H A D_contour.cpp21 #define POINT_SE (quad+1) macro
61 #define Z_SE Z_LEVEL(POINT_SE)
867 case Edge_NW: point_opposite = POINT_SE; break; in follow_interior()
908 get_point_z(POINT_SE) + in follow_interior()
1002 point1 = POINT_SE; point2 = POINT_SW; point3 = POINT_NW; in get_corner_start_edge()
1006 point1 = POINT_NE; point2 = POINT_SE; point3 = POINT_SW; in get_corner_start_edge()
1067 case Edge_E: return (start ? POINT_SE : POINT_NE); in get_edge_point_index()
1070 case Edge_S: return (start ? POINT_SW : POINT_SE); in get_edge_point_index()
1071 case Edge_NE: return (start ? POINT_SE : POINT_NW); in get_edge_point_index()
1073 case Edge_SW: return (start ? POINT_NW : POINT_SE); in get_edge_point_index()
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/src/
H A D_contour.cpp21 #define POINT_SE (quad+1) macro
61 #define Z_SE Z_LEVEL(POINT_SE)
867 case Edge_NW: point_opposite = POINT_SE; break; in follow_interior()
908 get_point_z(POINT_SE) + in follow_interior()
1002 point1 = POINT_SE; point2 = POINT_SW; point3 = POINT_NW; in get_corner_start_edge()
1006 point1 = POINT_NE; point2 = POINT_SE; point3 = POINT_SW; in get_corner_start_edge()
1067 case Edge_E: return (start ? POINT_SE : POINT_NE); in get_edge_point_index()
1070 case Edge_S: return (start ? POINT_SW : POINT_SE); in get_edge_point_index()
1071 case Edge_NE: return (start ? POINT_SE : POINT_NW); in get_edge_point_index()
1073 case Edge_SW: return (start ? POINT_NW : POINT_SE); in get_edge_point_index()
[all …]