Searched refs:italic_matrix (Results 1 – 1 of 1) sorted by relevance
268 FT_Matrix italic_matrix; in get_glyph_dsc_cb_cache() local269 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() local498 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 …]