Home
last modified time | relevance | path

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

/external/freetype/src/cid/
Dcidgload.c79 if ( error || glyph_data.length < cid->fd_bytes ) in cid_load_glyph()
83 fd_select = cid_get_offset( &p, cid->fd_bytes ); in cid_load_glyph()
85 glyph_length = glyph_data.length - cid->fd_bytes; in cid_load_glyph()
88 FT_MEM_COPY( charstring, glyph_data.pointer + cid->fd_bytes, in cid_load_glyph()
104 FT_UInt entry_len = cid->fd_bytes + cid->gd_bytes; in cid_load_glyph()
114 fd_select = cid_get_offset( &p, cid->fd_bytes ); in cid_load_glyph()
116 p += cid->fd_bytes; in cid_load_glyph()
Dcidtoken.h35 T1_FIELD_NUM ( "FDBytes", fd_bytes, 0 )
Dcidload.c844 if ( cid->fd_bytes > 4 || cid->gd_bytes > 4 ) in cid_face_open()
865 cid->cid_count * ( cid->fd_bytes + cid->gd_bytes ) > in cid_face_open()
/external/freetype/include/freetype/
Dt1tables.h418 FT_UInt fd_bytes; member
/external/freetype/docs/oldlogs/
DChangeLog.262566 `fd_bytes', `gd_bytes', `sd_bytes', and `num_subrs'.