Searched refs:glyph_start (Results 1 – 4 of 4) sorted by relevance
937 FT_ULong glyph_start, in tt_sbit_decoder_load_bitmap() argument950 if ( glyph_start + glyph_size > decoder->ebdt_size ) in tt_sbit_decoder_load_bitmap()956 if ( FT_STREAM_SEEK( decoder->ebdt_start + glyph_start ) || in tt_sbit_decoder_load_bitmap()1280 FT_UInt sbix_pos, strike_offset, glyph_start, glyph_end; in tt_face_load_sbix_image() local1315 glyph_start = FT_GET_ULONG(); in tt_face_load_sbix_image()1320 if ( glyph_start == glyph_end ) in tt_face_load_sbix_image()1322 if ( glyph_start > glyph_end || in tt_face_load_sbix_image()1323 glyph_end - glyph_start < 8 || in tt_face_load_sbix_image()1327 if ( FT_STREAM_SEEK( sbix_pos + strike_offset + glyph_start ) || in tt_face_load_sbix_image()1328 FT_FRAME_ENTER( glyph_end - glyph_start ) ) in tt_face_load_sbix_image()[all …]
1093 FT_ULong glyph_start, in tt_sbit_decoder_load_bitmap() argument1109 glyph_start + glyph_size > decoder->ebdt_size ) in tt_sbit_decoder_load_bitmap()1115 if ( FT_STREAM_SEEK( decoder->ebdt_start + glyph_start ) || in tt_sbit_decoder_load_bitmap()1454 FT_UInt strike_offset, glyph_start, glyph_end; in tt_face_load_sbix_image() local1487 glyph_start = FT_GET_ULONG(); in tt_face_load_sbix_image()1492 if ( glyph_start == glyph_end ) in tt_face_load_sbix_image()1494 if ( glyph_start > glyph_end || in tt_face_load_sbix_image()1495 glyph_end - glyph_start < 8 || in tt_face_load_sbix_image()1499 if ( FT_STREAM_SEEK( face->ebdt_start + strike_offset + glyph_start ) || in tt_face_load_sbix_image()1500 FT_FRAME_ENTER( glyph_end - glyph_start ) ) in tt_face_load_sbix_image()[all …]
1775 FT_ULong glyph_start; in TT_Vary_Apply_Glyph_Deltas() local1811 glyph_start = FT_Stream_FTell( stream ); in TT_Vary_Apply_Glyph_Deltas()1822 offsetToData = glyph_start + FT_GET_USHORT(); in TT_Vary_Apply_Glyph_Deltas()
3041 FT_ULong glyph_start; in TT_Vary_Apply_Glyph_Deltas() local3078 glyph_start = FT_Stream_FTell( stream ); in TT_Vary_Apply_Glyph_Deltas()3102 offsetToData += glyph_start; in TT_Vary_Apply_Glyph_Deltas()