Searched refs:FcFontSetCreate (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/fontconfig/include/src/
H A Dfcaliastail.h165 # undef FcFontSetCreate macro
166 extern __typeof (FcFontSetCreate) FcFontSetCreate __attribute((alias("IA__FcFontSetCreate"), visibility("default")));
H A Dfcalias.h141 extern __typeof (FcFontSetCreate) IA__FcFontSetCreate __attribute((visibility("hidden")));
142 #define FcFontSetCreate IA__FcFontSetCreate macro
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontMgr_fontconfig.cpp115 typedef SkAutoFc<FcFontSet, FcFontSetCreate, FcFontSetDestroy> SkAutoFcFontSet;

Completed in 106 milliseconds