Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
562 B

  1. //----------------------------------------------------------------------------
  2. //
  3. // walkcpp.cpp
  4. //
  5. // C++ trapezoid edge walking functions.
  6. //
  7. // Copyright (C) Microsoft Corporation, 1997.
  8. //
  9. //----------------------------------------------------------------------------
  10. #include "rgb_pch.h"
  11. #include "walk_mh.h"
  12. #pragma hdrstop
  13. // Currently empty.
  14. //
  15. // Could use m4 to generate specialized versions of everything,
  16. // but the only overhead is two function calls per span. I don't
  17. // think it's important enough to justify the extra code.