Home
last modified time | relevance | path

Searched refs:glyph_start (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/freetype/src/sfnt/
Dttsbit.c937 FT_ULong glyph_start, in tt_sbit_decoder_load_bitmap() argument
950 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() local
1315 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 …]
/external/freetype/src/sfnt/
Dttsbit.c1093 FT_ULong glyph_start, in tt_sbit_decoder_load_bitmap() argument
1109 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() local
1487 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 …]
/external/pdfium/third_party/freetype/src/truetype/
Dttgxvar.c1775 FT_ULong glyph_start; in TT_Vary_Apply_Glyph_Deltas() local
1811 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()
/external/freetype/src/truetype/
Dttgxvar.c3041 FT_ULong glyph_start; in TT_Vary_Apply_Glyph_Deltas() local
3078 glyph_start = FT_Stream_FTell( stream ); in TT_Vary_Apply_Glyph_Deltas()
3102 offsetToData += glyph_start; in TT_Vary_Apply_Glyph_Deltas()