Searched refs:sfnt_ps (Results 1 – 3 of 3) sorted by relevance
1748 FT_Byte* sfnt_ps = NULL; in open_face_PS_from_sfnt_stream() local1785 if ( FT_ALLOC( sfnt_ps, (FT_Long)length ) ) in open_face_PS_from_sfnt_stream()1788 error = FT_Stream_Read( stream, (FT_Byte *)sfnt_ps, length ); in open_face_PS_from_sfnt_stream()1791 FT_FREE( sfnt_ps ); in open_face_PS_from_sfnt_stream()1796 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'.