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

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidgload.c52 FT_ULong glyph_length = 0; local
82 glyph_length = glyph_data.length - cid->fd_bytes;
83 (void)FT_ALLOC( charstring, glyph_length );
86 glyph_length );
115 glyph_length = cid_get_offset( &p, (FT_Byte)cid->gd_bytes ) - off1;
123 if ( glyph_length == 0 )
125 if ( FT_ALLOC( charstring, glyph_length ) )
128 charstring, glyph_length ) )
158 psaux->t1_decrypt( charstring, glyph_length, 4330 );
162 (FT_Int)glyph_length
[all...]

Completed in 862 milliseconds