Home
last modified time | relevance | path

Searched refs:inverse_shaping (Results 1 – 1 of 1) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A DGlyphLayout.h112 f32 cur_width = (s32)(glyph.x_advance * inverse_shaping) * scale;
151 f32 inverse_shaping, f32 scale) in getCurosrFromDimension() argument
164 f32 cur_width = (s32)(glyph.x_advance * inverse_shaping) * scale; in getCurosrFromDimension()
205 const std::vector<GlyphLayout>& gls, f32 inverse_shaping, f32 scale) in getGlyphLayoutsWidthPerLine() argument
217 cur_width += (s32)(glyph.x_advance * inverse_shaping) * scale; in getGlyphLayoutsWidthPerLine()
225 f32 inverse_shaping, f32 scale) in breakGlyphLayouts() argument
237 max_line_width, inverse_shaping, scale, broken_line); in breakGlyphLayouts()
244 max_line_width, inverse_shaping, scale, broken_line); in breakGlyphLayouts()
273 f32 inverse_shaping, f32 scale) in getGlyphLayoutsWidth() argument
276 [inverse_shaping, scale] (const f32 previous, in getGlyphLayoutsWidth()
[all …]