Searched refs:gd_bytes (Results 1 - 4 of 4) sorted by relevance

/external/freetype/src/cid/
H A Dcidtoken.h33 T1_FIELD_NUM ( "GDBytes", gd_bytes, 0 )
H A Dcidgload.c108 FT_UInt entry_len = (FT_UInt)( cid->fd_bytes + cid->gd_bytes );
119 off1 = cid_get_offset( &p, (FT_Byte)cid->gd_bytes );
121 off2 = cid_get_offset( &p, (FT_Byte)cid->gd_bytes );
H A Dcidload.c758 if ( cid->fd_bytes < 0 || cid->gd_bytes < 1 )
767 if ( cid->fd_bytes > 4 || cid->gd_bytes > 4 )
778 entry_len = (FT_ULong)( cid->fd_bytes + cid->gd_bytes );
/external/freetype/include/freetype/
H A Dt1tables.h413 FT_Int gd_bytes; member in struct:CID_FaceInfoRec_

Completed in 175 milliseconds