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

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

Issue 1413673003: Update bundled freetype to 2.6.1 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: DEPS for corpus Created 5 years, 1 month 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/freetype/ftincrem.h ('k') | third_party/freetype/include/freetype/ftlist.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/freetype/include/freetype/ftlcdfil.h
diff --git a/third_party/freetype/include/ftlcdfil.h b/third_party/freetype/include/freetype/ftlcdfil.h
similarity index 98%
rename from third_party/freetype/include/ftlcdfil.h
rename to third_party/freetype/include/freetype/ftlcdfil.h
index 39206f0192741b82836a3c66aa409f9074db9647..4cd999a4b34146cde345db9edfc51fcf44252f17 100644
--- a/third_party/freetype/include/ftlcdfil.h
+++ b/third_party/freetype/include/freetype/ftlcdfil.h
@@ -5,7 +5,7 @@
/* FreeType API for color filtering of subpixel bitmap glyphs */
/* (specification). */
/* */
-/* Copyright 2006-2008, 2010, 2013 by */
+/* Copyright 2006-2015 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -56,7 +56,7 @@ FT_BEGIN_HEADER
*
* FreeType generates alpha coverage maps, which are linear by nature.
* For instance, the value 0x80 in bitmap representation means that
- * (within numerical precision) 0x80/0xff fraction of that pixel is
+ * (within numerical precision) 0x80/0xFF fraction of that pixel is
* covered by the glyph's outline. The blending function for placing
* text over a background is
*
« no previous file with comments | « third_party/freetype/include/freetype/ftincrem.h ('k') | third_party/freetype/include/freetype/ftlist.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698