/external/freetype/src/cid/ |
D | cidgload.c | 158 decoder->font_matrix = dict->font_matrix; in cid_load_glyph() 349 FT_Matrix font_matrix; in cid_slot_load_glyph() local 405 font_matrix = decoder.font_matrix; in cid_slot_load_glyph() 431 internal->glyph_matrix = font_matrix; in cid_slot_load_glyph() 459 if ( font_matrix.xx != 0x10000L || font_matrix.yy != 0x10000L || in cid_slot_load_glyph() 460 font_matrix.xy != 0 || font_matrix.yx != 0 ) in cid_slot_load_glyph() 462 FT_Outline_Transform( &cidglyph->outline, &font_matrix ); in cid_slot_load_glyph() 465 font_matrix.xx ); in cid_slot_load_glyph() 467 font_matrix.yy ); in cid_slot_load_glyph()
|
D | cidload.c | 175 matrix = &dict->font_matrix; in cid_parse_font_matrix()
|
/external/freetype/src/type1/ |
D | t1gload.c | 65 decoder->font_matrix = type1->font_matrix; in T1_Parse_Glyph_And_Get_Char_String() 363 FT_Matrix font_matrix; in T1_Load_Glyph() local 447 font_matrix = decoder.font_matrix; in T1_Load_Glyph() 475 internal->glyph_matrix = font_matrix; in T1_Load_Glyph() 514 if ( font_matrix.xx != 0x10000L || font_matrix.yy != 0x10000L || in T1_Load_Glyph() 515 font_matrix.xy != 0 || font_matrix.yx != 0 ) in T1_Load_Glyph() 517 FT_Outline_Transform( &t1glyph->outline, &font_matrix ); in T1_Load_Glyph() 520 font_matrix.xx ); in T1_Load_Glyph() 522 font_matrix.yy ); in T1_Load_Glyph()
|
D | t1driver.c | 208 if ( idx < sizeof ( type1->font_matrix ) / in t1_ps_get_font_value() 209 sizeof ( type1->font_matrix.xx ) ) in t1_ps_get_font_value() 220 val = type1->font_matrix.xx; in t1_ps_get_font_value() 223 val = type1->font_matrix.xy; in t1_ps_get_font_value() 226 val = type1->font_matrix.yx; in t1_ps_get_font_value() 229 val = type1->font_matrix.yy; in t1_ps_get_font_value()
|
D | t1load.c | 1394 FT_Matrix* matrix = &face->type1.font_matrix; in t1_parse_font_matrix()
|
/external/freetype/src/cff/ |
D | cffgload.c | 209 FT_Matrix font_matrix; in cff_slot_load() local 366 font_matrix = cff->subfonts[fd_index]->font_dict.font_matrix; in cff_slot_load() 379 font_matrix = cff->top_font.font_dict.font_matrix; in cff_slot_load() 538 internal->glyph_matrix = font_matrix; in cff_slot_load() 611 if ( font_matrix.xx != 0x10000L || font_matrix.yy != 0x10000L || in cff_slot_load() 612 font_matrix.xy != 0 || font_matrix.yx != 0 ) in cff_slot_load() 614 FT_Outline_Transform( &glyph->root.outline, &font_matrix ); in cff_slot_load() 617 font_matrix.xx ); in cff_slot_load() 619 font_matrix.yy ); in cff_slot_load()
|
D | cfftoken.h | 37 CFF_FIELD_CALLBACK( 0x107, font_matrix, "FontMatrix" ) 110 CFF_FIELD_CALLBACK( 0x107, font_matrix, "FontMatrix" ) 124 CFF_FIELD_CALLBACK( 0x107, font_matrix, "FontMatrix" )
|
D | cffobjs.c | 755 FT_Matrix* matrix = &dict->font_matrix; in cff_face_init() 807 FT_Matrix_Multiply_Scaled( &top->font_matrix, in cff_face_init() 808 &sub->font_matrix, in cff_face_init() 811 &top->font_matrix, in cff_face_init() 822 sub->font_matrix = top->font_matrix; in cff_face_init() 828 matrix = &sub->font_matrix; in cff_face_init()
|
D | cffload.c | 2027 top->font_matrix.xx = 0x10000L; in cff_subfont_load() 2028 top->font_matrix.yy = 0x10000L; in cff_subfont_load()
|
D | cffparse.c | 672 FT_Matrix* matrix = &dict->font_matrix; in cff_parse_font_matrix()
|
/external/freetype/src/pfr/ |
D | pfrobjs.c | 415 FT_Matrix font_matrix; in pfr_slot_load() 418 font_matrix.xx = face->log_font.matrix[0] << 8; in pfr_slot_load() 419 font_matrix.yx = face->log_font.matrix[1] << 8; in pfr_slot_load() 420 font_matrix.xy = face->log_font.matrix[2] << 8; in pfr_slot_load() 421 font_matrix.yy = face->log_font.matrix[3] << 8; in pfr_slot_load() 423 FT_Outline_Transform( outline, &font_matrix ); in pfr_slot_load()
|
/external/harfbuzz_ng/util/ |
D | helper-cairo.cc | 132 cairo_matrix_t ctm, font_matrix; in helper_cairo_create_scaled_font() local 136 cairo_matrix_init_scale (&font_matrix, in helper_cairo_create_scaled_font() 144 &font_matrix, in helper_cairo_create_scaled_font()
|
/external/freetype/include/freetype/internal/ |
D | t1types.h | 122 FT_Matrix font_matrix; member
|
D | cfftypes.h | 198 FT_Matrix font_matrix; member
|
D | psaux.h | 678 FT_Matrix font_matrix; member 960 FT_Matrix font_matrix; member
|
/external/freetype/docs/ |
D | TODO | 21 a font_matrix entry we have to directly apply it to all subfont
|
/external/freetype/include/freetype/ |
D | t1tables.h | 358 FT_Matrix font_matrix; member
|
/external/freetype/src/type42/ |
D | t42parse.c | 248 FT_Matrix* matrix = &face->type1.font_matrix; in t42_parse_font_matrix()
|
/external/freetype/ |
D | ChangeLog.23 | 739 `font_matrix' also.
|