HomeSort by relevance Sort by last modified time
    Searched refs:charstring (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/freetype/src/cff/
cf2intrp.h 68 CF2_Buffer charstring,
cf2font.h 103 CF2_Buffer charstring,
cf2intrp.c 129 /* consume the hintmask bytes from the charstring, advancing the src */
133 CF2_Buffer charstring,
154 /* set mask and advance interpreter's charstring pointer */
157 hintmask->mask[i] = (FT_Byte)cf2_buf_readByte( charstring );
199 /* Type2 charstring opcodes */
454 CF2_Buffer charstring = NULL; local
536 /* initialize subroutine stack by placing top level charstring as */
537 /* first element (max depth plus one for the charstring) */
538 /* Note: Caller owns and must finalize the first charstring. */
542 charstring = (CF2_Buffer)cf2_arrstack_getBuffer( &subrStack )
    [all...]
cf2ft.c 526 FT_Byte* charstring; local
541 &charstring,
548 FT_ASSERT( charstring + len >= charstring );
550 buf->start = charstring;
551 buf->end = charstring + len;
cffgload.c 224 /********** GENERIC CHARSTRING PARSING *********/
746 FT_Byte* charstring; local
827 &charstring, &charstring_len );
832 error = cff_decoder_parse_charstrings( decoder, charstring,
836 cff_free_glyph_data( face, &charstring, charstring_len );
857 &charstring, &charstring_len );
862 error = cff_decoder_parse_charstrings( decoder, charstring,
866 cff_free_glyph_data( face, &charstring, charstring_len );
898 /* charstring_base :: The base of the charstring stream. */
900 /* charstring_len :: The length in bytes of the charstring stream. *
2812 FT_Byte* charstring; local
    [all...]
cf2font.c 322 CF2_Buffer charstring,
362 charstring,
  /external/freetype/src/cff/
cf2intrp.h 68 CF2_Buffer charstring,
cf2font.h 105 CF2_Buffer charstring,
cf2intrp.c 129 /* consume the hintmask bytes from the charstring, advancing the src */
133 CF2_Buffer charstring,
154 /* set mask and advance interpreter's charstring pointer */
157 hintmask->mask[i] = (FT_Byte)cf2_buf_readByte( charstring );
199 /* Type2 charstring opcodes */
454 CF2_Buffer charstring = NULL; local
536 /* initialize subroutine stack by placing top level charstring as */
537 /* first element (max depth plus one for the charstring) */
538 /* Note: Caller owns and must finalize the first charstring. */
542 charstring = (CF2_Buffer)cf2_arrstack_getBuffer( &subrStack )
    [all...]
cf2ft.c 548 FT_Byte* charstring; local
563 &charstring,
570 FT_ASSERT( charstring + len >= charstring );
572 buf->start = charstring;
573 buf->end = charstring + len;
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. *
2808 FT_Byte* charstring; local
    [all...]
cf2font.c 422 CF2_Buffer charstring,
462 charstring,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cf2intrp.h 68 CF2_Buffer charstring,
cf2font.h 103 CF2_Buffer charstring,
cf2intrp.c 129 /* consume the hintmask bytes from the charstring, advancing the src */
133 CF2_Buffer charstring,
154 /* set mask and advance interpreter's charstring pointer */
157 hintmask->mask[i] = (FT_Byte)cf2_buf_readByte( charstring );
199 /* Type2 charstring opcodes */
454 CF2_Buffer charstring = NULL; local
538 /* initialize subroutine stack by placing top level charstring as */
539 /* first element (max depth plus one for the charstring) */
540 /* Note: Caller owns and must finalize the first charstring. */
544 charstring = (CF2_Buffer)cf2_arrstack_getBuffer( &subrStack )
    [all...]
cf2ft.c 526 FT_Byte* charstring; local
541 &charstring,
548 FT_ASSERT( charstring + len >= charstring );
550 buf->start = charstring;
551 buf->end = charstring + len;
cffgload.c 224 /********** GENERIC CHARSTRING PARSING *********/
746 FT_Byte* charstring; local
827 &charstring, &charstring_len );
832 error = cff_decoder_parse_charstrings( decoder, charstring,
836 cff_free_glyph_data( face, &charstring, charstring_len );
857 &charstring, &charstring_len );
862 error = cff_decoder_parse_charstrings( decoder, charstring,
866 cff_free_glyph_data( face, &charstring, charstring_len );
898 /* charstring_base :: The base of the charstring stream. */
900 /* charstring_len :: The length in bytes of the charstring stream. *
2816 FT_Byte* charstring; local
    [all...]
cf2font.c 324 CF2_Buffer charstring,
365 charstring,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
cidgload.c 50 FT_Byte* charstring = 0; 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...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/fonttools/Lib/fontTools/
subset.py     [all...]

Completed in 4007 milliseconds