Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: third_party/freetype/include/ftlcdfil.h

Issue 815103002: Update freetype to 2.5.4. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Adjust GYP and GN Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/freetype/include/ftincrem.h ('k') | third_party/freetype/include/ftlist.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/freetype/include/ftlcdfil.h
diff --git a/core/include/thirdparties/freetype/freetype/ftlcdfil.h b/third_party/freetype/include/ftlcdfil.h
similarity index 97%
rename from core/include/thirdparties/freetype/freetype/ftlcdfil.h
rename to third_party/freetype/include/ftlcdfil.h
index 042f98396e1a69ad76e97d82c93d814594dcb2e6..39206f0192741b82836a3c66aa409f9074db9647 100644
--- a/core/include/thirdparties/freetype/freetype/ftlcdfil.h
+++ b/third_party/freetype/include/ftlcdfil.h
@@ -5,7 +5,7 @@
/* FreeType API for color filtering of subpixel bitmap glyphs */
/* (specification). */
/* */
-/* Copyright 2006, 2007, 2008, 2010 by */
+/* Copyright 2006-2008, 2010, 2013 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -20,8 +20,8 @@
#ifndef __FT_LCD_FILTER_H__
#define __FT_LCD_FILTER_H__
-#include "../ft2build.h"
-#include "freetype.h"
+#include <ft2build.h>
+#include FT_FREETYPE_H
#ifdef FREETYPE_H
#error "freetype.h of FreeType 1 has been loaded!"
@@ -45,9 +45,9 @@ FT_BEGIN_HEADER
*
* @description:
* The @FT_Library_SetLcdFilter API can be used to specify a low-pass
- * filter which is then applied to LCD-optimized bitmaps generated
+ * filter, which is then applied to LCD-optimized bitmaps generated
* through @FT_Render_Glyph. This is useful to reduce color fringes
- * which would occur with unfiltered rendering.
+ * that would occur with unfiltered rendering.
*
* Note that no filter is active by default, and that this function is
* *not* implemented in default builds of the library. You need to
« no previous file with comments | « third_party/freetype/include/ftincrem.h ('k') | third_party/freetype/include/ftlist.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698