Home
last modified time | relevance | path

Searched refs:m_pNoCOVRTablePoints (Results 1 – 6 of 6) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Dchartbase.h201 virtual int GetNoCOVRTablePoints(int iTable) { return m_pNoCOVRTablePoints[iTable]; } in GetNoCOVRTablePoints()
202 virtual int GetNoCOVRTablenPoints(int iTable){ return m_pNoCOVRTablePoints[iTable]; } in GetNoCOVRTablenPoints()
252 …int *m_pNoCOVRTablePoints; // int table of number of points in each NoCov… variable
H A DOsenc.h583 …int *m_pNoCOVRTablePoints; // int table of number of points in each NoCov… variable
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DOsenc.cpp261 free( m_pNoCOVRTablePoints ); in ~Osenc()
287 m_pNoCOVRTablePoints = NULL; in init()
1823 int nPoints = m_pNoCOVRTablePoints[i]; in CreateCovrRecords()
3503 m_pNoCOVRTablePoints = (int *) malloc( m_nNoCOVREntries * sizeof(int) ); in CreateCOVRTables()
3508 m_pNoCOVRTablePoints[j] = npoints; in CreateCOVRTables()
3515 m_pNoCOVRTablePoints = NULL; in CreateCOVRTables()
H A Ds57chart.cpp3204 m_pNoCOVRTablePoints = (int *) malloc( m_nNoCOVREntries * sizeof(int) ); in CreateHeaderDataFromENC()
3208 m_pNoCOVRTablePoints[j] = noCovrCntArray[j]; in CreateHeaderDataFromENC()
3213 m_pNoCOVRTablePoints = NULL; in CreateHeaderDataFromENC()
3355 m_pNoCOVRTablePoints = (int *) malloc( m_nNoCOVREntries * sizeof(int) ); in CreateHeaderDataFromoSENC()
3360 m_pNoCOVRTablePoints[j] = npoints; in CreateHeaderDataFromoSENC()
H A Dmbtiles.cpp293 m_pNoCOVRTablePoints = NULL; in ChartMBTiles()
H A Dchartimg.cpp180 m_pNoCOVRTablePoints = NULL; in ChartBase()
208 free( m_pNoCOVRTablePoints ); in ~ChartBase()