Searched refs:fd_bytes (Results 1 – 5 of 5) sorted by relevance
83 fd_select = cid_get_offset( &p, (FT_Byte)cid->fd_bytes ); in cid_load_glyph()87 glyph_length = (FT_ULong)( glyph_data.length - cid->fd_bytes ); in cid_load_glyph()90 ft_memcpy( charstring, glyph_data.pointer + cid->fd_bytes, in cid_load_glyph()107 FT_UInt entry_len = (FT_UInt)( cid->fd_bytes + cid->gd_bytes ); in cid_load_glyph()117 fd_select = cid_get_offset( &p, (FT_Byte)cid->fd_bytes ); in cid_load_glyph()119 p += cid->fd_bytes; in cid_load_glyph()
35 T1_FIELD_NUM ( "FDBytes", fd_bytes, 0 )
834 if ( cid->fd_bytes < 0 || cid->gd_bytes < 1 ) in cid_face_open()843 if ( cid->fd_bytes > 4 || cid->gd_bytes > 4 ) in cid_face_open()854 entry_len = (FT_ULong)( cid->fd_bytes + cid->gd_bytes ); in cid_face_open()
418 FT_Int fd_bytes; member
2566 `fd_bytes', `gd_bytes', `sd_bytes', and `num_subrs'.