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

/external/freetype/src/base/
H A Dftobjs.c1492 FT_Byte* sfnt_ps = NULL; local
1511 if ( FT_ALLOC( sfnt_ps, (FT_Long)length ) )
1514 error = FT_Stream_Read( stream, (FT_Byte *)sfnt_ps, length );
1519 sfnt_ps,
/external/pdfium/third_party/freetype/src/base/
H A Dftobjs.c1496 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 );
1523 sfnt_ps,

Completed in 247 milliseconds