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.

23 lines
678 B

  1. //----------------------------------------------------------------------------
  2. //
  3. // rmono.h
  4. //
  5. // Declarations of all monolithic ramp routines.
  6. //
  7. // Copyright (C) Microsoft Corporation, 1997.
  8. //
  9. //----------------------------------------------------------------------------
  10. #ifndef _RMONO_H_
  11. #define _RMONO_H_
  12. void Ramp_Mono_Modulate(PD3DI_RASTCTX pCtx, PD3DI_RASTPRIM pP,
  13. PD3DI_RASTSPAN pS);
  14. void Ramp_Mono_Copy_8(PD3DI_RASTCTX pCtx, PD3DI_RASTPRIM pP,
  15. PD3DI_RASTSPAN pS);
  16. void Ramp_Mono_Copy_16(PD3DI_RASTCTX pCtx, PD3DI_RASTPRIM pP,
  17. PD3DI_RASTSPAN pS);
  18. #endif // #ifndef _RMONO_H_