Home
last modified time | relevance | path

Searched refs:private_dict (Results 1 – 18 of 18) sorted by relevance

/AliOS-Things-master/components/freetype/src/type1/
A Dt1driver.c168 *afont_private = ((T1_Face)face)->type1.private_dict; in t1_ps_get_font_private()
267 retval = sizeof ( type1->private_dict.unique_id ); in t1_ps_get_font_value()
360 if ( idx < type1->private_dict.num_blue_values ) in t1_ps_get_font_value()
375 retval = sizeof ( type1->private_dict.blue_fuzz ); in t1_ps_get_font_value()
393 if ( idx < type1->private_dict.num_other_blues ) in t1_ps_get_font_value()
408 if ( idx < type1->private_dict.num_family_blues ) in t1_ps_get_font_value()
438 if ( idx < type1->private_dict.num_snap_widths ) in t1_ps_get_font_value()
453 if ( idx < type1->private_dict.num_snap_heights ) in t1_ps_get_font_value()
484 retval = sizeof ( type1->private_dict.lenIV ); in t1_ps_get_font_value()
486 *((FT_Int *)value) = type1->private_dict.lenIV; in t1_ps_get_font_value()
[all …]
A Dt1parse.c152 parser->private_dict = 0; in T1_New_Parser()
250 FT_FREE( parser->private_dict ); in T1_Finalize_Parser()
444 parser->private_dict = parser->base_dict; in T1_Get_Private_Dict()
474 parser->private_dict[len] = '\0'; in T1_Get_Private_Dict()
478 FT_MEM_MOVE( parser->private_dict, cur, size ); in T1_Get_Private_Dict()
493 parser->private_dict[0] = ' '; in T1_Get_Private_Dict()
494 parser->private_dict[1] = ' '; in T1_Get_Private_Dict()
495 parser->private_dict[2] = ' '; in T1_Get_Private_Dict()
496 parser->private_dict[3] = ' '; in T1_Get_Private_Dict()
498 parser->root.base = parser->private_dict; in T1_Get_Private_Dict()
[all …]
A Dt1load.c141 blend->privates [0] = &face->type1.private_dict; in t1_allocate_blend()
958 dummy_object = &face->type1.private_dict; in t1_load_keyword()
1452 if ( face->type1.private_dict.lenIV >= 0 ) in parse_subrs()
1460 if ( size < face->type1.private_dict.lenIV ) in parse_subrs()
1471 size -= face->type1.private_dict.lenIV; in parse_subrs()
1473 temp + face->type1.private_dict.lenIV, size ); in parse_subrs()
1641 if ( face->type1.private_dict.lenIV >= 0 && in parse_charstrings()
1647 if ( size <= face->type1.private_dict.lenIV ) in parse_charstrings()
1658 size -= face->type1.private_dict.lenIV; in parse_charstrings()
2082 PS_Private priv = &type1->private_dict; in T1_Open_Face()
[all …]
A Dt1parse.h69 FT_Byte* private_dict; member
A Dt1objs.c109 &face->type1.private_dict, &globals ); in T1_Size_Init()
/AliOS-Things-master/components/freetype/src/cff/
A Dcf2ft.c429 decoder->current_subfont->private_dict.standard_width ); in cf2_getStdHW()
443 decoder->current_subfont->private_dict.blue_scale, in cf2_getBlueMetrics()
461 *count = decoder->current_subfont->private_dict.num_blue_values; in cf2_getBlueValues()
463 &decoder->current_subfont->private_dict.blue_values; in cf2_getBlueValues()
474 *count = decoder->current_subfont->private_dict.num_other_blues; in cf2_getOtherBlues()
476 &decoder->current_subfont->private_dict.other_blues; in cf2_getOtherBlues()
487 *count = decoder->current_subfont->private_dict.num_family_blues; in cf2_getFamilyBlues()
489 &decoder->current_subfont->private_dict.family_blues; in cf2_getFamilyBlues()
511 return decoder->current_subfont->private_dict.language_group; in cf2_getLanguageGroup()
621 decoder->current_subfont->private_dict.default_width ); in cf2_getDefaultWidthX()
[all …]
A Dcfftoken.h44 CFF_FIELD_CALLBACK( 18, private_dict, "Private" )
A Dcfftypes.h208 CFF_PrivateRec private_dict; member
A Dcffobjs.c113 CFF_Private cpriv = &subfont->private_dict; in cff_make_private_dict()
A Dcffgload.c457 decoder->glyph_width = sub->private_dict.default_width; in cff_decoder_prepare()
458 decoder->nominal_width = sub->private_dict.nominal_width; in cff_decoder_prepare()
A Dcffload.c1316 CFF_Private priv = &font->private_dict; in cff_subfont_load()
/AliOS-Things-master/components/freetype/src/cid/
A Dcidload.c125 object = (FT_Byte*)&dict->private_dict; in cid_load_keyword()
243 dict->private_dict.lenIV = 4; in parse_fd_array()
268 dict->private_dict.expansion_factor = dict->expansion_factor; in parse_expansion_factor()
421 FT_Int lenIV = dict->private_dict.lenIV; in cid_read_subrs()
A Dcidobjs.c143 PS_Private priv = &dict->private_dict; in cid_size_init()
A Dcidgload.c149 decoder->lenIV = dict->private_dict.lenIV; in cid_load_glyph()
/AliOS-Things-master/components/freetype/src/type42/
A Dt42drivr.c156 *afont_private = ((T42_Face)face)->type1.private_dict; in t42_ps_get_font_private()
/AliOS-Things-master/components/freetype/include/internal/
A Dt1types.h97 PS_PrivateRec private_dict; /* private dictionary */ member
A Dpshints.h45 T1_Private* private_dict,
/AliOS-Things-master/components/freetype/include/
A Dt1tables.h307 PS_PrivateRec private_dict; member

Completed in 32 milliseconds