Home | History | Annotate | Download | only in sfnt

Lines Matching defs:image_offset

1064     FT_ULong  image_start = 0, image_end = 0, image_offset;
1080 image_offset = FT_NEXT_ULONG( p );
1084 if ( image_offset > (FT_ULong)( p_limit - p ) )
1087 p += image_offset;
1094 image_offset = FT_NEXT_ULONG ( p );
1098 case 1: /* 4-byte offsets relative to `image_offset' */
1128 case 3: /* 2-byte offsets relative to 'image_offset' */
1219 image_start = image_offset + image_start;