Versie 2.80

svn path=/Slnkdwf/trunk/; revision=12530
This commit is contained in:
Jos Groot Lipman
2012-01-11 19:23:50 +00:00
parent 7e0c797a7b
commit 185babff53
29 changed files with 835 additions and 409 deletions

View File

@@ -79,6 +79,7 @@ CPoint *CWhip2DCState::new_DWFToLP(WT_Point_Set const &pts)
}
// Schaal de Whip-coordinatenruimte terug naar een GDI geschikte ruimte
// TODO: Kan dit echt niet via setviewportext/setwindowext?
CPoint CWhip2DCState::DWFToLP(WT_Logical_Point const &pt)
{
return CPoint(myRound((pt.m_x - m_MinMax.minpt().m_x)*m_mul),
@@ -561,7 +562,7 @@ void CWhip2DCState::AlphaPolygon(LPPOINT lpPoints, int nCount ) const
#ifdef _DEBUG
if (!res)
{
myTRACE("\nHmmm, AlphaBlend failed?");
myTRACE("\nHmmm, AlphaBlend failed? Probeer je SaveAsWMF of zo?");
_CrtDbgBreak();
}
#endif