Searched refs:lenIV (Results 1 – 17 of 17) sorted by relevance
/external/freetype/src/cid/ |
D | cidgload.c | 161 decoder->lenIV = dict->private_dict.lenIV; in cid_load_glyph() 166 cs_offset = decoder->lenIV >= 0 ? (FT_UInt)decoder->lenIV : 0; in cid_load_glyph() 175 if ( decoder->lenIV >= 0 ) in cid_load_glyph()
|
D | cidload.c | 299 dict->private_dict.lenIV = 4; in parse_fd_array() 531 FT_Int lenIV = dict->private_dict.lenIV; in cid_read_subrs() local 608 if ( lenIV >= 0 ) in cid_read_subrs()
|
D | cidtoken.h | 84 T1_FIELD_NUM ( "lenIV", lenIV, 0 )
|
/external/fonttools/Lib/fontTools/t1Lib/ |
D | __init__.py | 94 lenIV = self.font["Private"].get("lenIV", 4) 95 assert lenIV >= 0 99 charStrings[glyphName] = psCharStrings.T1CharString(charString[lenIV:], 103 subrs[i] = psCharStrings.T1CharString(charString[lenIV:], subrs=subrs)
|
/external/freetype/src/type1/ |
D | t1load.c | 1745 if ( face->type1.private_dict.lenIV >= 0 ) in parse_subrs() 1753 if ( size < (FT_ULong)face->type1.private_dict.lenIV ) in parse_subrs() 1764 size -= (FT_ULong)face->type1.private_dict.lenIV; in parse_subrs() 1766 temp + face->type1.private_dict.lenIV, size ); in parse_subrs() 1957 if ( face->type1.private_dict.lenIV >= 0 && in parse_charstrings() 1963 if ( size <= (FT_ULong)face->type1.private_dict.lenIV ) in parse_charstrings() 1974 size -= (FT_ULong)face->type1.private_dict.lenIV; in parse_charstrings() 1976 temp + face->type1.private_dict.lenIV, size ); in parse_charstrings() 2419 priv->lenIV = 4; in T1_Open_Face()
|
D | t1tokens.h | 60 T1_FIELD_NUM ( "lenIV", lenIV,
|
D | t1driver.c | 523 retval = sizeof ( type1->private_dict.lenIV ); in t1_ps_get_font_value() 525 *((FT_Int *)value) = type1->private_dict.lenIV; in t1_ps_get_font_value()
|
/external/freetype/src/cff/ |
D | cfftoken.h | 96 CFF_FIELD_NUM ( 0x110, lenIV, "lenIV" )
|
D | cffobjs.c | 159 priv->lenIV = cpriv->lenIV; in cff_make_private_dict()
|
D | cffload.c | 1898 priv->lenIV = -1; in cff_load_private_dict()
|
/external/freetype/include/freetype/ |
D | t1tables.h | 141 FT_Int lenIV; member
|
/external/freetype/include/freetype/internal/ |
D | cfftypes.h | 272 FT_Int lenIV; member
|
D | psaux.h | 680 FT_Int lenIV; /* internal for sub routine calls */ member 962 FT_Int lenIV; /* internal for sub routine calls */ member
|
/external/freetype/src/psaux/ |
D | psft.c | 828 buf->start += ( decoder->lenIV >= 0 ? decoder->lenIV : 0 ); in cf2_initLocalRegionBuffer()
|
D | psobjs.c | 2446 ps_decoder->lenIV = t1_decoder->lenIV; in ps_decoder_init() 2525 cpriv->lenIV = priv->lenIV; in t1_make_subfont()
|
D | t1decode.c | 1481 zone->base += ( decoder->lenIV >= 0 ? decoder->lenIV : 0 ); in t1_decoder_parse_charstrings()
|
/external/freetype/ |
D | ChangeLog.20 | 1858 * include/freetype/internal/psaux.h: Changed the lenIV member of 1862 for lenIV seed bytes at the start of a decrypted subroutine. 1865 if lenIV >= 0. 1868 if lenIV >= 0.
|