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

  /xsrc/external/mit/fontconfig/dist/src/
fccharset.c 31 FcCharSetCreate (void)
63 return FcCharSetCreate ();
423 fcs = FcCharSetCreate ();
877 c = FcCharSetCreate ();
1227 b = FcCharSetCreate ();
  /xsrc/external/mit/fontconfig/include/
fcalias.h 87 extern __typeof (FcCharSetCreate) IA__FcCharSetCreate FC_ATTRIBUTE_VISIBILITY_HIDDEN;
88 #define FcCharSetCreate IA__FcCharSetCreate
fcaliastail.h 95 # undef FcCharSetCreate
96 extern __typeof (FcCharSetCreate) FcCharSetCreate __attribute((alias("IA__FcCharSetCreate"))) FC_ATTRIBUTE_VISIBILITY_EXPORT;

Completed in 6 milliseconds