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

Side by Side Diff: core/include/thirdparties/freetype/foxitnames.h

Issue 303723004: Fix licenses in headers to pass Chromium's checklicenses tool. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: rebase Created 6 years, 6 months 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 unified diff | Download patch
« no previous file with comments | « no previous file | core/include/thirdparties/freetype/freetype/config/ftmodule.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 PDFium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6
1 #ifndef _FX_FREETYPE_DONT_RENAME_ 7 #ifndef _FX_FREETYPE_DONT_RENAME_
2 // To avoid any possible linking confliction, we rename all FreeType exported na mes 8 // To avoid any possible linking confliction, we rename all FreeType exported na mes
3 9
4 #define FT_Init_FreeType FPDFAPI_FT_Init_FreeType 10 #define FT_Init_FreeType FPDFAPI_FT_Init_FreeType
5 #define FT_Done_FreeType FPDFAPI_FT_Done_FreeType 11 #define FT_Done_FreeType FPDFAPI_FT_Done_FreeType
6 #define FT_New_Face FPDFAPI_FT_New_Face 12 #define FT_New_Face FPDFAPI_FT_New_Face
7 #define FT_Select_Charmap FPDFAPI_FT_Select_Charmap 13 #define FT_Select_Charmap FPDFAPI_FT_Select_Charmap
8 #define FT_Done_Face FPDFAPI_FT_Done_Face 14 #define FT_Done_Face FPDFAPI_FT_Done_Face
9 #define FT_Get_Charmap_Index FPDFAPI_FT_Get_Charmap_Index 15 #define FT_Get_Charmap_Index FPDFAPI_FT_Get_Charmap_Index
10 #define FT_New_Memory_Face FPDFAPI_FT_New_Memory_Face 16 #define FT_New_Memory_Face FPDFAPI_FT_New_Memory_Face
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 #define FT_Face_GetCharVariantIsDefault FPDFAPI_FT_Face_GetCharVariantIsDefault 280 #define FT_Face_GetCharVariantIsDefault FPDFAPI_FT_Face_GetCharVariantIsDefault
275 #define FT_Face_GetCharsOfVariant FPDFAPI_FT_Face_GetCharsOfVariant 281 #define FT_Face_GetCharsOfVariant FPDFAPI_FT_Face_GetCharsOfVariant
276 #define FT_Face_GetVariantsOfChar FPDFAPI_FT_Face_GetVariantsOfChar 282 #define FT_Face_GetVariantsOfChar FPDFAPI_FT_Face_GetVariantsOfChar
277 #define FT_Face_GetVariantSelectors FPDFAPI_FT_Face_GetVariantSelectors 283 #define FT_Face_GetVariantSelectors FPDFAPI_FT_Face_GetVariantSelectors
278 #define FT_Face_GetCharVariantIndex FPDFAPI_FT_Face_GetCharVariantIndex 284 #define FT_Face_GetCharVariantIndex FPDFAPI_FT_Face_GetCharVariantIndex
279 #define FT_Get_Advances FPDFAPI_FT_Get_Advances 285 #define FT_Get_Advances FPDFAPI_FT_Get_Advances
280 #define FT_Get_Advance FPDFAPI_FT_Get_Advance 286 #define FT_Get_Advance FPDFAPI_FT_Get_Advance
281 #define FT_Library_SetLcdFilter FPDFAPI_FT_Library_SetLcdFilter 287 #define FT_Library_SetLcdFilter FPDFAPI_FT_Library_SetLcdFilter
282 288
283 #endif // !_FX_FREETYPE_DONT_RENAME_ 289 #endif // !_FX_FREETYPE_DONT_RENAME_
OLDNEW
« no previous file with comments | « no previous file | core/include/thirdparties/freetype/freetype/config/ftmodule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698