Home
last modified time | relevance | path

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

12

/external/freetype/src/winfonts/
Dwinfnt.c219 if ( FT_STREAM_SEEK( font->offset ) || in fnt_font_load()
261 if ( FT_STREAM_SEEK( font->offset ) || in fnt_font_load()
286 if ( FT_STREAM_SEEK( 0 ) || in fnt_face_get_dll_font()
299 if ( FT_STREAM_SEEK( mz_header.lfanew ) || in fnt_face_get_dll_font()
316 if ( FT_STREAM_SEEK( res_offset ) || in fnt_face_get_dll_font()
392 if ( FT_STREAM_SEEK( font_offset + (FT_ULong)face_index * 12 ) || in fnt_face_get_dll_font()
419 if ( FT_STREAM_SEEK( mz_header.lfanew ) || in fnt_face_get_dll_font()
468 if ( FT_STREAM_SEEK( pe32_section.pointer_to_raw_data ) || in fnt_face_get_dll_font()
477 if ( FT_STREAM_SEEK( root_dir_offset + 16 + i * 8 ) || in fnt_face_get_dll_font()
493 if ( FT_STREAM_SEEK( pe32_section.pointer_to_raw_data + in fnt_face_get_dll_font()
[all …]
/external/freetype/src/type1/
Dt1parse.c107 if ( FT_STREAM_SEEK( 0 ) ) in check_type1_format()
117 if ( tag != 0x8001U && FT_STREAM_SEEK( 0 ) ) in check_type1_format()
190 if ( FT_STREAM_SEEK( 0L ) ) in T1_New_Parser()
201 if ( FT_STREAM_SEEK( 0L ) ) in T1_New_Parser()
306 if ( FT_STREAM_SEEK( start_pos ) || in T1_Get_Private_Dict()
/external/freetype/src/sfnt/
Dttmtx.c275 if ( FT_STREAM_SEEK( table_pos ) || in tt_face_get_metrics()
286 if ( FT_STREAM_SEEK( table_pos ) || in tt_face_get_metrics()
295 if ( !FT_STREAM_SEEK( table_pos ) ) in tt_face_get_metrics()
Dttload.c147 if ( FT_STREAM_SEEK( table->Offset ) ) in tt_face_goto_table()
199 if ( FT_STREAM_SEEK( offset ) ) in check_table_dir()
270 if ( FT_STREAM_SEEK( table.Offset + 12 ) || in check_table_dir()
278 if ( FT_STREAM_SEEK( offset + ( nn + 1 ) * 16 ) ) in check_table_dir()
408 if ( FT_STREAM_SEEK( sfnt.offset + 12 ) || in tt_face_load_font_dir()
905 if ( FT_STREAM_SEEK( storage_start ) || in tt_face_load_name()
939 (void)FT_STREAM_SEEK( table_pos + 6 ); in tt_face_load_name()
Dttsbit.c192 if ( FT_STREAM_SEEK( FT_STREAM_POS() - 8 ) ) in tt_face_load_sbit()
422 if ( FT_STREAM_SEEK( face->ebdt_start + offset ) || in tt_face_load_strike_metrics()
504 if ( FT_STREAM_SEEK( face->ebdt_start ) ) in tt_sbit_decoder_init()
1129 if ( FT_STREAM_SEEK( decoder->ebdt_start + glyph_start ) || in tt_sbit_decoder_load_bitmap()
1505 if ( FT_STREAM_SEEK( face->ebdt_start + in tt_face_load_sbix_image()
1523 if ( FT_STREAM_SEEK( face->ebdt_start + strike_offset + glyph_start ) || in tt_face_load_sbix_image()
Dsfobjs.c270 FT_STREAM_SEEK( rec->stringOffset ) || in tt_face_get_name()
654 if ( FT_STREAM_SEEK( table->Offset ) || in woff_open_font()
773 if ( FT_STREAM_SEEK( offset ) ) in sfnt_open_font()
939 if ( FT_STREAM_SEEK( face->ttc_header.offsets[face_index] ) ) in sfnt_init_face()
Dsfdriver.c496 if ( FT_STREAM_SEEK( entry->stringOffset ) || in get_win_string()
557 if ( FT_STREAM_SEEK( entry->stringOffset ) || in get_apple_string()
/external/freetype/src/cff/
Dcffload.c361 FT_STREAM_SEEK( idx->start + idx->hdr_size ) || in cff_index_load_offsets()
519 if ( FT_STREAM_SEEK( idx->start + idx->hdr_size + pos ) ) in cff_index_access_element()
575 if ( FT_STREAM_SEEK( idx->data_offset + off1 - 1 ) || in cff_index_access_element()
710 if ( FT_STREAM_SEEK( offset ) || FT_READ_BYTE( format ) ) in CFF_Load_FD_Select()
924 if ( FT_STREAM_SEEK( charset->offset ) || in cff_charset_load()
1143 if ( FT_STREAM_SEEK( base_offset + offset ) || in cff_vstore_load()
1176 if ( FT_STREAM_SEEK( vsOffset + regionListOffset ) || in cff_vstore_load()
1219 if ( FT_STREAM_SEEK( vsOffset + dataOffsetArray[i] ) ) in cff_vstore_load()
1670 if ( FT_STREAM_SEEK( encoding->offset ) || in cff_encoding_load()
1920 if ( FT_STREAM_SEEK( font->base_offset + top->private_offset ) || in cff_load_private_dict()
[all …]
Dcffobjs.c537 if ( FT_STREAM_SEEK( 0 ) ) in cff_face_init()
597 if ( FT_STREAM_SEEK( 0 ) ) in cff_face_init()
/external/freetype/src/base/
Dftsnames.c70 FT_STREAM_SEEK( entry->stringOffset ) || in FT_Get_Sfnt_Name()
126 FT_STREAM_SEEK( entry->stringOffset ) || in FT_Get_Sfnt_LangTag()
/external/freetype/src/bzip2/
Dftbzip2.c122 if ( FT_STREAM_SEEK( 0 ) || in ft_bzip2_check_header()
166 if ( FT_STREAM_SEEK( 0 ) ) in ft_bzip2_file_init()
217 if ( !FT_STREAM_SEEK( 0 ) ) in ft_bzip2_file_reset()
/external/freetype/src/cid/
Dcidparse.c176 if ( FT_STREAM_SEEK( base_offset ) || in cid_parser_new()
248 if ( !FT_STREAM_SEEK( offset ) ) in cid_parser_new()
Dcidload.c559 if ( FT_STREAM_SEEK( cid->data_offset + dict->subrmap_offset ) || in cid_read_subrs()
593 if ( FT_STREAM_SEEK( cid->data_offset + offsets[0] ) || in cid_read_subrs()
681 if ( FT_STREAM_SEEK( offset ) ) in cid_hex_to_binary()
Dcidobjs.c331 if ( FT_STREAM_SEEK( 0 ) ) in cid_face_init()
Dcidgload.c112 if ( FT_STREAM_SEEK( cid->data_offset + cid->cidmap_offset + in cid_load_glyph()
/external/freetype/src/pfr/
Dpfrload.c248 if ( !FT_STREAM_SEEK( 0 ) && in pfr_header_load()
298 if ( FT_STREAM_SEEK( section_offset ) || in pfr_log_font_count()
340 if ( FT_STREAM_SEEK( section_offset ) || in pfr_log_font_load()
363 if ( FT_STREAM_SEEK( offset ) || in pfr_log_font_load()
841 if ( FT_STREAM_SEEK( offset ) || in pfr_phy_font_load()
Dpfrsbit.c632 if ( FT_STREAM_SEEK( phys->bct_offset + strike->bct_offset ) || in pfr_slot_load_bitmap()
676 if ( FT_STREAM_SEEK( face->header.gps_section_offset + gps_offset ) || in pfr_slot_load_bitmap()
Dpfrobjs.c514 if ( FT_STREAM_SEEK( item->offset ) || in pfr_face_get_kerning()
Dpfrgload.c733 if ( FT_STREAM_SEEK( gps_offset + offset ) || in pfr_glyph_load_rec()
/external/freetype/src/lzw/
Dftlzw.c89 if ( FT_STREAM_SEEK( 0 ) || in ft_lzw_check_header()
152 if ( !FT_STREAM_SEEK( 0 ) ) in ft_lzw_file_reset()
/external/freetype/src/truetype/
Dttgxvar.c439 if ( FT_STREAM_SEEK( offset ) || in ft_var_load_item_variation_store()
476 if ( FT_STREAM_SEEK( offset + region_offset ) ) in ft_var_load_item_variation_store()
533 if ( FT_STREAM_SEEK( offset + dataOffsetArray[i] ) ) in ft_var_load_item_variation_store()
643 if ( FT_STREAM_SEEK( offset ) || in ft_var_load_delta_set_index_mapping()
1247 if ( FT_STREAM_SEEK( records_offset ) || in ft_var_load_mvar()
1562 if ( FT_STREAM_SEEK( gvar_start + gvar_head.offsetToCoord ) || in ft_var_load_gvar()
2162 if ( FT_STREAM_SEEK( fvar_start + fvar_head.offsetToData ) ) in TT_Get_MM_Var()
2239 if ( FT_STREAM_SEEK( offset ) ) in TT_Get_MM_Var()
2299 (void)FT_STREAM_SEEK( pos ); in TT_Get_MM_Var()
3688 if ( FT_STREAM_SEEK( blend->glyphoffsets[glyph_index] ) || in TT_Vary_Apply_Glyph_Deltas()
/external/freetype/src/gzip/
Dftgzip.c212 if ( FT_STREAM_SEEK( 0 ) || in ft_gzip_check_header()
354 if ( !FT_STREAM_SEEK( zip->start ) ) in ft_gzip_file_reset()
/external/freetype/src/type42/
Dt42parse.c166 if ( FT_STREAM_SEEK( 0L ) || in t42_parser_init()
178 if ( error || FT_STREAM_SEEK( 0 ) ) in t42_parser_init()
/external/freetype/include/freetype/internal/
Dftstream.h508 #define FT_STREAM_SEEK( position ) \ macro
/external/freetype/src/pcf/
Dpcfdrivr.c576 if ( FT_STREAM_SEEK( metric->bits ) || in PCF_Glyph_Load()

12