Searched refs:FT_STREAM_READ (Results 1 – 17 of 17) sorted by relevance
/external/freetype/src/base/ |
D | ftsnames.c | 70 FT_STREAM_READ( entry->string, entry->stringLength ) ) in FT_Get_Sfnt_Name() 126 FT_STREAM_READ( entry->string, entry->stringLength ) ) in FT_Get_Sfnt_LangTag()
|
/external/freetype/src/sfnt/ |
D | ttpost.c | 263 FT_STREAM_READ( name_strings[n], len ) ) in load_format_20() 340 FT_STREAM_READ( offset_table, num_glyphs ) ) in load_format_25()
|
D | sfwoff2.c | 1004 FT_STREAM_READ( glyph_buf + glyph_size, 8 ) ) in reconstruct_glyf() 1011 FT_STREAM_READ( glyph_buf + glyph_size, composite_size ) ) in reconstruct_glyf() 1024 FT_STREAM_READ( glyph_buf + glyph_size, instruction_size ) ) in reconstruct_glyf() 1134 FT_STREAM_READ( glyph_buf + glyph_size, 8 ) ) in reconstruct_glyf() 1160 FT_STREAM_READ( glyph_buf + glyph_size, instruction_size ) ) in reconstruct_glyf()
|
D | sfobjs.c | 271 FT_STREAM_READ( rec->string, rec->stringLength ) ) in tt_face_get_name()
|
/external/freetype/src/type1/ |
D | t1parse.c | 225 FT_STREAM_READ( parser->base_dict, size ) ) in T1_New_Parser() 319 if ( FT_STREAM_READ( parser->private_dict + parser->private_len, in T1_Get_Private_Dict()
|
/external/freetype/src/cid/ |
D | cidparse.c | 126 if ( FT_STREAM_READ( p, read_len ) ) in cid_parser_new()
|
D | cidload.c | 597 FT_STREAM_READ( subr->code[0], data_len ) ) in cid_read_subrs() 709 if ( FT_STREAM_READ( buffer, 256 > size ? size : 256 ) ) in cid_hex_to_binary()
|
/external/freetype/src/lzw/ |
D | ftlzw.c | 89 FT_STREAM_READ( head, 2 ) ) in ft_lzw_check_header()
|
/external/freetype/src/bzip2/ |
D | ftbzip2.c | 122 FT_STREAM_READ( head, 4 ) ) in ft_bzip2_check_header()
|
/external/freetype/include/freetype/internal/ |
D | ftstream.h | 533 #define FT_STREAM_READ( buffer, count ) \ macro
|
/external/freetype/src/gzip/ |
D | ftgzip.c | 212 FT_STREAM_READ( head, 4 ) ) in ft_gzip_check_header()
|
/external/freetype/src/pcf/ |
D | pcfdrivr.c | 553 FT_STREAM_READ( bitmap->buffer, bytes ) ) in PCF_Glyph_Load()
|
/external/freetype/src/type42/ |
D | t42parse.c | 201 FT_STREAM_READ( parser->base_dict, size ) ) in t42_parser_init()
|
/external/freetype/src/cff/ |
D | cffload.c | 219 if ( !FT_STREAM_READ( tmp, idx->off_size ) ) in cff_index_read_offset()
|
/external/freetype/src/truetype/ |
D | ttgload.c | 1416 if ( FT_STREAM_READ( loader->exec->glyphIns, n_ins ) ) in TT_Process_Composite_Glyph()
|
/external/freetype/ |
D | ChangeLog.21 | 8255 but FT_STREAM_READ. 9005 FILE_Read => FT_STREAM_READ
|
/external/freetype/docs/ |
D | CHANGES | 3680 FILE_Read => FT_STREAM_READ
|