Searched refs:cached_x_scale (Results 1 – 3 of 3) sorted by relevance
80 mutable hb_atomic_int_t cached_x_scale; member99 ft_font->cached_x_scale.set_relaxed (0); in _hb_ft_font_create()274 if (font->x_scale != ft_font->cached_x_scale.get ()) in hb_ft_get_glyph_h_advances()277 ft_font->cached_x_scale.set (font->x_scale); in hb_ft_get_glyph_h_advances()
87 mutable int cached_x_scale; member104 ft_font->cached_x_scale = 0; in _hb_ft_font_create()338 if (font->x_scale != ft_font->cached_x_scale) in hb_ft_get_glyph_h_advances()341 ft_font->cached_x_scale = font->x_scale; in hb_ft_get_glyph_h_advances()