Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DTCWin.cpp301 int unscaledheight = 600; in RecalculateSize() local
311 m_tc_size.y = (int) (unscaledheight * m_tcwin_scaler + 0.5); in RecalculateSize()
/dports/emulators/mess/mame-mame0226/src/osd/modules/render/
H A Ddrawogl.cpp2509 int unscaledheight = (texture->rawheight_create-2) / texture->yprescale + 2; in texture_coord_update() local
2512 vstart = 1.0f / (float)(unscaledheight); in texture_coord_update()
2513 vstop = (float)(prim->texture.height + 1) / (float)(unscaledheight); in texture_coord_update()
/dports/emulators/mame/mame-mame0226/src/osd/modules/render/
H A Ddrawogl.cpp2509 int unscaledheight = (texture->rawheight_create-2) / texture->yprescale + 2; in texture_coord_update() local
2512 vstart = 1.0f / (float)(unscaledheight); in texture_coord_update()
2513 vstop = (float)(prim->texture.height + 1) / (float)(unscaledheight); in texture_coord_update()