Searched refs:sfnt_ps (Results 1 – 3 of 3) sorted by relevance
1699 FT_Byte* sfnt_ps = NULL; in open_face_PS_from_sfnt_stream() local1736 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()
3093 the buffer `sfnt_ps' if an error caused before calling
3734 (open_face_PS_from_sfnt_stream): Init `sfnt_ps'.