Home | History | Annotate | Download | only in sfnt

Lines Matching refs:image_end

1092     FT_ULong  image_start = 0, image_end = 0, image_offset;
1132 image_end = FT_NEXT_ULONG( p );
1134 if ( image_start == image_end ) /* missing glyph */
1152 image_end = image_start + image_size;
1162 image_end = FT_NEXT_USHORT( p );
1164 if ( image_start == image_end ) /* missing glyph */
1192 image_end = FT_PEEK_USHORT( p );
1236 image_end = image_start + image_size;
1244 if ( image_start > image_end )
1247 image_end -= image_start;
1257 image_end,