Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_hidden.h218 …enum GMT_enum_alloc xyz_alloc_mode[3]; /* Stores how the x, y and z arrays were allocated (extern… member
H A Dgmt_grdio.c3489 UH->xyz_alloc_mode[GMT_X] = UH->xyz_alloc_mode[GMT_Y] = GMT_ALLOC_INTERNALLY; in gmtlib_duplicate_cube()
3492 UH->xyz_alloc_mode[GMT_Z] = GMT_ALLOC_INTERNALLY; in gmtlib_duplicate_cube()
3509 if (U->x && UH->xyz_alloc_mode[GMT_X] == GMT_ALLOC_INTERNALLY) in gmtlib_free_cube_ptr()
3511 if (U->y && UH->xyz_alloc_mode[GMT_Y] == GMT_ALLOC_INTERNALLY) in gmtlib_free_cube_ptr()
3513 if (U->z && UH->xyz_alloc_mode[GMT_Z] == GMT_ALLOC_INTERNALLY) in gmtlib_free_cube_ptr()
H A Dgmt_api.c5777 CU->xyz_alloc_mode[GMT_Z] = GMT_ALLOC_INTERNALLY; /* Since allocated by GMT */ in GMT_Put_Levels()
5878 UH->xyz_alloc_mode[GMT_Z] = GMT_ALLOC_INTERNALLY; in gmtapi_import_cube()
6283 GU->xyz_alloc_mode[GMT_X] = GMT_ALLOC_INTERNALLY; in gmtapi_import_cube()
6290 GU->xyz_alloc_mode[GMT_Y] = GMT_ALLOC_INTERNALLY; in gmtapi_import_cube()
11227 HU->xyz_alloc_mode[GMT_Z] = GMT_ALLOC_INTERNALLY; in GMT_Create_Data()
11246 HU->xyz_alloc_mode[GMT_X] = HU->xyz_alloc_mode[GMT_Y] = GMT_ALLOC_INTERNALLY; in GMT_Create_Data()