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

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcrange.c29 FcRangeCreateDouble (double begin, double end) function in typeref:typename:FcRange *
66 return FcRangeCreateDouble (range->begin, range->end);
H A Dfcname.c383 v.u.r = FcRangeCreateDouble (si, ei);
406 v.u.r = FcRangeCreateDouble (b, e);
H A Dfcfreetype.c1330 FcRange *r = FcRangeCreateDouble (min_value, max_value);
1933 r = FcRangeCreateDouble (lower_size, upper_size);
H A Dfcxml.c1723 r = FcRangeCreateDouble (d[0], d[1]);
/xsrc/external/mit/fontconfig/dist/test/
H A Dtest-name-parse.c78 FcRange *r = FcRangeCreateDouble (FC_WEIGHT_MEDIUM, FC_WEIGHT_BOLD);
H A Dtest-conf.c247 v.u.r = FcRangeCreateDouble (values[0], values[1]);
/xsrc/external/mit/fontconfig/include/
H A Dfcaliastail.h401 # undef FcRangeCreateDouble
402 extern __typeof (FcRangeCreateDouble) FcRangeCreateDouble __attribute((alias("IA__FcRangeCreateDouble"))) FC_ATTRIBUTE_VISIBILITY_EXPORT;
H A Dfcalias.h357 extern __typeof (FcRangeCreateDouble) IA__FcRangeCreateDouble FC_ATTRIBUTE_VISIBILITY_HIDDEN;
358 #define FcRangeCreateDouble IA__FcRangeCreateDouble macro
/xsrc/external/mit/fontconfig/dist/fontconfig/
H A Dfontconfig.h974 FcRangeCreateDouble (double begin, double end);

Completed in 15 milliseconds