2000-07-08 21:51:42 +02:00
|
|
|
/***************************************************************************/
|
|
|
|
/* */
|
2000-10-26 02:30:33 +02:00
|
|
|
/* raster1.c */
|
2000-07-08 21:51:42 +02:00
|
|
|
/* */
|
2000-10-26 02:30:33 +02:00
|
|
|
/* FreeType monochrome rasterer module component (body only). */
|
2000-07-08 21:51:42 +02:00
|
|
|
/* */
|
|
|
|
/* Copyright 1996-2000 by */
|
|
|
|
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
|
|
|
/* */
|
|
|
|
/* This file is part of the FreeType project, and may only be used, */
|
|
|
|
/* modified, and distributed under the terms of the FreeType project */
|
|
|
|
/* license, LICENSE.TXT. By continuing to use, modify, or distribute */
|
|
|
|
/* this file you indicate that you have read the license and */
|
|
|
|
/* understand and accept it fully. */
|
|
|
|
/* */
|
|
|
|
/***************************************************************************/
|
|
|
|
|
2000-01-27 15:02:04 +01:00
|
|
|
|
2000-10-26 02:30:33 +02:00
|
|
|
#define FT_MAKE_OPTION_SINGLE_OBJECT
|
2000-01-27 15:02:04 +01:00
|
|
|
|
2000-08-01 15:17:04 +02:00
|
|
|
|
2000-10-26 02:30:33 +02:00
|
|
|
#ifdef FT_FLAT_COMPILE
|
2000-08-01 15:17:04 +02:00
|
|
|
|
2000-10-26 02:30:33 +02:00
|
|
|
#include "ftraster.c"
|
|
|
|
#include "ftrend1.c"
|
2000-01-27 15:02:04 +01:00
|
|
|
|
2000-10-26 02:30:33 +02:00
|
|
|
#else
|
2000-08-01 15:17:04 +02:00
|
|
|
|
2000-10-26 02:30:33 +02:00
|
|
|
#include <raster/ftraster.c>
|
|
|
|
#include <raster/ftrend1.c>
|
2000-08-01 15:17:04 +02:00
|
|
|
|
2000-10-26 02:30:33 +02:00
|
|
|
#endif
|
2000-01-27 15:02:04 +01:00
|
|
|
|
2000-07-08 21:51:42 +02:00
|
|
|
|
|
|
|
/* END */
|