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

Side by Side Diff: third_party/fontconfig/config/mac/src/fcftalias.h

Issue 23301009: Add libpoppler for PDF rendering, take 2 (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Fix freetype.gyp file - accidentally nuked the override include Created 7 years, 4 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 | Annotate | Revision Log
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
« no previous file with comments | « third_party/fontconfig/config/mac/src/fcaliastail.h ('k') | third_party/fontconfig/config/mac/src/fcftaliastail.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698