Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/base/
Dftobjs.c1492 FT_Byte* sfnt_ps = NULL; in open_face_PS_from_sfnt_stream() local
1515 if ( FT_ALLOC( sfnt_ps, (FT_Long)length ) ) in open_face_PS_from_sfnt_stream()
1518 error = FT_Stream_Read( stream, (FT_Byte *)sfnt_ps, length ); in open_face_PS_from_sfnt_stream()
1520 FT_FREE( sfnt_ps ); in open_face_PS_from_sfnt_stream()
1525 sfnt_ps, in open_face_PS_from_sfnt_stream()
/external/freetype/src/base/
Dftobjs.c1517 FT_Byte* sfnt_ps = NULL; in open_face_PS_from_sfnt_stream() local
1554 if ( FT_ALLOC( sfnt_ps, (FT_Long)length ) ) in open_face_PS_from_sfnt_stream()
1557 error = FT_Stream_Read( stream, (FT_Byte *)sfnt_ps, length ); in open_face_PS_from_sfnt_stream()
1560 FT_FREE( sfnt_ps ); in open_face_PS_from_sfnt_stream()
1565 sfnt_ps, in open_face_PS_from_sfnt_stream()