Home
last modified time | relevance | path

Searched refs:sfnt_ps (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/base/
Dftobjs.c1699 FT_Byte* sfnt_ps = NULL; in open_face_PS_from_sfnt_stream() local
1736 if ( FT_ALLOC( sfnt_ps, (FT_Long)length ) ) in open_face_PS_from_sfnt_stream()
1739 error = FT_Stream_Read( stream, (FT_Byte *)sfnt_ps, length ); in open_face_PS_from_sfnt_stream()
1742 FT_FREE( sfnt_ps ); in open_face_PS_from_sfnt_stream()
1747 sfnt_ps, in open_face_PS_from_sfnt_stream()
/external/freetype/
DChangeLog.263093 the buffer `sfnt_ps' if an error caused before calling
DChangeLog.243734 (open_face_PS_from_sfnt_stream): Init `sfnt_ps'.