HomeSort by relevance Sort by last modified time
    Searched full:glyph_length (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
cidgload.c 52 FT_ULong glyph_length = 0; local
82 glyph_length = (FT_ULong)( glyph_data.length - cid->fd_bytes );
83 (void)FT_ALLOC( charstring, glyph_length );
86 glyph_length );
127 glyph_length = off2 - off1;
128 if ( glyph_length == 0 )
130 if ( FT_ALLOC( charstring, glyph_length ) )
133 charstring, glyph_length ) )
160 if ( cs_offset > glyph_length )
169 psaux->t1_decrypt( charstring, glyph_length, 4330 )
    [all...]
  /external/pdfium/third_party/freetype/src/cid/
cidgload.c 52 FT_ULong glyph_length = 0; local
82 glyph_length = (FT_ULong)( 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 glyph_length - cs_offset )
    [all...]

Completed in 3312 milliseconds