HomeSort by: relevance | last modified time | path
    Searched defs:FcConfigSetCurrent (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/fontconfig/dist/src/
fccfg.c 557 FcConfigSetCurrent (FcConfig *config)
3051 FcConfigSetCurrent (config);
3052 /* FcConfigSetCurrent() increases the refcount.
  /xsrc/external/mit/fontconfig/include/
fcalias.h 41 extern __typeof (FcConfigSetCurrent) IA__FcConfigSetCurrent FC_ATTRIBUTE_VISIBILITY_HIDDEN;
42 #define FcConfigSetCurrent IA__FcConfigSetCurrent
fcaliastail.h 47 # undef FcConfigSetCurrent
48 extern __typeof (FcConfigSetCurrent) FcConfigSetCurrent __attribute((alias("IA__FcConfigSetCurrent"))) FC_ATTRIBUTE_VISIBILITY_EXPORT;

Completed in 71 milliseconds