Searched refs:lenIV (Results 1 - 22 of 22) sorted by relevance

/external/fonttools/Lib/fontTools/
H A Dt1Lib.py88 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/fonttools/Tools/fontTools/
H A Dt1Lib.py88 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/cff/
H A Dcfftoken.h88 CFF_FIELD_NUM ( 0x110, lenIV, "lenIV" )
H A Dcfftypes.h175 FT_Int lenIV; member in struct:CFF_PrivateRec_
H A Dcffobjs.c152 priv->lenIV = cpriv->lenIV;
H A Dcffload.c1369 priv->lenIV = -1;
/external/pdfium/third_party/freetype/src/cff/
H A Dcfftoken.h88 CFF_FIELD_NUM ( 0x110, lenIV, "lenIV" )
H A Dcfftypes.h175 FT_Int lenIV; member in struct:CFF_PrivateRec_
H A Dcffobjs.c152 priv->lenIV = cpriv->lenIV;
H A Dcffload.c1369 priv->lenIV = -1;
/external/pdfium/third_party/freetype/src/cid/
H A Dcidtoken.h81 T1_FIELD_NUM ( "lenIV", lenIV, 0 )
H A Dcidgload.c149 decoder->lenIV = dict->private_dict.lenIV;
154 cs_offset = decoder->lenIV >= 0 ? (FT_UInt)decoder->lenIV : 0;
156 /* Decrypt only if lenIV >= 0. */
157 if ( decoder->lenIV >= 0 )
H A Dcidload.c246 /* default value for lenIV */
247 dict->private_dict.lenIV = 4;
425 FT_Int lenIV = dict->private_dict.lenIV; local
494 /* decrypt subroutines, but only if lenIV >= 0 */
495 if ( lenIV >= 0 )
/external/pdfium/third_party/freetype/src/type1/
H A Dt1tokens.h60 T1_FIELD_NUM ( "lenIV", lenIV,
H A Dt1load.c1483 /* some fonts use a value of -1 for lenIV to indicate that */
1488 if ( face->type1.private_dict.lenIV >= 0 )
1496 if ( size < (FT_ULong)face->type1.private_dict.lenIV )
1507 size -= (FT_ULong)face->type1.private_dict.lenIV;
1509 temp + face->type1.private_dict.lenIV, size );
1691 if ( face->type1.private_dict.lenIV >= 0 &&
1697 if ( size <= (FT_ULong)face->type1.private_dict.lenIV )
1708 size -= (FT_ULong)face->type1.private_dict.lenIV;
1710 temp + face->type1.private_dict.lenIV, size );
2143 priv->lenIV
[all...]
H A Dt1driver.c486 retval = sizeof ( type1->private_dict.lenIV );
488 *((FT_Int *)value) = type1->private_dict.lenIV;
/external/freetype/include/
H A Dt1tables.h141 FT_Int lenIV; member in struct:PS_PrivateRec_
/external/pdfium/third_party/freetype/include/freetype/
H A Dt1tables.h141 FT_Int lenIV; member in struct:PS_PrivateRec_
/external/freetype/include/internal/
H A Dpsaux.h677 FT_Int lenIV; /* internal for sub routine calls */ member in struct:T1_DecoderRec_
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dpsaux.h677 FT_Int lenIV; /* internal for sub routine calls */ member in struct:T1_DecoderRec_
/external/freetype/src/psaux/
H A Dt1decode.c1380 zone->base += ( decoder->lenIV >= 0 ? decoder->lenIV : 0 );
/external/pdfium/third_party/freetype/src/psaux/
H A Dt1decode.c1380 zone->base += ( decoder->lenIV >= 0 ? decoder->lenIV : 0 );

Completed in 341 milliseconds