Home
last modified time | relevance | path

Searched refs:FT_STREAM_SEEK (Results 1 – 15 of 15) sorted by relevance

/external/freetype/src/cff/
Dcffload.c338 FT_STREAM_SEEK( idx->start + 3 ) || in cff_index_load_offsets()
490 if ( FT_STREAM_SEEK( idx->start + 3 + pos ) ) in cff_index_access_element()
546 if ( FT_STREAM_SEEK( idx->data_offset + off1 - 1 ) || in cff_index_access_element()
675 if ( FT_STREAM_SEEK( offset ) || FT_READ_BYTE( format ) ) in CFF_Load_FD_Select()
876 if ( FT_STREAM_SEEK( charset->offset ) || in cff_charset_load()
1098 if ( FT_STREAM_SEEK( encoding->offset ) || in cff_encoding_load()
1367 if ( FT_STREAM_SEEK( base_offset + font->font_dict.private_offset ) || in cff_subfont_load()
1386 if ( FT_STREAM_SEEK( base_offset + top->private_offset + in cff_subfont_load()
1510 if ( FT_STREAM_SEEK( base_offset + dict->charstrings_offset ) ) in cff_font_load()
1527 if ( FT_STREAM_SEEK( base_offset + dict->cid_fd_array_offset ) ) in cff_font_load()
Dcffobjs.c511 if ( FT_STREAM_SEEK( 0 ) ) in cff_face_init()
571 if ( FT_STREAM_SEEK( 0 ) ) in cff_face_init()
/external/freetype/src/base/
Dftpatent.c135 FT_STREAM_SEEK( offset_i ) ) in _tt_check_patents_in_table()
179 if ( FT_STREAM_SEEK( offset ) || in _tt_face_check_patents()
Dftsnames.c68 FT_STREAM_SEEK( entry->stringOffset ) || in FT_Get_Sfnt_Name()
/external/freetype/src/sfnt/
Dttmtx.c390 if ( FT_STREAM_SEEK( table_pos ) || in tt_face_get_metrics()
401 if ( FT_STREAM_SEEK( table_pos ) || in tt_face_get_metrics()
410 if ( !FT_STREAM_SEEK( table_pos ) ) in tt_face_get_metrics()
Dttload.c142 if ( FT_STREAM_SEEK( table->Offset ) ) in tt_face_goto_table()
192 if ( FT_STREAM_SEEK( offset ) ) in check_table_dir()
245 if ( FT_STREAM_SEEK( table.Offset + 12 ) || in check_table_dir()
257 if ( FT_STREAM_SEEK( offset + ( nn + 1 ) * 16 ) ) in check_table_dir()
381 if ( FT_STREAM_SEEK( sfnt.offset + 12 ) || in tt_face_load_font_dir()
Dsfdriver.c269 if ( FT_STREAM_SEEK( name->stringOffset ) || in sfnt_get_ps_name()
309 if ( FT_STREAM_SEEK( name->stringOffset ) || in sfnt_get_ps_name()
Dttsbit.c547 if ( FT_STREAM_SEEK( table_base + strike->ranges_offset ) || in tt_face_load_eblc()
573 if ( FT_STREAM_SEEK( range->table_offset ) || in tt_face_load_eblc()
1263 if ( FT_STREAM_SEEK( ebdt_pos + glyph_offset ) ) in Load_SBit_Image()
Dsfobjs.c272 FT_STREAM_SEEK( rec->stringOffset ) || in tt_face_get_name()
483 if ( FT_STREAM_SEEK( face->ttc_header.offsets[face_index] ) ) in sfnt_init_face()
Dttsbit0.c716 if ( FT_STREAM_SEEK( decoder->ebdt_start + glyph_start ) || in tt_sbit_decoder_load_bitmap()
/external/freetype/src/pfr/
Dpfrload.c160 if ( !FT_STREAM_SEEK( 0 ) && in pfr_header_load()
209 if ( FT_STREAM_SEEK( section_offset ) || FT_READ_USHORT( count ) ) in pfr_log_font_count()
234 if ( FT_STREAM_SEEK( section_offset ) || in pfr_log_font_load()
257 if ( FT_STREAM_SEEK( offset ) || FT_FRAME_ENTER( size ) ) in pfr_log_font_load()
731 if ( FT_STREAM_SEEK( offset ) || FT_FRAME_ENTER( size ) ) in pfr_phy_font_load()
/external/freetype/src/truetype/
Dttgxvar.c452 if ( FT_STREAM_SEEK( gvar_start + gvar_head.offsetToCoord ) || in ft_var_load_gvar()
740 if ( FT_STREAM_SEEK( fvar_start + fvar_head.offsetToData ) ) in TT_Get_MM_Var()
1359 if ( FT_STREAM_SEEK( blend->glyphoffsets[glyph_index] ) || in TT_Vary_Get_Glyph_Deltas()
Dttobjs.c509 if ( FT_STREAM_SEEK( 0 ) ) in tt_face_init()
Dttgload.c283 if ( FT_STREAM_SEEK( offset ) || FT_FRAME_ENTER( byte_count ) ) in TT_Access_Glyph_Frame()
1130 if ( FT_STREAM_SEEK( loader->ins_pos ) || in TT_Process_Composite_Glyph()
/external/freetype/include/freetype/internal/
Dftstream.h496 #define FT_STREAM_SEEK( position ) \ macro