Home
last modified time | relevance | path

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

/dports/graphics/proj/proj-7.2.1/src/
H A Dmalloc.cpp232 delete static_cast<ListOfHGrids*>(P->hgrids_legacy); in pj_default_destructor()
H A Dtransform.cpp1561 if( defn->hgrids_legacy == nullptr ) in pj_apply_gridshift_2()
1563 defn->hgrids_legacy = new ListOfHGrids; in pj_apply_gridshift_2()
1567 *static_cast<ListOfHGrids*>(defn->hgrids_legacy) = std::move(hgrids); in pj_apply_gridshift_2()
1569 if( static_cast<ListOfHGrids*>(defn->hgrids_legacy)->empty() ) in pj_apply_gridshift_2()
1582 …auto output = pj_hgrid_apply(defn->ctx, *static_cast<ListOfHGrids*>(defn->hgrids_legacy), input, i… in pj_apply_gridshift_2()
H A Dproj_internal.h530 …void* hgrids_legacy = nullptr; /* used by legacy transform.cpp. Is a pointer to a ListOfHGrids… member