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 | 273 dict->private_dict.lenIV = 4; in parse_fd_array() 458 FT_Int lenIV = dict->private_dict.lenIV; in cid_read_subrs() local 535 if ( lenIV >= 0 ) in cid_read_subrs()
|
D | cidtoken.h | 81 T1_FIELD_NUM ( "lenIV", lenIV, 0 )
|
/external/fonttools/Lib/fontTools/ |
D | t1Lib.py | 88 lenIV = self.font["Private"].get("lenIV", 4) 89 assert lenIV >= 0 93 charStrings[glyphName] = psCharStrings.T1CharString(charString[lenIV:], 97 subrs[i] = psCharStrings.T1CharString(charString[lenIV:], subrs=subrs)
|
/external/freetype/src/type1/ |
D | t1load.c | 1666 if ( face->type1.private_dict.lenIV >= 0 ) in parse_subrs() 1674 if ( size < (FT_ULong)face->type1.private_dict.lenIV ) in parse_subrs() 1685 size -= (FT_ULong)face->type1.private_dict.lenIV; in parse_subrs() 1687 temp + face->type1.private_dict.lenIV, size ); in parse_subrs() 1869 if ( face->type1.private_dict.lenIV >= 0 && in parse_charstrings() 1875 if ( size <= (FT_ULong)face->type1.private_dict.lenIV ) in parse_charstrings() 1886 size -= (FT_ULong)face->type1.private_dict.lenIV; in parse_charstrings() 1888 temp + face->type1.private_dict.lenIV, size ); in parse_charstrings() 2321 priv->lenIV = 4; in T1_Open_Face()
|
D | t1tokens.h | 60 T1_FIELD_NUM ( "lenIV", lenIV,
|
D | t1driver.c | 520 retval = sizeof ( type1->private_dict.lenIV ); in t1_ps_get_font_value() 522 *((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 | 160 priv->lenIV = cpriv->lenIV; in cff_make_private_dict()
|
D | cffload.c | 1891 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 | 264 FT_Int lenIV; member
|
D | psaux.h | 643 FT_Int lenIV; /* internal for sub routine calls */ member 907 FT_Int lenIV; /* internal for sub routine calls */ member
|
/external/freetype/src/psaux/ |
D | psft.c | 821 buf->start += ( decoder->lenIV >= 0 ? decoder->lenIV : 0 ); in cf2_initLocalRegionBuffer()
|
D | psobjs.c | 2388 ps_decoder->lenIV = t1_decoder->lenIV; in ps_decoder_init() 2467 cpriv->lenIV = priv->lenIV; in t1_make_subfont()
|
D | t1decode.c | 1463 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.
|