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

Side by Side Diff: third_party/fontconfig/config/windows/src/fcftaliastail.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 #if HAVE_GNUC_ATTRIBUTE
2 #ifdef __fcfreetype__
3 #undef FcFreeTypeCharIndex
4 extern __typeof (FcFreeTypeCharIndex) FcFreeTypeCharIndex __attribute((alias("IA __FcFreeTypeCharIndex"), visibility("default")));
5 #endif
6 #ifdef __fcfreetype__
7 #undef FcFreeTypeCharSetAndSpacing
8 extern __typeof (FcFreeTypeCharSetAndSpacing) FcFreeTypeCharSetAndSpacing __attr ibute((alias("IA__FcFreeTypeCharSetAndSpacing"), visibility("default")));
9 #endif
10 #ifdef __fcfreetype__
11 #undef FcFreeTypeCharSet
12 extern __typeof (FcFreeTypeCharSet) FcFreeTypeCharSet __attribute((alias("IA__Fc FreeTypeCharSet"), visibility("default")));
13 #endif
14 #ifdef __fcpat__
15 #undef FcPatternGetFTFace
16 extern __typeof (FcPatternGetFTFace) FcPatternGetFTFace __attribute((alias("IA__ FcPatternGetFTFace"), visibility("default")));
17 #endif
18 #ifdef __fcpat__
19 #undef FcPatternAddFTFace
20 extern __typeof (FcPatternAddFTFace) FcPatternAddFTFace __attribute((alias("IA__ FcPatternAddFTFace"), visibility("default")));
21 #endif
22 #ifdef __fcfreetype__
23 #undef FcFreeTypeQueryFace
24 extern __typeof (FcFreeTypeQueryFace) FcFreeTypeQueryFace __attribute((alias("IA __FcFreeTypeQueryFace"), visibility("default")));
25 #endif
26 #endif
OLDNEW
« no previous file with comments | « third_party/fontconfig/config/windows/src/fcftalias.h ('k') | third_party/fontconfig/config/windows/unistd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698