/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/ |
D | cidgload.c | 154 decoder->lenIV = dict->private_dict.lenIV; in cid_load_glyph() 159 cs_offset = decoder->lenIV >= 0 ? (FT_UInt)decoder->lenIV : 0; in cid_load_glyph() 168 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 532 if ( lenIV >= 0 ) in cid_read_subrs()
|
D | cidtoken.h | 81 T1_FIELD_NUM ( "lenIV", lenIV, 0 )
|
/external/pdfium/third_party/freetype/src/cid/ |
D | cidgload.c | 149 decoder->lenIV = dict->private_dict.lenIV; in cid_load_glyph() 154 cs_offset = decoder->lenIV >= 0 ? (FT_UInt)decoder->lenIV : 0; in cid_load_glyph() 157 if ( decoder->lenIV >= 0 ) in cid_load_glyph()
|
D | cidload.c | 247 dict->private_dict.lenIV = 4; in parse_fd_array() 425 FT_Int lenIV = dict->private_dict.lenIV; in cid_read_subrs() local 495 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/pdfium/third_party/freetype/src/cff/ |
D | cfftoken.h | 88 CFF_FIELD_NUM ( 0x110, lenIV, "lenIV" )
|
D | cfftypes.h | 175 FT_Int lenIV; member
|
/external/freetype/src/cff/ |
D | cfftoken.h | 88 CFF_FIELD_NUM ( 0x110, lenIV, "lenIV" )
|
D | cfftypes.h | 175 FT_Int lenIV; member
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
D | cfftoken.h | 88 CFF_FIELD_NUM ( 0x110, lenIV, "lenIV" )
|
D | cfftypes.h | 175 FT_Int lenIV; member
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/ |
D | t1load.c | 1506 if ( face->type1.private_dict.lenIV >= 0 ) in parse_subrs() 1514 if ( size < (FT_ULong)face->type1.private_dict.lenIV ) in parse_subrs() 1525 size -= (FT_ULong)face->type1.private_dict.lenIV; in parse_subrs() 1527 temp + face->type1.private_dict.lenIV, size ); in parse_subrs() 1709 if ( face->type1.private_dict.lenIV >= 0 && in parse_charstrings() 1715 if ( size <= (FT_ULong)face->type1.private_dict.lenIV ) in parse_charstrings() 1726 size -= (FT_ULong)face->type1.private_dict.lenIV; in parse_charstrings() 1728 temp + face->type1.private_dict.lenIV, size ); in parse_charstrings() 2161 priv->lenIV = 4; in T1_Open_Face()
|
D | t1tokens.h | 60 T1_FIELD_NUM ( "lenIV", lenIV,
|
D | t1driver.c | 486 retval = sizeof ( type1->private_dict.lenIV ); in t1_ps_get_font_value() 488 *((FT_Int *)value) = type1->private_dict.lenIV; in t1_ps_get_font_value()
|
/external/pdfium/third_party/freetype/src/type1/ |
D | t1load.c | 1488 if ( face->type1.private_dict.lenIV >= 0 ) in parse_subrs() 1496 if ( size < (FT_ULong)face->type1.private_dict.lenIV ) in parse_subrs() 1507 size -= (FT_ULong)face->type1.private_dict.lenIV; in parse_subrs() 1509 temp + face->type1.private_dict.lenIV, size ); in parse_subrs() 1691 if ( face->type1.private_dict.lenIV >= 0 && in parse_charstrings() 1697 if ( size <= (FT_ULong)face->type1.private_dict.lenIV ) in parse_charstrings() 1708 size -= (FT_ULong)face->type1.private_dict.lenIV; in parse_charstrings() 1710 temp + face->type1.private_dict.lenIV, size ); in parse_charstrings() 2143 priv->lenIV = 4; in T1_Open_Face()
|
D | t1tokens.h | 60 T1_FIELD_NUM ( "lenIV", lenIV,
|
D | t1driver.c | 486 retval = sizeof ( type1->private_dict.lenIV ); in t1_ps_get_font_value() 488 *((FT_Int *)value) = type1->private_dict.lenIV; in t1_ps_get_font_value()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
D | t1tables.h | 141 FT_Int lenIV; member
|
/external/freetype/include/ |
D | t1tables.h | 141 FT_Int lenIV; member
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | t1tables.h | 141 FT_Int lenIV; member
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/ |
D | t1decode.c | 1380 zone->base += ( decoder->lenIV >= 0 ? decoder->lenIV : 0 ); in t1_decoder_parse_charstrings()
|
/external/pdfium/third_party/freetype/src/psaux/ |
D | t1decode.c | 1380 zone->base += ( decoder->lenIV >= 0 ? decoder->lenIV : 0 ); in t1_decoder_parse_charstrings()
|
/external/freetype/src/psaux/ |
D | t1decode.c | 1380 zone->base += ( decoder->lenIV >= 0 ? decoder->lenIV : 0 ); in t1_decoder_parse_charstrings()
|