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

Side by Side Diff: third_party/fontconfig/include/src/fcftalias.h

Issue 1524473002: Remove fontconfig. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 extern __typeof (FcFreeTypeCharIndex) IA__FcFreeTypeCharIndex __attribute((visib ility("hidden")));
2 #define FcFreeTypeCharIndex IA__FcFreeTypeCharIndex
3 extern __typeof (FcFreeTypeCharSetAndSpacing) IA__FcFreeTypeCharSetAndSpacing __ attribute((visibility("hidden")));
4 #define FcFreeTypeCharSetAndSpacing IA__FcFreeTypeCharSetAndSpacing
5 extern __typeof (FcFreeTypeCharSet) IA__FcFreeTypeCharSet __attribute((visibilit y("hidden")));
6 #define FcFreeTypeCharSet IA__FcFreeTypeCharSet
7 extern __typeof (FcPatternGetFTFace) IA__FcPatternGetFTFace __attribute((visibil ity("hidden")));
8 #define FcPatternGetFTFace IA__FcPatternGetFTFace
9 extern __typeof (FcPatternAddFTFace) IA__FcPatternAddFTFace __attribute((visibil ity("hidden")));
10 #define FcPatternAddFTFace IA__FcPatternAddFTFace
11 extern __typeof (FcFreeTypeQueryFace) IA__FcFreeTypeQueryFace __attribute((visib ility("hidden")));
12 #define FcFreeTypeQueryFace IA__FcFreeTypeQueryFace
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698