Home | History | Annotate | Download | only in ports

Lines Matching full:weight

315     int weight = map_ranges(get_int(pattern, FC_WEIGHT, FC_WEIGHT_REGULAR),
336 return SkFontStyle(weight, width, slant);
356 int weight = map_ranges(style.weight(), weightRanges, SK_ARRAY_COUNT(weightRanges));
371 FcPatternAddInteger(pattern, FC_WEIGHT, weight);