Home | History | Annotate | Download | only in cff

Lines Matching full:font_matrix

2619     FT_Matrix    font_matrix;
2777 font_matrix = cff->subfonts[fd_index]->font_dict.font_matrix;
2790 font_matrix = cff->top_font.font_dict.font_matrix;
2935 internal->glyph_matrix = font_matrix;
2990 if ( !( font_matrix.xx == 0x10000L &&
2991 font_matrix.yy == 0x10000L &&
2992 font_matrix.xy == 0 &&
2993 font_matrix.yx == 0 ) )
2994 FT_Outline_Transform( &glyph->root.outline, &font_matrix );
3003 FT_Vector_Transform( &advance, &font_matrix );
3008 FT_Vector_Transform( &advance, &font_matrix );