Home
last modified time | relevance | path

Searched refs:PROJECTION_MERCATOR (Results 1 – 13 of 13) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dviewport.cpp131 m_projection_type = PROJECTION_MERCATOR; in ViewPort()
167 case PROJECTION_MERCATOR: in GetDoublePixFromLL()
183 case PROJECTION_MERCATOR: in GetDoublePixFromLL()
278 case PROJECTION_MERCATOR: in GetLLFromPix()
H A DQuilt.cpp1922 if( ( (m_bquiltanyproj || m_quilt_proj == PROJECTION_MERCATOR) ) && !vp_region.Empty() ) { in Compose()
2037 m_quilt_proj = PROJECTION_MERCATOR;// default in Compose()
2441 …if( !(chart->GetChartProjectionType() != PROJECTION_MERCATOR && vp.b_MercatorProjectionOverride ) … in ComputeRenderRegion()
2501 … if( chart->GetChartProjectionType() != PROJECTION_MERCATOR && vp.b_MercatorProjectionOverride ) in DoRenderQuiltRegionViewOnDC()
2566 if( ! chartsDrawn ) m_parent->GetVP().SetProjectionType( PROJECTION_MERCATOR ); in DoRenderQuiltRegionViewOnDC()
H A Dchartimg.cpp187 m_projection = PROJECTION_MERCATOR; // default in ChartBase()
1063 m_projection = PROJECTION_MERCATOR; in Init()
1389 if(m_projection == PROJECTION_MERCATOR) in Init()
1452 if((m_projection != PROJECTION_MERCATOR && m_projection != PROJECTION_TRANSVERSE_MERCATOR) in Init()
2707 else if(m_projection == PROJECTION_MERCATOR) in vp_pix_to_latlong()
2886 else if(m_projection == PROJECTION_MERCATOR) in latlong_to_pix_vp()
3013 else if(m_projection == PROJECTION_MERCATOR) in latlong_to_chartpix()
3081 else if(m_projection == PROJECTION_MERCATOR) in chartpix_to_latlong()
4903 if(m_projection == PROJECTION_MERCATOR) in AnalyzeSkew()
5188 else if(m_projection == PROJECTION_MERCATOR) in AnalyzeRefpoints()
H A Dgshhs.cpp474 if(vp.m_projection_type == PROJECTION_MERCATOR || in DrawPolygonFilledGL()
646 if(dx && (vp.m_projection_type == PROJECTION_MERCATOR || in drawMapPlain()
1019 if(vp.m_projection_type != PROJECTION_MERCATOR && in drawGshhsPolyMapPlain()
H A DglChartCanvas.cpp1669 return vp.m_projection_type == PROJECTION_MERCATOR || in HasNormalizedViewPort()
1692 case PROJECTION_MERCATOR: in MultMatrixViewPort()
1726 case PROJECTION_MERCATOR: in NormalizedViewPort()
1748 …return vp.m_projection_type == PROJECTION_MERCATOR || vp.m_projection_type == PROJECTION_WEB_MERCA… in CanClipViewport()
2146 vp.m_projection_type == PROJECTION_MERCATOR; in GridDraw()
2180 vp.m_projection_type == PROJECTION_MERCATOR || in GridDraw()
2184 vp.m_projection_type == PROJECTION_MERCATOR || in GridDraw()
3299 if(vp.m_projection_type == PROJECTION_MERCATOR && in RenderRasterChartRegionGL()
3300 chart->GetChartProjectionType() == PROJECTION_MERCATOR) { in RenderRasterChartRegionGL()
4255 && ( VPoint.m_projection_type == PROJECTION_MERCATOR in Render()
H A Dmbtiles.cpp957 case PROJECTION_MERCATOR: in GetDoublePixFromLL()
H A Ds52plib.cpp57 #ifndef PROJECTION_MERCATOR
58 #define PROJECTION_MERCATOR 1 macro
3863 if(vp->m_projection_type != PROJECTION_MERCATOR)
8771 …ool b_useVBO = m_useVBO && !rzRules->obj->auxParm1 && vp->m_projection_type == PROJECTION_MERCATOR;
8786 if(b_useVBO || vp->m_projection_type == PROJECTION_MERCATOR) {
9134 if(vp->m_projection_type == PROJECTION_MERCATOR) {
9686 …ol b_useVBO = m_useVBO && !rzRules->obj->auxParm1 && vp->m_projection_type == PROJECTION_MERCATOR;
10504 if(vp->m_projection_type != PROJECTION_MERCATOR)
10543 if(vp->m_projection_type != PROJECTION_MERCATOR)
11318 if(vp->m_projection_type == PROJECTION_MERCATOR) {
H A DRoute.cpp422 if( (vp.m_projection_type == PROJECTION_MERCATOR || in DrawGLLines()
H A Dchcanv.cpp4305 || ( ( m_singleChart->GetChartProjectionType() != PROJECTION_MERCATOR ) in GetDoubleCanvasPointPixVP()
4375 || ( ( m_singleChart->GetChartProjectionType() != PROJECTION_MERCATOR ) in GetCanvasPixPoint()
5061 VPoint.SetProjectionType(PROJECTION_MERCATOR); in SetViewPoint()
5064 if(VPoint.m_projection_type == PROJECTION_MERCATOR || in SetViewPoint()
5270 proj = PROJECTION_MERCATOR; in SetViewPoint()
5275 proj = PROJECTION_MERCATOR; in SetViewPoint()
5334 projection = PROJECTION_MERCATOR; in SetViewPoint()
9990 if( VPoint.b_MercatorProjectionOverride ) VPoint.SetProjectionType( PROJECTION_MERCATOR ); in OnPaint()
H A Dcm93.cpp2019 if(m_vp_current.m_projection_type == PROJECTION_MERCATOR) { in GetPointPix()
5544 if(VPoint.m_projection_type != PROJECTION_MERCATOR) in DoRenderRegionViewOnGL()
6080 if((vp.m_projection_type == PROJECTION_MERCATOR || in RenderNextSmallerCellOutlines()
H A Dchartdbs.cpp1456 else if(PROJECTION_MERCATOR == cte.GetChartProjectionType()) in GetFullChartInfo()
H A Ds57chart.cpp582 if(vpt->m_projection_type != PROJECTION_MERCATOR) in GetPixPoint()
2970 vp.m_projection_type = PROJECTION_MERCATOR; in BuildThumbnail()
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Dchartbase.h107 PROJECTION_MERCATOR, enumerator