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

  /xsrc/external/mit/fontconfig/dist/src/
fccfg.c 591 FcConfigGetCurrent (void)
797 config = FcConfigGetCurrent ();
2993 config = FcConfigGetCurrent ();
3011 /* We can't use FcConfigGetCurrent() here to ensure
3196 c = FcConfigGetCurrent ();
3210 c = FcConfigGetCurrent ();
3235 c = FcConfigGetCurrent ();
  /xsrc/external/mit/fontconfig/include/
fcalias.h 43 extern __typeof (FcConfigGetCurrent) IA__FcConfigGetCurrent FC_ATTRIBUTE_VISIBILITY_HIDDEN;
44 #define FcConfigGetCurrent IA__FcConfigGetCurrent
fcaliastail.h 49 # undef FcConfigGetCurrent
50 extern __typeof (FcConfigGetCurrent) FcConfigGetCurrent __attribute((alias("IA__FcConfigGetCurrent"))) FC_ATTRIBUTE_VISIBILITY_EXPORT;

Completed in 6 milliseconds