Lines Matching refs:pt_outside

938 	POINT2D pt_outside;  in test_ptarray_contains_point_sphere()  local
946 pt_outside.x = 120.695136159150778; in test_ptarray_contains_point_sphere()
947 pt_outside.y = 40.6920926049588516; in test_ptarray_contains_point_sphere()
948 result = ptarray_contains_point_sphere(poly->rings[0], &pt_outside, &pt_to_test); in test_ptarray_contains_point_sphere()
957 pt_outside.x = 1.2; in test_ptarray_contains_point_sphere()
958 pt_outside.y = 1.05; in test_ptarray_contains_point_sphere()
959 result = ptarray_contains_point_sphere(poly->rings[0], &pt_outside, &pt_to_test); in test_ptarray_contains_point_sphere()
968 pt_outside.x = 1.2; in test_ptarray_contains_point_sphere()
969 pt_outside.y = 1.15; in test_ptarray_contains_point_sphere()
970 result = ptarray_contains_point_sphere(poly->rings[0], &pt_outside, &pt_to_test); in test_ptarray_contains_point_sphere()
982 pt_outside.x = 1.05; in test_ptarray_contains_point_sphere()
983 pt_outside.y = 0.5; in test_ptarray_contains_point_sphere()
984 result = ptarray_contains_point_sphere(poly->rings[0], &pt_outside, &pt_to_test); in test_ptarray_contains_point_sphere()
993 pt_outside.x = 1.2; in test_ptarray_contains_point_sphere()
994 pt_outside.y = 1.2; in test_ptarray_contains_point_sphere()
995 result = ptarray_contains_point_sphere(poly->rings[0], &pt_outside, &pt_to_test); in test_ptarray_contains_point_sphere()
1004 pt_outside.x = 1.2; in test_ptarray_contains_point_sphere()
1005 pt_outside.y = 1.05; in test_ptarray_contains_point_sphere()
1006 result = ptarray_contains_point_sphere(poly->rings[0], &pt_outside, &pt_to_test); in test_ptarray_contains_point_sphere()
1015 pt_outside.x = 1.0; in test_ptarray_contains_point_sphere()
1016 pt_outside.y = 10.0; in test_ptarray_contains_point_sphere()
1017 result = ptarray_contains_point_sphere(poly->rings[0], &pt_outside, &pt_to_test); in test_ptarray_contains_point_sphere()
1026 pt_outside.x = 1.2; in test_ptarray_contains_point_sphere()
1027 pt_outside.y = 1.05; in test_ptarray_contains_point_sphere()
1028 result = ptarray_contains_point_sphere(poly->rings[0], &pt_outside, &pt_to_test); in test_ptarray_contains_point_sphere()
1037 pt_outside.x = 1.2; in test_ptarray_contains_point_sphere()
1038 pt_outside.y = 1.05; in test_ptarray_contains_point_sphere()
1039 result = ptarray_contains_point_sphere(poly->rings[0], &pt_outside, &pt_to_test); in test_ptarray_contains_point_sphere()
1048 pt_outside.x = 1.1; in test_ptarray_contains_point_sphere()
1049 pt_outside.y = 1.3; in test_ptarray_contains_point_sphere()
1050 result = ptarray_contains_point_sphere(poly->rings[0], &pt_outside, &pt_to_test); in test_ptarray_contains_point_sphere()
1059 pt_outside.x = 1.0; in test_ptarray_contains_point_sphere()
1060 pt_outside.y = 2.0; in test_ptarray_contains_point_sphere()
1061 result = ptarray_contains_point_sphere(poly->rings[0], &pt_outside, &pt_to_test); in test_ptarray_contains_point_sphere()
1070 pt_outside.x = 1.5; in test_ptarray_contains_point_sphere()
1071 pt_outside.y = 2.0; in test_ptarray_contains_point_sphere()
1072 result = ptarray_contains_point_sphere(poly->rings[0], &pt_outside, &pt_to_test); in test_ptarray_contains_point_sphere()
1081 pt_outside.x = 1.0; in test_ptarray_contains_point_sphere()
1082 pt_outside.y = 2.0; in test_ptarray_contains_point_sphere()
1083 result = ptarray_contains_point_sphere(poly->rings[0], &pt_outside, &pt_to_test); in test_ptarray_contains_point_sphere()
1092 pt_outside.x = 1.21; in test_ptarray_contains_point_sphere()
1093 pt_outside.y = 1.21; in test_ptarray_contains_point_sphere()
1094 result = ptarray_contains_point_sphere(poly->rings[0], &pt_outside, &pt_to_test); in test_ptarray_contains_point_sphere()
1103 pt_outside.x = 1.21; in test_ptarray_contains_point_sphere()
1104 pt_outside.y = 1.21; in test_ptarray_contains_point_sphere()
1105 result = ptarray_contains_point_sphere(poly->rings[0], &pt_outside, &pt_to_test); in test_ptarray_contains_point_sphere()
1114 pt_outside.x = -10.2727799838316134; in test_ptarray_contains_point_sphere()
1115 pt_outside.y = -16.9370033133329976; in test_ptarray_contains_point_sphere()
1116 result = ptarray_contains_point_sphere(poly->rings[0], &pt_outside, &pt_to_test); in test_ptarray_contains_point_sphere()
1162 POINT2D pt_outside, pt_to_test; in test_ptarray_contains_point_sphere_iowa() local
1167 pt_outside.x = -96.381873780830645; in test_ptarray_contains_point_sphere_iowa()
1168 pt_outside.y = 40.185394449416371; in test_ptarray_contains_point_sphere_iowa()
1170 rv = ptarray_contains_point_sphere(pa, &pt_outside, &pt_to_test); in test_ptarray_contains_point_sphere_iowa()