Home
last modified time | relevance | path

Searched refs:g_WorkPatch (Results 1 – 2 of 2) sorted by relevance

/dports/games/gtkradiant/GPL/GtkRadiant/plugins/textool/
H A DTexTool.cpp219 patchMesh_t g_WorkPatch; variable
419 g_WorkPatch = *g_pPatch; in InitTexView()
420 g_ControlPointsPatch.Init( &g_WorkPatch, &g_2DView, &g_QglTable, g_pPatch ); in InitTexView()
522 g_QglTable.m_pfn_qglVertex2f( g_WorkPatch.ctrl[i][j].st[0], g_WorkPatch.ctrl[i][j].st[1] ); in DoExpose()
523 g_QglTable.m_pfn_qglVertex2f( g_WorkPatch.ctrl[i+1][j].st[0], g_WorkPatch.ctrl[i+1][j].st[1] ); in DoExpose()
528 g_QglTable.m_pfn_qglVertex2f( g_WorkPatch.ctrl[i][j].st[0], g_WorkPatch.ctrl[i][j].st[1] ); in DoExpose()
529 g_QglTable.m_pfn_qglVertex2f( g_WorkPatch.ctrl[i][j+1].st[0], g_WorkPatch.ctrl[i][j+1].st[1] ); in DoExpose()
/dports/games/netradiant/netradiant-20150621-src/plugins/textool/
H A DTexTool.cpp213 patchMesh_t g_WorkPatch; variable
410 g_WorkPatch = *g_pPatch; in InitTexView()
411 g_ControlPointsPatch.Init( &g_WorkPatch, &g_2DView, &g_QglTable, g_pPatch ); in InitTexView()
505 g_QglTable.m_pfn_qglVertex2f( g_WorkPatch.ctrl[i][j].st[0], g_WorkPatch.ctrl[i][j].st[1] ); in DoExpose()
506 …g_QglTable.m_pfn_qglVertex2f( g_WorkPatch.ctrl[i + 1][j].st[0], g_WorkPatch.ctrl[i + 1][j].st[1] ); in DoExpose()
510 g_QglTable.m_pfn_qglVertex2f( g_WorkPatch.ctrl[i][j].st[0], g_WorkPatch.ctrl[i][j].st[1] ); in DoExpose()
511 …g_QglTable.m_pfn_qglVertex2f( g_WorkPatch.ctrl[i][j + 1].st[0], g_WorkPatch.ctrl[i][j + 1].st[1] ); in DoExpose()