Home
last modified time | relevance | path

Searched refs:lenIV (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/freetype/src/cid/
A Dcidgload.c149 decoder->lenIV = dict->private_dict.lenIV; in cid_load_glyph()
154 cs_offset = ( decoder->lenIV >= 0 ? decoder->lenIV : 0 ); in cid_load_glyph()
157 if ( decoder->lenIV >= 0 ) in cid_load_glyph()
A Dcidload.c243 dict->private_dict.lenIV = 4; in parse_fd_array()
421 FT_Int lenIV = dict->private_dict.lenIV; in cid_read_subrs() local
491 if ( lenIV >= 0 ) in cid_read_subrs()
A Dcidtoken.h81 T1_FIELD_NUM ( "lenIV", lenIV, 0 )
/AliOS-Things-master/components/freetype/src/cff/
A Dcfftoken.h88 CFF_FIELD_NUM ( 0x110, lenIV, "lenIV" )
A Dcfftypes.h175 FT_Int lenIV; member
A Dcffobjs.c152 priv->lenIV = cpriv->lenIV; in cff_make_private_dict()
A Dcffload.c1369 priv->lenIV = -1; in cff_subfont_load()
/AliOS-Things-master/components/freetype/src/type1/
A Dt1tokens.h60 T1_FIELD_NUM ( "lenIV", lenIV,
A Dt1load.c1452 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()
1660 temp + face->type1.private_dict.lenIV, size ); in parse_charstrings()
2097 priv->lenIV = 4; in T1_Open_Face()
A Dt1driver.c484 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()
/AliOS-Things-master/components/freetype/include/
A Dt1tables.h121 FT_Int lenIV; member
/AliOS-Things-master/components/freetype/src/psaux/
A Dt1decode.c1376 zone->base += ( decoder->lenIV >= 0 ? decoder->lenIV : 0 ); in t1_decoder_parse_charstrings()
/AliOS-Things-master/components/freetype/include/internal/
A Dpsaux.h677 FT_Int lenIV; /* internal for sub routine calls */ member

Completed in 20 milliseconds