/external/freetype/src/cid/ |
D | cidgload.c | 159 decoder->font_matrix = dict->font_matrix; in cid_load_glyph() 350 FT_Matrix font_matrix; in cid_slot_load_glyph() local 407 font_matrix = decoder.font_matrix; in cid_slot_load_glyph() 433 internal->glyph_matrix = font_matrix; in cid_slot_load_glyph() 461 if ( font_matrix.xx != 0x10000L || font_matrix.yy != 0x10000L || in cid_slot_load_glyph() 462 font_matrix.xy != 0 || font_matrix.yx != 0 ) in cid_slot_load_glyph() 464 FT_Outline_Transform( &cidglyph->outline, &font_matrix ); in cid_slot_load_glyph() 467 font_matrix.xx ); in cid_slot_load_glyph() 469 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 | 66 decoder->font_matrix = type1->font_matrix; in T1_Parse_Glyph_And_Get_Char_String() 364 FT_Matrix font_matrix; in T1_Load_Glyph() local 449 font_matrix = decoder.font_matrix; in T1_Load_Glyph() 477 internal->glyph_matrix = font_matrix; in T1_Load_Glyph() 516 if ( font_matrix.xx != 0x10000L || font_matrix.yy != 0x10000L || in T1_Load_Glyph() 517 font_matrix.xy != 0 || font_matrix.yx != 0 ) in T1_Load_Glyph() 519 FT_Outline_Transform( &t1glyph->outline, &font_matrix ); in T1_Load_Glyph() 522 font_matrix.xx ); in T1_Load_Glyph() 524 font_matrix.yy ); in T1_Load_Glyph()
|
D | t1driver.c | 207 if ( idx < sizeof ( type1->font_matrix ) / in t1_ps_get_font_value() 208 sizeof ( type1->font_matrix.xx ) ) in t1_ps_get_font_value() 219 val = type1->font_matrix.xx; in t1_ps_get_font_value() 222 val = type1->font_matrix.xy; in t1_ps_get_font_value() 225 val = type1->font_matrix.yx; in t1_ps_get_font_value() 228 val = type1->font_matrix.yy; in t1_ps_get_font_value()
|
D | t1load.c | 1288 FT_Matrix* matrix = &face->type1.font_matrix; in t1_parse_font_matrix()
|
/external/freetype/src/cff/ |
D | cffgload.c | 210 FT_Matrix font_matrix; in cff_slot_load() local 368 font_matrix = cff->subfonts[fd_index]->font_dict.font_matrix; in cff_slot_load() 381 font_matrix = cff->top_font.font_dict.font_matrix; in cff_slot_load() 541 internal->glyph_matrix = font_matrix; in cff_slot_load() 614 if ( font_matrix.xx != 0x10000L || font_matrix.yy != 0x10000L || in cff_slot_load() 615 font_matrix.xy != 0 || font_matrix.yx != 0 ) in cff_slot_load() 617 FT_Outline_Transform( &glyph->root.outline, &font_matrix ); in cff_slot_load() 620 font_matrix.xx ); in cff_slot_load() 622 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 | 745 FT_Matrix* matrix = &dict->font_matrix; in cff_face_init() 797 FT_Matrix_Multiply_Scaled( &top->font_matrix, in cff_face_init() 798 &sub->font_matrix, in cff_face_init() 801 &top->font_matrix, in cff_face_init() 812 sub->font_matrix = top->font_matrix; in cff_face_init() 818 matrix = &sub->font_matrix; in cff_face_init()
|
D | cffload.c | 2021 top->font_matrix.xx = 0x10000L; in cff_subfont_load() 2022 top->font_matrix.yy = 0x10000L; in cff_subfont_load()
|
D | cffparse.c | 603 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 | 125 FT_Matrix font_matrix; member
|
D | cfftypes.h | 202 FT_Matrix font_matrix; member
|
D | psaux.h | 684 FT_Matrix font_matrix; member 968 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 | 361 FT_Matrix font_matrix; member
|
/external/freetype/src/type42/ |
D | t42parse.c | 247 FT_Matrix* matrix = &face->type1.font_matrix; in t42_parse_font_matrix()
|
/external/freetype/ |
D | ChangeLog.23 | 739 `font_matrix' also.
|