Home
last modified time | relevance | path

Searched refs:GetpVP (Results 1 – 7 of 7) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Docpndc.cpp426 …glUniformMatrix4fv( matloc, 1, GL_FALSE, (const GLfloat*)gFrame->GetPrimaryCanvas()->GetpVP()->vp_… in DrawGLThickLine()
491 …glUniformMatrix4fv( matloc, 1, GL_FALSE, (const GLfloat*)gFrame->GetPrimaryCanvas()->GetpVP()->vp_… in DrawGLThickLine()
574 …trix4fv( matloc, 1, GL_FALSE, (const GLfloat*)gFrame->GetPrimaryCanvas()->GetpVP()->vp_transform); in DrawLine()
889 …glUniformMatrix4fv( matloc, 1, GL_FALSE, (const GLfloat*)gFrame->GetPrimaryCanvas()->GetpVP()->vp_… in DrawLines()
1131 mat4x4_mul(X, (float (*)[4])gFrame->GetPrimaryCanvas()->GetpVP()->vp_transform, Q); in DrawRoundedRectangle()
1235 …glUniformMatrix4fv( matloc, 1, GL_FALSE, (const GLfloat*)(gFrame->GetPrimaryCanvas()->GetpVP()->vp… in DrawCircle()
1370 mat4x4_mul(X, (float (*)[4])gFrame->GetPrimaryCanvas()->GetpVP()->vp_transform, Q); in DrawPolygon()
1426 mat4x4_mul(X, (float (*)[4])gFrame->GetPrimaryCanvas()->GetpVP()->vp_transform, Q); in DrawPolygon()
1685 ViewPort *pvp = gFrame->GetPrimaryCanvas()->GetpVP(); in DrawPolygonTessellated()
H A DglChartCanvas.cpp713 ViewPort *vp = m_pParentCanvas->GetpVP(); in OnSize()
2470 RenderSingleTexture(coords, uv, m_pParentCanvas->GetpVP(), x, y, 0); in DrawEmboss()
2690 RenderSingleTexture(coords, uv, m_pParentCanvas->GetpVP(), x, y, icon_rad - PI/2); in ShipDraw()
2716 RenderSingleTexture(coords, uv, m_pParentCanvas->GetpVP(), x, y, icon_rad - PI/2); in ShipDraw()
3361 RenderTextures(coords, tile->m_texcoords, 4, m_pParentCanvas->GetpVP()); in RenderRasterChartRegionGL()
4000 RenderTextures(coords, uv, 4, m_pParentCanvas->GetpVP()); in DrawGLTidesInBBox()
4649 RenderTextures(coords, uv, 4, m_pParentCanvas->GetpVP()); in Render()
5282 RenderTextures(coords, uv, 4, m_pParentCanvas->GetpVP()); in ZoomProject()
6126 …glUniformMatrix4fv( matloc, 1, GL_FALSE, (const GLfloat*)(m_pParentCanvas->GetpVP()->vp_transform)… in onFadeTimerEvent()
6223 glUniformMatrix4fv( matloc, 1, GL_FALSE, (const GLfloat*)(cc1->GetpVP()->vp_transform) ); in onFadeTimerEvent()
[all …]
H A DRolloverWin.cpp345 pCanvas->GetglCanvas()->RenderTextures(coords, uv, 4, pCanvas->GetpVP()); in Draw()
H A Dcompass.cpp107 m_parent->GetglCanvas()->RenderTextures(coords, uv, 4, m_parent->GetpVP()); in Paint()
H A Dpiano.cpp451 … m_parentCanvas->GetglCanvas()->RenderTextures(coords, texcoords, vc/2, m_parentCanvas->GetpVP()); in DrawGL()
H A Ds52plib.cpp12082 ViewPort *pvp = canvas->GetpVP();
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Dchcanv.h271 ViewPort *GetpVP(){ return &VPoint; } in GetpVP() function