Searched refs:sfnt_ps (Results 1 - 3 of 3) sorted by relevance
/external/chromium_org/third_party/freetype/src/base/ |
H A D | ftobjs.c | 1505 FT_Byte* sfnt_ps = NULL; local 1524 if ( FT_ALLOC( sfnt_ps, (FT_Long)length ) ) 1527 error = FT_Stream_Read( stream, (FT_Byte *)sfnt_ps, length ); 1532 sfnt_ps,
|
/external/freetype/src/base/ |
H A D | ftobjs.c | 1517 FT_Byte* sfnt_ps = NULL; local 1536 if ( FT_ALLOC( sfnt_ps, (FT_Long)length ) ) 1539 error = FT_Stream_Read( stream, (FT_Byte *)sfnt_ps, length ); 1544 sfnt_ps,
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
H A D | ftobjs.c | 1505 FT_Byte* sfnt_ps = NULL; local 1524 if ( FT_ALLOC( sfnt_ps, (FT_Long)length ) ) 1527 error = FT_Stream_Read( stream, (FT_Byte *)sfnt_ps, length ); 1532 sfnt_ps,
|
Completed in 42 milliseconds