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

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcfreetype.c1224 FcChar8 *complex_, *foundry_ = NULL; local in function:FcFreeTypeQueryFaceInternal
1904 if (os2 && (complex_ = FcFontCapabilities(face)))
1906 if (!FcPatternObjectAddString (pat, FC_CAPABILITY_OBJECT, complex_))
1908 free (complex_);
1911 free (complex_);
2721 addtag(FcChar8 *complex_, FT_ULong tag) argument
2740 if (*complex_ != '\0')
2741 strcat ((char *) complex_, " ");
2742 strcat ((char *) complex_, OTLAYOUT_HEAD);
2743 strcat ((char *) complex_, (cha
2857 FcChar8 *complex_ = NULL; local in function:FcFontCapabilities
[all...]

Completed in 5 milliseconds