HomeSort by: relevance | last modified time | path
    Searched refs:FcTypeString (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/fontconfig/dist/src/
fcobjs.h 25 FC_OBJECT (FAMILY, FcTypeString, FcCompareFamily)
26 FC_OBJECT (FAMILYLANG, FcTypeString, NULL)
27 FC_OBJECT (STYLE, FcTypeString, FcCompareString)
28 FC_OBJECT (STYLELANG, FcTypeString, NULL)
29 FC_OBJECT (FULLNAME, FcTypeString, NULL)
30 FC_OBJECT (FULLNAMELANG, FcTypeString, NULL)
38 FC_OBJECT (FOUNDRY, FcTypeString, FcCompareString)
45 FC_OBJECT (FILE, FcTypeString, FcCompareFilename)
47 FC_OBJECT (RASTERIZER, FcTypeString, FcCompareString) /* deprecated */
60 FC_OBJECT (CAPABILITY, FcTypeString, NULL
    [all...]
fcpat.c 48 case FcTypeString:
75 case FcTypeString:
77 new.type = FcTypeString;
102 case FcTypeString:
253 case FcTypeString:
304 case FcTypeString:
411 new_value_list->value.type = FcTypeString;
855 v.type = FcTypeString;
1060 if (v.type != FcTypeString)
1515 case FcTypeString
    [all...]
fcname.c 87 if (type == FcTypeLangSet || type == FcTypeString)
343 case FcTypeString:
592 case FcTypeString:
fclist.c 267 case FcTypeString:
370 if (value.type == FcTypeString)
fcdefault.c 369 v2.type = FcTypeString;
fcmatch.c 78 * families are always FcTypeString. */
124 case FcTypeString:
131 case FcTypeString:
136 case FcTypeString:
448 v = v * 1000 + j * 100 + k * (v2->value.type == FcTypeString ? 1 : 0);
fccfg.c 941 case FcTypeString:
1078 case FcTypeString: {
1231 v.type = FcTypeString;
1388 case FcTypeString:
1391 v.type = FcTypeString;
2029 v.type = FcTypeString;
fcdbg.c 45 case FcTypeString:
fcxml.c 642 case FcTypeString:
671 if ((value == FcTypeLangSet && type == FcTypeString) ||
672 (value == FcTypeString && type == FcTypeLangSet) ||
702 FcTypecheckValue (parse, FcTypeString, type);
3015 value.type = FcTypeString;
fcfreetype.c 1092 if (v.type != FcTypeString)
  /xsrc/external/mit/fontconfig/dist/test/
test-family-matching.c 184 FC_FAMILY, FcTypeString, "family1",
185 FC_FAMILY, FcTypeString, "family2",
186 FC_FAMILY, FcTypeString, "family3",
test-conf.c 101 v.type = FcTypeString;
168 } else if (fc_o && fc_o->type == FcTypeString) {
177 v.type = FcTypeString;
  /xsrc/external/mit/fontconfig/dist/doc/
fcvalue.fncs 29 Frees any memory referenced by <parameter>v</parameter>. Values of type FcTypeString,
  /xsrc/external/mit/fontconfig/dist/fontconfig/
fcprivate.h 62 case FcTypeString: \
fontconfig.h 209 FcTypeString,
  /xsrc/external/mit/libXft/dist/include/X11/Xft/
XftCompat.h 150 #define XftTypeString FcTypeString
  /xsrc/external/mit/xfd/dist/
xfd.c 321 FC_FAMILY, FcTypeString, family,
322 FC_STYLE, FcTypeString, style,
  /xsrc/external/mit/x11perf/dist/
do_text.c 435 value.type != FcTypeString)

Completed in 52 milliseconds