Searched refs:to_scaled_points (Results 1 – 2 of 2) sorted by relevance
39 int to_scaled_points();60 inline int font_size::to_scaled_points() in to_scaled_points() function277 int get_point_size() { return size.to_scaled_points(); } in get_point_size()
281 spec.track_kern = track_kern.compute(fs.to_scaled_points()); in get_tfont()294 = scale(constant_space*fs.to_scaled_points(), in get_tfont()423 return scale(hunits(fm->get_space_width(fs.to_scaled_points())), in get_space_width()428 return scale(constant_space*fs.to_scaled_points(), in get_space_width()436 return hunits(fm->get_width(ci->get_index(), fs.to_scaled_points())); in get_narrow_space_width()445 return hunits(fm->get_width(ci->get_index(), fs.to_scaled_points())); in get_half_narrow_space_width()458 if (height == size.to_scaled_points()) in tfont_spec()495 return (hunits(fm->get_width(c->get_index(), size.to_scaled_points())) in get_width()498 return (hunits(fm->get_width(c->get_index(), size.to_scaled_points())) in get_width()504 vunits v = fm->get_height(c->get_index(), size.to_scaled_points()); in get_char_height()[all …]