Home | History | Annotate | Download | only in cff

Lines Matching defs:offsize

265       FT_Byte   offsize;
271 if ( FT_READ_BYTE( offsize ) )
274 if ( offsize < 1 || offsize > 4 )
281 idx->off_size = offsize;
282 size = (FT_ULong)( count + 1 ) * offsize;
286 if ( FT_STREAM_SKIP( size - offsize ) )
351 FT_Byte offsize = idx->off_size;
358 data_size = (FT_ULong)( idx->count + 1 ) * offsize;
369 switch ( offsize )
2243 /* and the length is stored in the header `offSize' field; */