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

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcweight.c53 FcWeightFromOpenTypeDouble (double ot_weight) function in typeref:typename:double
92 return FcWeightFromOpenTypeDouble (ot_weight) + .5;
H A Dfcfreetype.c1308 min_value = FcWeightFromOpenTypeDouble (min_value);
1309 max_value = FcWeightFromOpenTypeDouble (max_value);
1883 weight = FcWeightFromOpenTypeDouble (weight * weight_mult);
/xsrc/external/mit/fontconfig/include/
H A Dfcaliastail.h433 # undef FcWeightFromOpenTypeDouble
434 extern __typeof (FcWeightFromOpenTypeDouble) FcWeightFromOpenTypeDouble __attribute((alias("IA__FcWeightFromOpenTypeDouble"))) FC_ATTRIBUTE_VISIBILITY_EXPORT;
H A Dfcalias.h385 extern __typeof (FcWeightFromOpenTypeDouble) IA__FcWeightFromOpenTypeDouble FC_ATTRIBUTE_VISIBILITY_HIDDEN;
386 #define FcWeightFromOpenTypeDouble IA__FcWeightFromOpenTypeDouble macro
/xsrc/external/mit/fontconfig/dist/fontconfig/
H A Dfontconfig.h1019 FcWeightFromOpenTypeDouble (double ot_weight);

Completed in 8 milliseconds