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

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcweight.c60 ot_weight = FC_MIN (ot_weight, map[(sizeof (map) / sizeof (map[0])) - 1].ot);
H A Dfclang.c508 memcpy (new->map, ls->map, FC_MIN (sizeof (new->map), ls->map_size * sizeof (ls->map[0])));
714 count = FC_MIN (lsa->map_size, lsb->map_size);
715 count = FC_MIN (NUM_LANG_SET_MAP, count);
797 count = FC_MIN (ls->map_size, NUM_LANG_SET_MAP);
845 count = FC_MIN (ls->map_size, NUM_LANG_SET_MAP);
895 count = FC_MIN (lsa->map_size, lsb->map_size);
896 count = FC_MIN (NUM_LANG_SET_MAP, count);
977 count = FC_MIN (lsa->map_size, lsb->map_size);
978 count = FC_MIN (NUM_LANG_SET_MAP, count);
1037 memcpy (l_serialize->map, l->map, FC_MIN (sizeo
[all...]
H A Dfcmatch.c221 d = (FC_MAX (b1, b2) + FC_MIN (e1, e2)) * .5;
228 return FC_MIN (fabs (b2 - e1), fabs (b1 - e2));
274 return FC_MIN (fabs (b2 - e1), fabs (b1 - e2));
H A Dfcint.h116 #define FC_MIN(a,b) ((a) < (b) ? (a) : (b)) macro
H A Dfcstr.c1512 len = FC_MIN (len, 127);
H A Dfcxml.c3669 memcpy (ebuf, tmp, FC_MIN (BUFSIZ, len));
3670 ebuf[FC_MIN (BUFSIZ, len)] = 0;
/xsrc/external/mit/fontconfig/include/
H A Dfcint.h127 #define FC_MIN(a,b) ((a) < (b) ? (a) : (b)) macro

Completed in 14 milliseconds