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

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

Completed in 136 milliseconds