blob: 5b21dcbc6af017e1eef992da8ba0264c5fff293c [file] [log] [blame]
The Android Open Source Project049d6fe2009-03-03 19:29:31 -08001/***************************************************************************/
2/* */
3/* raster.c */
4/* */
5/* FreeType monochrome rasterer module component (body only). */
6/* */
Jungshik Shin055aee22016-09-18 03:50:36 -07007/* Copyright 1996-2016 by */
The Android Open Source Project049d6fe2009-03-03 19:29:31 -08008/* David Turner, Robert Wilhelm, and Werner Lemberg. */
9/* */
10/* This file is part of the FreeType project, and may only be used, */
11/* modified, and distributed under the terms of the FreeType project */
12/* license, LICENSE.TXT. By continuing to use, modify, or distribute */
13/* this file you indicate that you have read the license and */
14/* understand and accept it fully. */
15/* */
16/***************************************************************************/
17
18
19#define FT_MAKE_OPTION_SINGLE_OBJECT
20
21#include <ft2build.h>
David 'Digit' Turner295ffce2010-03-03 14:24:57 -080022#include "rastpic.c"
The Android Open Source Project049d6fe2009-03-03 19:29:31 -080023#include "ftraster.c"
24#include "ftrend1.c"
25
26
27/* END */