Home | History | Annotate | Download | only in sfnt

Lines Matching defs:image_offset

961     FT_ULong  image_start = 0, image_end = 0, image_offset;
977 image_offset = FT_NEXT_ULONG( p );
981 if ( image_offset > (FT_ULong)( p_limit - p ) )
984 p += image_offset;
991 image_offset = FT_NEXT_ULONG ( p );
995 case 1: /* 4-byte offsets relative to `image_offset' */
1027 case 3: /* 2-byte offsets relative to 'image_offset' */
1120 image_start = image_offset + image_start;