Home
last modified time | relevance | path

Searched refs:ordinate_ptr (Results 1 – 8 of 8) sorted by relevance

/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dg_serialized.c1317 uint8_t *ordinate_ptr; in lwpoly_from_gserialized_buffer() local
1335 ordinate_ptr = data_ptr; /* Start the ordinate pointer. */ in lwpoly_from_gserialized_buffer()
1340 ordinate_ptr += nrings * 4; /* Move past all the npoints values. */ in lwpoly_from_gserialized_buffer()
1342 ordinate_ptr += 4; in lwpoly_from_gserialized_buffer()
1359 …tarray_construct_reference_data(FLAGS_GET_Z(g_flags), FLAGS_GET_M(g_flags), npoints, ordinate_ptr); in lwpoly_from_gserialized_buffer()
1361 ordinate_ptr += sizeof(double) * FLAGS_NDIMS(g_flags) * npoints; in lwpoly_from_gserialized_buffer()
1365 *g_size = ordinate_ptr - start_ptr; in lwpoly_from_gserialized_buffer()
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dgserialized1.c1231 uint8_t *ordinate_ptr; in lwpoly_from_gserialized1_buffer() local
1249 ordinate_ptr = data_ptr; /* Start the ordinate pointer. */ in lwpoly_from_gserialized1_buffer()
1254 ordinate_ptr += nrings * 4; /* Move past all the npoints values. */ in lwpoly_from_gserialized1_buffer()
1256 ordinate_ptr += 4; in lwpoly_from_gserialized1_buffer()
1273 …tarray_construct_reference_data(FLAGS_GET_Z(lwflags), FLAGS_GET_M(lwflags), npoints, ordinate_ptr); in lwpoly_from_gserialized1_buffer()
1275 ordinate_ptr += sizeof(double) * FLAGS_NDIMS(lwflags) * npoints; in lwpoly_from_gserialized1_buffer()
1279 *size = ordinate_ptr - start_ptr; in lwpoly_from_gserialized1_buffer()
H A Dgserialized2.c1282 uint8_t *ordinate_ptr; in lwpoly_from_gserialized2_buffer() local
1300 ordinate_ptr = data_ptr; /* Start the ordinate pointer. */ in lwpoly_from_gserialized2_buffer()
1305 ordinate_ptr += nrings * 4; /* Move past all the npoints values. */ in lwpoly_from_gserialized2_buffer()
1307 ordinate_ptr += 4; in lwpoly_from_gserialized2_buffer()
1324 …tarray_construct_reference_data(FLAGS_GET_Z(lwflags), FLAGS_GET_M(lwflags), npoints, ordinate_ptr); in lwpoly_from_gserialized2_buffer()
1326 ordinate_ptr += sizeof(double) * FLAGS_NDIMS(lwflags) * npoints; in lwpoly_from_gserialized2_buffer()
1330 *size = ordinate_ptr - start_ptr; in lwpoly_from_gserialized2_buffer()
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dgserialized1.c1231 uint8_t *ordinate_ptr; in lwpoly_from_gserialized1_buffer() local
1249 ordinate_ptr = data_ptr; /* Start the ordinate pointer. */ in lwpoly_from_gserialized1_buffer()
1254 ordinate_ptr += nrings * 4; /* Move past all the npoints values. */ in lwpoly_from_gserialized1_buffer()
1256 ordinate_ptr += 4; in lwpoly_from_gserialized1_buffer()
1273 …tarray_construct_reference_data(FLAGS_GET_Z(lwflags), FLAGS_GET_M(lwflags), npoints, ordinate_ptr); in lwpoly_from_gserialized1_buffer()
1275 ordinate_ptr += sizeof(double) * FLAGS_NDIMS(lwflags) * npoints; in lwpoly_from_gserialized1_buffer()
1279 *size = ordinate_ptr - start_ptr; in lwpoly_from_gserialized1_buffer()
H A Dgserialized2.c1282 uint8_t *ordinate_ptr; in lwpoly_from_gserialized2_buffer() local
1300 ordinate_ptr = data_ptr; /* Start the ordinate pointer. */ in lwpoly_from_gserialized2_buffer()
1305 ordinate_ptr += nrings * 4; /* Move past all the npoints values. */ in lwpoly_from_gserialized2_buffer()
1307 ordinate_ptr += 4; in lwpoly_from_gserialized2_buffer()
1324 …tarray_construct_reference_data(FLAGS_GET_Z(lwflags), FLAGS_GET_M(lwflags), npoints, ordinate_ptr); in lwpoly_from_gserialized2_buffer()
1326 ordinate_ptr += sizeof(double) * FLAGS_NDIMS(lwflags) * npoints; in lwpoly_from_gserialized2_buffer()
1330 *size = ordinate_ptr - start_ptr; in lwpoly_from_gserialized2_buffer()
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Dg_serialized.c1061 uint8_t *ordinate_ptr; in rtpoly_from_gserialized_buffer() local
1079 ordinate_ptr = data_ptr; /* Start the ordinate pointer. */ in rtpoly_from_gserialized_buffer()
1083 ordinate_ptr += nrings * 4; /* Move past all the npoints values. */ in rtpoly_from_gserialized_buffer()
1085 ordinate_ptr += 4; in rtpoly_from_gserialized_buffer()
1101 …nstruct_reference_data(ctx, RTFLAGS_GET_Z(g_flags), RTFLAGS_GET_M(g_flags), npoints, ordinate_ptr); in rtpoly_from_gserialized_buffer()
1103 ordinate_ptr += sizeof(double) * RTFLAGS_NDIMS(g_flags) * npoints; in rtpoly_from_gserialized_buffer()
1107 *g_size = ordinate_ptr - start_ptr; in rtpoly_from_gserialized_buffer()
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dgserialized1.c1230 uint8_t *ordinate_ptr; in lwpoly_from_gserialized1_buffer() local
1248 ordinate_ptr = data_ptr; /* Start the ordinate pointer. */ in lwpoly_from_gserialized1_buffer()
1253 ordinate_ptr += nrings * 4; /* Move past all the npoints values. */ in lwpoly_from_gserialized1_buffer()
1255 ordinate_ptr += 4; in lwpoly_from_gserialized1_buffer()
1272 …tarray_construct_reference_data(FLAGS_GET_Z(lwflags), FLAGS_GET_M(lwflags), npoints, ordinate_ptr); in lwpoly_from_gserialized1_buffer()
1274 ordinate_ptr += sizeof(double) * FLAGS_NDIMS(lwflags) * npoints; in lwpoly_from_gserialized1_buffer()
1278 *size = ordinate_ptr - start_ptr; in lwpoly_from_gserialized1_buffer()
H A Dgserialized2.c1303 uint8_t *ordinate_ptr; in lwpoly_from_gserialized2_buffer() local
1321 ordinate_ptr = data_ptr; /* Start the ordinate pointer. */ in lwpoly_from_gserialized2_buffer()
1326 ordinate_ptr += nrings * 4; /* Move past all the npoints values. */ in lwpoly_from_gserialized2_buffer()
1328 ordinate_ptr += 4; in lwpoly_from_gserialized2_buffer()
1345 …tarray_construct_reference_data(FLAGS_GET_Z(lwflags), FLAGS_GET_M(lwflags), npoints, ordinate_ptr); in lwpoly_from_gserialized2_buffer()
1347 ordinate_ptr += sizeof(double) * FLAGS_NDIMS(lwflags) * npoints; in lwpoly_from_gserialized2_buffer()
1351 *size = ordinate_ptr - start_ptr; in lwpoly_from_gserialized2_buffer()