Searched refs:FT_Stream_Read (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftapi.c | 76 return FT_Stream_Read( stream, buffer, count ); in FT_Read_Stream()
|
A D | ftrfork.c | 70 error = FT_Stream_Read( stream, (FT_Byte *)head, 16 ); in FT_Raccess_Get_HeaderInfo() 98 error = FT_Stream_Read( stream, (FT_Byte*)head2, 16 ); in FT_Raccess_Get_HeaderInfo()
|
A D | ftstream.c | 110 FT_Stream_Read( FT_Stream stream, in FT_Stream_Read() function
|
A D | ftobjs.c | 1540 error = FT_Stream_Read( stream, (FT_Byte *)sfnt_ps, length ); in open_face_PS_from_sfnt_stream() 1680 error = FT_Stream_Read( stream, (FT_Byte *)pfb_data + pfb_pos, rlen ); in Mac_Read_POST_Resource() 1764 error = FT_Stream_Read( stream, (FT_Byte *)sfnt_data, rlen ); in Mac_Read_sfnt_Resource() 1864 error = FT_Stream_Read( stream, (FT_Byte*)header, 128 ); in IsMacBinary()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftstream.h | 370 FT_Stream_Read( FT_Stream stream, 498 FT_SET_ERROR( FT_Stream_Read( stream, \
|
/AliOS-Things-master/components/freetype/src/pcf/ |
A D | pcfread.c | 502 error = FT_Stream_Read( stream, (FT_Byte*)strings, string_size ); in pcf_get_properties()
|
Completed in 16 milliseconds