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

Unified Diff: third_party/freetype/include/freetype/fttrigon.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/ftsystem.h ('k') | third_party/freetype/include/freetype/ftttdrv.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/freetype/include/freetype/fttrigon.h
diff --git a/third_party/freetype/include/fttrigon.h b/third_party/freetype/include/freetype/fttrigon.h
similarity index 98%
rename from third_party/freetype/include/fttrigon.h
rename to third_party/freetype/include/freetype/fttrigon.h
index 9c7b54324e4b4d48aaeee43e30a7686ec244127c..485ec5158744d449b05a9b21ca4b5fe7efcf47f5 100644
--- a/third_party/freetype/include/fttrigon.h
+++ b/third_party/freetype/include/freetype/fttrigon.h
@@ -4,7 +4,7 @@
/* */
/* FreeType trigonometric functions (specification). */
/* */
-/* Copyright 2001, 2003, 2005, 2007, 2013 by */
+/* Copyright 2001-2015 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -225,8 +225,8 @@ FT_BEGIN_HEADER
*
* @description:
* Return the unit vector corresponding to a given angle. After the
- * call, the value of `vec.x' will be `sin(angle)', and the value of
- * `vec.y' will be `cos(angle)'.
+ * call, the value of `vec.x' will be `cos(angle)', and the value of
+ * `vec.y' will be `sin(angle)'.
*
* This function is useful to retrieve both the sinus and cosinus of a
* given angle quickly.
« no previous file with comments | « third_party/freetype/include/freetype/ftsystem.h ('k') | third_party/freetype/include/freetype/ftttdrv.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698