/external/freetype/src/cff/ |
cf2intrp.h | 68 CF2_Buffer charstring,
|
cf2font.h | 110 CF2_Buffer charstring,
|
cf2intrp.c | 130 /* consume the hintmask bytes from the charstring, advancing the src */ 134 CF2_Buffer charstring, 155 /* set mask and advance interpreter's charstring pointer */ 158 hintmask->mask[i] = (FT_Byte)cf2_buf_readByte( charstring ); 200 /* Type2 charstring opcodes */ 455 CF2_Buffer charstring = NULL; local 537 /* initialize subroutine stack by placing top level charstring as */ 538 /* first element (max depth plus one for the charstring) */ 539 /* Note: Caller owns and must finalize the first charstring. */ 543 charstring = (CF2_Buffer)cf2_arrstack_getBuffer( &subrStack ) [all...] |
cffgload.c | 224 /********** GENERIC CHARSTRING PARSING *********/ 742 FT_Byte* charstring; local 823 &charstring, &charstring_len ); 828 error = cff_decoder_parse_charstrings( decoder, charstring, 832 cff_free_glyph_data( face, &charstring, charstring_len ); 853 &charstring, &charstring_len ); 858 error = cff_decoder_parse_charstrings( decoder, charstring, 862 cff_free_glyph_data( face, &charstring, charstring_len ); 894 /* charstring_base :: The base of the charstring stream. */ 896 /* charstring_len :: The length in bytes of the charstring stream. * 2812 FT_Byte* charstring; local [all...] |
cf2ft.c | 576 FT_Byte* charstring; local 600 &charstring, 607 FT_ASSERT( charstring + len >= charstring ); 609 buf->start = charstring; 610 buf->end = charstring + len;
|
cf2font.c | 433 CF2_Buffer charstring, 473 charstring,
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
cf2intrp.h | 68 CF2_Buffer charstring,
|
cf2font.h | 110 CF2_Buffer charstring,
|
cf2intrp.c | 130 /* consume the hintmask bytes from the charstring, advancing the src */ 134 CF2_Buffer charstring, 155 /* set mask and advance interpreter's charstring pointer */ 158 hintmask->mask[i] = (FT_Byte)cf2_buf_readByte( charstring ); 200 /* Type2 charstring opcodes */ 455 CF2_Buffer charstring = NULL; local 537 /* initialize subroutine stack by placing top level charstring as */ 538 /* first element (max depth plus one for the charstring) */ 539 /* Note: Caller owns and must finalize the first charstring. */ 543 charstring = (CF2_Buffer)cf2_arrstack_getBuffer( &subrStack ) [all...] |
cffgload.c | 224 /********** GENERIC CHARSTRING PARSING *********/ 742 FT_Byte* charstring; local 823 &charstring, &charstring_len ); 828 error = cff_decoder_parse_charstrings( decoder, charstring, 832 cff_free_glyph_data( face, &charstring, charstring_len ); 853 &charstring, &charstring_len ); 858 error = cff_decoder_parse_charstrings( decoder, charstring, 862 cff_free_glyph_data( face, &charstring, charstring_len ); 894 /* charstring_base :: The base of the charstring stream. */ 896 /* charstring_len :: The length in bytes of the charstring stream. * 2812 FT_Byte* charstring; local [all...] |
cf2ft.c | 579 FT_Byte* charstring; local 603 &charstring, 610 FT_ASSERT( charstring + len >= charstring ); 612 buf->start = charstring; 613 buf->end = charstring + len;
|
cf2font.c | 433 CF2_Buffer charstring, 473 charstring,
|
/external/pdfium/third_party/freetype/src/cff/ |
cf2intrp.h | 68 CF2_Buffer charstring,
|
cf2font.h | 110 CF2_Buffer charstring,
|
cf2intrp.c | 130 /* consume the hintmask bytes from the charstring, advancing the src */ 134 CF2_Buffer charstring, 155 /* set mask and advance interpreter's charstring pointer */ 158 hintmask->mask[i] = (FT_Byte)cf2_buf_readByte( charstring ); 200 /* Type2 charstring opcodes */ 455 CF2_Buffer charstring = NULL; local 537 /* initialize subroutine stack by placing top level charstring as */ 538 /* first element (max depth plus one for the charstring) */ 539 /* Note: Caller owns and must finalize the first charstring. */ 543 charstring = (CF2_Buffer)cf2_arrstack_getBuffer( &subrStack ) [all...] |
cffgload.c | 224 /********** GENERIC CHARSTRING PARSING *********/ 742 FT_Byte* charstring; local 823 &charstring, &charstring_len ); 828 error = cff_decoder_parse_charstrings( decoder, charstring, 832 cff_free_glyph_data( face, &charstring, charstring_len ); 853 &charstring, &charstring_len ); 858 error = cff_decoder_parse_charstrings( decoder, charstring, 862 cff_free_glyph_data( face, &charstring, charstring_len ); 894 /* charstring_base :: The base of the charstring stream. */ 896 /* charstring_len :: The length in bytes of the charstring stream. * 2812 FT_Byte* charstring; local [all...] |
cf2ft.c | 576 FT_Byte* charstring; local 600 &charstring, 607 FT_ASSERT( charstring + len >= charstring ); 609 buf->start = charstring; 610 buf->end = charstring + len;
|
cf2font.c | 433 CF2_Buffer charstring, 473 charstring,
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/ |
cidgload.c | 50 FT_Byte* charstring = NULL; local 83 (void)FT_ALLOC( charstring, glyph_length ); 85 ft_memcpy( charstring, glyph_data.pointer + cid->fd_bytes, 100 /* and charstring offset from the CIDMap. */ 130 if ( FT_ALLOC( charstring, glyph_length ) ) 133 charstring, glyph_length ) ) 156 /* Decode the charstring. */ 169 psaux->t1_decrypt( charstring, glyph_length, 4330 ); 172 decoder, charstring + cs_offset, 200 FT_FREE( charstring ); [all...] |
/external/pdfium/third_party/freetype/src/cid/ |
cidgload.c | 50 FT_Byte* charstring = NULL; local 83 (void)FT_ALLOC( charstring, glyph_length ); 85 ft_memcpy( charstring, glyph_data.pointer + cid->fd_bytes, 100 /* and charstring offset from the CIDMap. */ 125 if ( FT_ALLOC( charstring, glyph_length ) ) 128 charstring, glyph_length ) ) 151 /* Decode the charstring. */ 158 psaux->t1_decrypt( charstring, glyph_length, 4330 ); 161 decoder, charstring + cs_offset, 165 FT_FREE( charstring ); [all...] |
/external/fonttools/Lib/fontTools/ |
subset.py | [all...] |