Searched refs:FT_STREAM_READ (Results 1 – 15 of 15) sorted by relevance
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftsnames.c | 69 FT_STREAM_READ( entry->string, entry->stringLength ) ) in FT_Get_Sfnt_Name()
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttpost.c | 257 FT_STREAM_READ( name_strings[n], len ) ) in load_format_20() 333 FT_STREAM_READ( offset_table, num_glyphs ) ) in load_format_25()
|
A D | sfdriver.c | 313 FT_STREAM_READ( result, len ) ) in sfnt_get_ps_name()
|
A D | sfobjs.c | 282 FT_STREAM_READ( rec->string, rec->stringLength ) ) in tt_face_get_name()
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1parse.c | 226 FT_STREAM_READ( parser->base_dict, size ) ) in T1_New_Parser() 320 if ( FT_STREAM_READ( parser->private_dict + parser->private_len, in T1_Get_Private_Dict()
|
/AliOS-Things-master/components/freetype/src/cid/ |
A D | cidparse.c | 107 if ( FT_STREAM_READ( p, read_len ) ) in cid_parser_new()
|
A D | cidload.c | 477 FT_STREAM_READ( subr->code[0], data_len ) ) in cid_read_subrs() 589 if ( FT_STREAM_READ( buffer, 256 > size ? size : 256 ) ) in cid_hex_to_binary()
|
/AliOS-Things-master/components/freetype/src/lzw/ |
A D | ftlzw.c | 95 FT_STREAM_READ( head, 2 ) ) in ft_lzw_check_header()
|
/AliOS-Things-master/components/freetype/src/bzip2/ |
A D | ftbzip2.c | 128 FT_STREAM_READ( head, 4 ) ) in ft_bzip2_check_header()
|
/AliOS-Things-master/components/freetype/src/pcf/ |
A D | pcfdrivr.c | 550 FT_STREAM_READ( bitmap->buffer, bytes ) ) in PCF_Glyph_Load()
|
/AliOS-Things-master/components/freetype/src/gzip/ |
A D | ftgzip.c | 206 FT_STREAM_READ( head, 4 ) ) in ft_gzip_check_header()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftstream.h | 497 #define FT_STREAM_READ( buffer, count ) \ macro
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | t42parse.c | 207 FT_STREAM_READ( parser->base_dict, size ) ) in t42_parser_init()
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffload.c | 211 if ( !FT_STREAM_READ( tmp, idx->off_size ) ) in cff_index_read_offset()
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttgload.c | 1243 if ( FT_STREAM_READ( loader->exec->glyphIns, n_ins ) ) in TT_Process_Composite_Glyph()
|
Completed in 47 milliseconds