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

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

Issue 20220002: Add libpoppler PDF rasterizer (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Add define for poppler builds 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

Powered by Google App Engine
This is Rietveld 408576698