Home
last modified time | relevance | path

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

/dports/graphics/proj/proj-7.2.1/src/
H A Dell_set.cpp82 pj_dealloc(P->def_shape); in pj_ellipsoid()
83 P->def_shape = nullptr; in pj_ellipsoid()
123 P->def_shape? P->def_shape: empty, in pj_ellipsoid()
238 pj_dealloc(P->def_shape); in ellps_shape()
239 P->def_shape = nullptr; in ellps_shape()
258 P->def_shape = pj_strdup(par->param); in ellps_shape()
H A Dmalloc.cpp228 pj_dealloc(P->def_shape); in pj_default_destructor()
H A Dproj_internal.h371 char *def_shape = nullptr; member