/third_party/flutter/skia/third_party/externals/freetype/src/cid/ |
D | cidgload.c | 160 decoder->font_offset = dict->font_offset; in cid_load_glyph() 351 FT_Vector font_offset; in cid_slot_load_glyph() local 407 font_offset = decoder.font_offset; in cid_slot_load_glyph() 433 internal->glyph_delta = font_offset; in cid_slot_load_glyph() 471 if ( font_offset.x || font_offset.y ) in cid_slot_load_glyph() 474 font_offset.x, in cid_slot_load_glyph() 475 font_offset.y ); in cid_slot_load_glyph() 477 metrics->horiAdvance += font_offset.x; in cid_slot_load_glyph() 478 metrics->vertAdvance += font_offset.y; in cid_slot_load_glyph()
|
/third_party/freetype/src/cid/ |
D | cidgload.c | 155 decoder->font_offset = dict->font_offset; in cid_load_glyph() 346 FT_Vector font_offset; in cid_slot_load_glyph() local 402 font_offset = decoder.font_offset; in cid_slot_load_glyph() 428 internal->glyph_delta = font_offset; in cid_slot_load_glyph() 466 if ( font_offset.x || font_offset.y ) in cid_slot_load_glyph() 469 font_offset.x, in cid_slot_load_glyph() 470 font_offset.y ); in cid_slot_load_glyph() 472 metrics->horiAdvance += font_offset.x; in cid_slot_load_glyph() 473 metrics->vertAdvance += font_offset.y; in cid_slot_load_glyph()
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
D | cidgload.c | 155 decoder->font_offset = dict->font_offset; in cid_load_glyph() 346 FT_Vector font_offset; in cid_slot_load_glyph() local 402 font_offset = decoder.font_offset; in cid_slot_load_glyph() 428 internal->glyph_delta = font_offset; in cid_slot_load_glyph() 466 if ( font_offset.x || font_offset.y ) in cid_slot_load_glyph() 469 font_offset.x, in cid_slot_load_glyph() 470 font_offset.y ); in cid_slot_load_glyph() 472 metrics->horiAdvance += font_offset.x; in cid_slot_load_glyph() 473 metrics->vertAdvance += font_offset.y; in cid_slot_load_glyph()
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1gload.c | 66 decoder->font_offset = type1->font_offset; in T1_Parse_Glyph_And_Get_Char_String() 364 FT_Vector font_offset; in T1_Load_Glyph() local 448 font_offset = decoder.font_offset; in T1_Load_Glyph() 476 internal->glyph_delta = font_offset; in T1_Load_Glyph() 525 if ( font_offset.x || font_offset.y ) in T1_Load_Glyph() 528 font_offset.x, in T1_Load_Glyph() 529 font_offset.y ); in T1_Load_Glyph() 531 metrics->horiAdvance += font_offset.x; in T1_Load_Glyph() 532 metrics->vertAdvance += font_offset.y; in T1_Load_Glyph()
|
/third_party/flutter/skia/third_party/externals/freetype/src/type1/ |
D | t1gload.c | 67 decoder->font_offset = type1->font_offset; in T1_Parse_Glyph_And_Get_Char_String() 365 FT_Vector font_offset; in T1_Load_Glyph() local 449 font_offset = decoder.font_offset; in T1_Load_Glyph() 477 internal->glyph_delta = font_offset; in T1_Load_Glyph() 526 if ( font_offset.x || font_offset.y ) in T1_Load_Glyph() 529 font_offset.x, in T1_Load_Glyph() 530 font_offset.y ); in T1_Load_Glyph() 532 metrics->horiAdvance += font_offset.x; in T1_Load_Glyph() 533 metrics->vertAdvance += font_offset.y; in T1_Load_Glyph()
|
/third_party/freetype/src/type1/ |
D | t1gload.c | 66 decoder->font_offset = type1->font_offset; in T1_Parse_Glyph_And_Get_Char_String() 364 FT_Vector font_offset; in T1_Load_Glyph() local 448 font_offset = decoder.font_offset; in T1_Load_Glyph() 476 internal->glyph_delta = font_offset; in T1_Load_Glyph() 525 if ( font_offset.x || font_offset.y ) in T1_Load_Glyph() 528 font_offset.x, in T1_Load_Glyph() 529 font_offset.y ); in T1_Load_Glyph() 531 metrics->horiAdvance += font_offset.x; in T1_Load_Glyph() 532 metrics->vertAdvance += font_offset.y; in T1_Load_Glyph()
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffgload.c | 210 FT_Vector font_offset; in cff_slot_load() local 367 font_offset = cff->subfonts[fd_index]->font_dict.font_offset; in cff_slot_load() 380 font_offset = cff->top_font.font_dict.font_offset; in cff_slot_load() 539 internal->glyph_delta = font_offset; in cff_slot_load() 622 if ( font_offset.x || font_offset.y ) in cff_slot_load() 625 font_offset.x, in cff_slot_load() 626 font_offset.y ); in cff_slot_load() 628 metrics->horiAdvance += font_offset.x; in cff_slot_load() 629 metrics->vertAdvance += font_offset.y; in cff_slot_load()
|
D | cffobjs.c | 761 FT_Vector* offset = &dict->font_offset; in cff_face_init() 815 FT_Vector_Transform_Scaled( &sub->font_offset, in cff_face_init() 828 sub->font_offset = top->font_offset; in cff_face_init() 834 offset = &sub->font_offset; in cff_face_init()
|
/third_party/flutter/skia/third_party/externals/freetype/src/cff/ |
D | cffgload.c | 211 FT_Vector font_offset; in cff_slot_load() local 369 font_offset = cff->subfonts[fd_index]->font_dict.font_offset; in cff_slot_load() 382 font_offset = cff->top_font.font_dict.font_offset; in cff_slot_load() 542 internal->glyph_delta = font_offset; in cff_slot_load() 625 if ( font_offset.x || font_offset.y ) in cff_slot_load() 628 font_offset.x, in cff_slot_load() 629 font_offset.y ); in cff_slot_load() 631 metrics->horiAdvance += font_offset.x; in cff_slot_load() 632 metrics->vertAdvance += font_offset.y; in cff_slot_load()
|
D | cffobjs.c | 746 FT_Vector* offset = &dict->font_offset; in cff_face_init() 800 FT_Vector_Transform_Scaled( &sub->font_offset, in cff_face_init() 813 sub->font_offset = top->font_offset; in cff_face_init() 819 offset = &sub->font_offset; in cff_face_init()
|
/third_party/freetype/src/cff/ |
D | cffgload.c | 218 FT_Vector font_offset; in cff_slot_load() local 445 font_offset = cff->subfonts[fd_index]->font_dict.font_offset; in cff_slot_load() 458 font_offset = cff->top_font.font_dict.font_offset; in cff_slot_load() 617 internal->glyph_delta = font_offset; in cff_slot_load() 700 if ( font_offset.x || font_offset.y ) in cff_slot_load() 703 font_offset.x, in cff_slot_load() 704 font_offset.y ); in cff_slot_load() 706 metrics->horiAdvance += font_offset.x; in cff_slot_load() 707 metrics->vertAdvance += font_offset.y; in cff_slot_load()
|
D | cffobjs.c | 759 FT_Vector* offset = &dict->font_offset; in cff_face_init() 813 FT_Vector_Transform_Scaled( &sub->font_offset, in cff_face_init() 826 sub->font_offset = top->font_offset; in cff_face_init() 832 offset = &sub->font_offset; in cff_face_init()
|
/third_party/skia/third_party/externals/freetype/src/winfonts/ |
D | winfnt.c | 317 FT_ULong font_offset = 0; in fnt_face_get_dll_font() local 358 font_offset = FT_STREAM_POS() + 4 + in fnt_face_get_dll_font() 368 if ( !font_count || !font_offset ) in fnt_face_get_dll_font() 398 if ( FT_STREAM_SEEK( font_offset + (FT_ULong)face_index * 12 ) || in fnt_face_get_dll_font()
|
/third_party/flutter/skia/third_party/externals/freetype/src/winfonts/ |
D | winfnt.c | 311 FT_ULong font_offset = 0; in fnt_face_get_dll_font() local 352 font_offset = FT_STREAM_POS() + 4 + in fnt_face_get_dll_font() 362 if ( !font_count || !font_offset ) in fnt_face_get_dll_font() 392 if ( FT_STREAM_SEEK( font_offset + (FT_ULong)face_index * 12 ) || in fnt_face_get_dll_font()
|
/third_party/freetype/src/winfonts/ |
D | winfnt.c | 317 FT_ULong font_offset = 0; in fnt_face_get_dll_font() local 362 font_offset = FT_STREAM_POS() + 4 + in fnt_face_get_dll_font() 372 if ( !font_count || !font_offset ) in fnt_face_get_dll_font() 402 if ( FT_STREAM_SEEK( font_offset + (FT_ULong)face_index * 12 ) || in fnt_face_get_dll_font()
|
/third_party/freetype/include/freetype/internal/ |
D | t1types.h | 123 FT_Vector font_offset; member
|
D | cfftypes.h | 201 FT_Vector font_offset; member
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/ |
D | t1types.h | 124 FT_Vector font_offset; member
|
D | cfftypes.h | 202 FT_Vector font_offset; member
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | t1types.h | 123 FT_Vector font_offset; member
|
D | cfftypes.h | 201 FT_Vector font_offset; member
|
D | psaux.h | 679 FT_Vector font_offset; member 961 FT_Vector font_offset; member
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | t1tables.h | 359 FT_Vector font_offset; member
|
/third_party/freetype/include/freetype/ |
D | t1tables.h | 359 FT_Vector font_offset; member
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/ |
D | t1tables.h | 360 FT_Vector font_offset; member
|