Home
last modified time | relevance | path

Searched defs:x_strength (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-outline.cc107 void hb_outline_t::embolden (float x_strength, float y_strength, in embolden()
H A Dhb-ot-font.cc287 hb_position_t x_strength = font->x_scale >= 0 ? font->x_strength : -font->x_strength; in hb_ot_get_glyph_h_advances() local
H A Dhb-font.hh121 int32_t x_strength; /* x_embolden, in scaled units. */ member
H A Dhb-ft.cc497 hb_position_t x_strength = font->x_scale >= 0 ? font->x_strength : -font->x_strength; in hb_ft_get_glyph_h_advances() local