Home
last modified time | relevance | path

Searched refs:gd_bytes (Results 1 – 5 of 5) sorted by relevance

/external/freetype/src/cid/
Dcidgload.c107 FT_UInt entry_len = (FT_UInt)( cid->fd_bytes + cid->gd_bytes ); in cid_load_glyph()
118 off1 = cid_get_offset( &p, (FT_Byte)cid->gd_bytes ); in cid_load_glyph()
120 off2 = cid_get_offset( &p, (FT_Byte)cid->gd_bytes ); in cid_load_glyph()
Dcidtoken.h36 T1_FIELD_NUM ( "GDBytes", gd_bytes, 0 )
Dcidload.c834 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()
/external/freetype/include/freetype/
Dt1tables.h419 FT_Int gd_bytes; member
/external/freetype/
DChangeLog.262566 `fd_bytes', `gd_bytes', `sd_bytes', and `num_subrs'.