Searched refs:font_offset (Results 1 – 15 of 15) sorted by relevance
/external/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 408 font_offset = decoder.font_offset; in cid_slot_load_glyph() 434 internal->glyph_delta = font_offset; in cid_slot_load_glyph() 472 if ( font_offset.x || font_offset.y ) in cid_slot_load_glyph() 475 font_offset.x, in cid_slot_load_glyph() 476 font_offset.y ); in cid_slot_load_glyph() 478 metrics->horiAdvance += font_offset.x; in cid_slot_load_glyph() 479 metrics->vertAdvance += font_offset.y; in cid_slot_load_glyph()
|
D | cidload.c | 168 offset = &dict->font_offset; in cid_parse_font_matrix()
|
/external/freetype/src/type1/ |
D | t1gload.c | 66 decoder->font_offset = type1->font_offset; in T1_Parse_Glyph_And_Get_Char_String() 347 FT_Vector font_offset; in T1_Load_Glyph() local 432 font_offset = decoder.font_offset; in T1_Load_Glyph() 460 internal->glyph_delta = font_offset; in T1_Load_Glyph() 509 if ( font_offset.x || font_offset.y ) in T1_Load_Glyph() 512 font_offset.x, in T1_Load_Glyph() 513 font_offset.y ); in T1_Load_Glyph() 515 metrics->horiAdvance += font_offset.x; in T1_Load_Glyph() 516 metrics->vertAdvance += font_offset.y; in T1_Load_Glyph()
|
D | t1load.c | 1245 FT_Vector* offset = &face->type1.font_offset; in t1_parse_font_matrix()
|
/external/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 | 747 FT_Vector* offset = &dict->font_offset; in cff_face_init() 801 FT_Vector_Transform_Scaled( &sub->font_offset, in cff_face_init() 814 sub->font_offset = top->font_offset; in cff_face_init() 820 offset = &sub->font_offset; in cff_face_init()
|
D | cffparse.c | 605 FT_Vector* offset = &dict->font_offset; in cff_parse_font_matrix()
|
/external/pdfium/core/fxge/ |
D | cfx_fontmgr.cpp | 65 uint32_t font_offset) { in GetTTCIndex() argument 71 if (GET_TT_LONG(p) == font_offset) in GetTTCIndex() 157 int font_offset, in GetCachedTTCFace() argument 165 int face_index = GetTTCIndex(pFontDesc->FontData(), ttc_size, font_offset); in GetCachedTTCFace() 178 int font_offset) { in AddCachedTTCFace() argument 179 int face_index = GetTTCIndex(pData, ttc_size, font_offset); in AddCachedTTCFace()
|
D | cfx_fontmgr.h | 39 int font_offset, 45 int font_offset);
|
/external/freetype/include/freetype/internal/ |
D | t1types.h | 121 FT_Vector font_offset; member
|
D | cfftypes.h | 197 FT_Vector font_offset; member
|
D | psaux.h | 648 FT_Vector font_offset; member 914 FT_Vector font_offset; member
|
/external/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()
|
/external/freetype/include/freetype/ |
D | t1tables.h | 353 FT_Vector font_offset; member
|
/external/freetype/src/type42/ |
D | t42parse.c | 248 FT_Vector* offset = &face->type1.font_offset; in t42_parse_font_matrix()
|