Searched refs:FcRangeCreateDouble (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcrange.c | 29 FcRangeCreateDouble (double begin, double end) function in typeref:typename:FcRange * 66 return FcRangeCreateDouble (range->begin, range->end);
|
| H A D | fcname.c | 383 v.u.r = FcRangeCreateDouble (si, ei); 406 v.u.r = FcRangeCreateDouble (b, e);
|
| H A D | fcfreetype.c | 1330 FcRange *r = FcRangeCreateDouble (min_value, max_value); 1933 r = FcRangeCreateDouble (lower_size, upper_size);
|
| H A D | fcxml.c | 1723 r = FcRangeCreateDouble (d[0], d[1]);
|
| /xsrc/external/mit/fontconfig/dist/test/ |
| H A D | test-name-parse.c | 78 FcRange *r = FcRangeCreateDouble (FC_WEIGHT_MEDIUM, FC_WEIGHT_BOLD);
|
| H A D | test-conf.c | 247 v.u.r = FcRangeCreateDouble (values[0], values[1]);
|
| /xsrc/external/mit/fontconfig/include/ |
| H A D | fcaliastail.h | 401 # undef FcRangeCreateDouble 402 extern __typeof (FcRangeCreateDouble) FcRangeCreateDouble __attribute((alias("IA__FcRangeCreateDouble"))) FC_ATTRIBUTE_VISIBILITY_EXPORT;
|
| H A D | fcalias.h | 357 extern __typeof (FcRangeCreateDouble) IA__FcRangeCreateDouble FC_ATTRIBUTE_VISIBILITY_HIDDEN; 358 #define FcRangeCreateDouble IA__FcRangeCreateDouble macro
|
| /xsrc/external/mit/fontconfig/dist/fontconfig/ |
| H A D | fontconfig.h | 974 FcRangeCreateDouble (double begin, double end);
|
Completed in 15 milliseconds