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.
|
|
//----------------------------------------------------------------------------
//
// walkcpp.cpp
//
// C++ trapezoid edge walking functions.
//
// Copyright (C) Microsoft Corporation, 1997.
//
//----------------------------------------------------------------------------
#include "rgb_pch.h"
#include "walk_mh.h"
#pragma hdrstop
// Currently empty.
//
// Could use m4 to generate specialized versions of everything,
// but the only overhead is two function calls per span. I don't
// think it's important enough to justify the extra code.
|