Home | History | Annotate | Download | only in type1

Lines Matching defs:font_matrix

72     decoder->font_matrix = type1->font_matrix;
283 FT_Matrix font_matrix;
362 font_matrix = decoder.font_matrix;
390 internal->glyph_matrix = font_matrix;
429 if ( font_matrix.xx != 0x10000L || font_matrix.yy != 0x10000L ||
430 font_matrix.xy != 0 || font_matrix.yx != 0 )
432 FT_Outline_Transform( &t1glyph->outline, &font_matrix );
435 font_matrix.xx );
437 font_matrix.yy );