Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/freetype/
Dlv_freetype.c268 FT_Matrix italic_matrix; in get_glyph_dsc_cb_cache() local
269 italic_matrix.xx = 1 << 16; in get_glyph_dsc_cb_cache()
270 italic_matrix.xy = 0x5800; in get_glyph_dsc_cb_cache()
271 italic_matrix.yx = 0; in get_glyph_dsc_cb_cache()
272 italic_matrix.yy = 1 << 16; in get_glyph_dsc_cb_cache()
273 FT_Set_Transform(face, &italic_matrix, NULL); in get_glyph_dsc_cb_cache()
497 FT_Matrix italic_matrix; in get_glyph_dsc_cb_nocache() local
498 italic_matrix.xx = 1 << 16; in get_glyph_dsc_cb_nocache()
499 italic_matrix.xy = 0x5800; in get_glyph_dsc_cb_nocache()
500 italic_matrix.yx = 0; in get_glyph_dsc_cb_nocache()
[all …]