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.

30 lines
876 B

  1. /**************************************************************************
  2. *
  3. * Copyright (c) 2000 Microsoft Corporation
  4. *
  5. * Module Name & Abstract
  6. *
  7. * Stretch. This module contains the code to do various stretching
  8. * by applying a kernel filter. The code correctly handles minification.
  9. *
  10. * Note:
  11. * This module is not compiled into an .obj file, rather it is included
  12. * directly into the header file stretch.hpp.
  13. * This is due to the use of template functions.
  14. *
  15. *
  16. * Notes:
  17. *
  18. * This code does not handle rotation or shear.
  19. *
  20. * Created:
  21. *
  22. * 04/17/2000 asecchia
  23. * Created it.
  24. *
  25. **************************************************************************/
  26. // Actually all the code is moved to stretch.inc because
  27. // it's implemented as a template class and has to be included in
  28. // the module that causes it to be instantiated.