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

/external/freetype/src/cff/
H A Dcf2intrp.h68 CF2_Buffer charstring,
H A Dcf2font.h80 CFF_BlendRec blend; /* cached charstring blend vector */
119 CF2_Buffer charstring,
H A Dcf2intrp.c132 /* consume the hintmask bytes from the charstring, advancing the src */
136 CF2_Buffer charstring,
157 /* set mask and advance interpreter's charstring pointer */
160 hintmask->mask[i] = (FT_Byte)cf2_buf_readByte( charstring );
202 /* Type2 charstring opcodes */
499 CF2_Buffer charstring = NULL; local
588 /* initialize subroutine stack by placing top level charstring as */
589 /* first element (max depth plus one for the charstring) */
590 /* Note: Caller owns and must finalize the first charstring. */
594 charstring
135 cf2_hintmask_read( CF2_HintMask hintmask, CF2_Buffer charstring, size_t bitCount ) argument
[all...]
H A Dcf2ft.c621 FT_Byte* charstring; local
645 &charstring,
652 FT_ASSERT( charstring + len >= charstring );
654 buf->start = charstring;
655 buf->end = charstring + len;
H A Dcffgload.c742 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. */
1412 /* In a valid charstring ther
2938 FT_Byte* charstring; local
[all...]
H A Dcf2font.c307 /* clear state of charstring blend */
310 /* initialize value for charstring */
313 /* store vector inputs for blends in charstring */
483 CF2_Buffer charstring,
523 charstring,
/external/pdfium/third_party/freetype/src/cff/
H A Dcf2intrp.h68 CF2_Buffer charstring,
H A Dcf2font.h110 CF2_Buffer charstring,
H A Dcf2intrp.c130 /* 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
133 cf2_hintmask_read( CF2_HintMask hintmask, CF2_Buffer charstring, size_t bitCount ) argument
[all...]
H A Dcffgload.c742 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. */
1364 /* In a valid charstring ther
2812 FT_Byte* charstring; local
[all...]
H A Dcf2ft.c576 FT_Byte* charstring; local
600 &charstring,
607 FT_ASSERT( charstring + len >= charstring );
609 buf->start = charstring;
610 buf->end = charstring + len;
H A Dcf2font.c433 CF2_Buffer charstring,
473 charstring,
/external/pdfium/third_party/freetype/src/cid/
H A Dcidgload.c50 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/
H A Dsubset.py1436 # Whether calling this charstring produces any hint stems
1444 # 0: after dropping hints, this charstring is empty
1446 # 2: no more hints possible after this charstring
1602 # - For each charstring (including subroutines), if it has any
1604 # for each charstring we note all the subroutine calls it makes
1607 # * Drop the piece of the program in each charstring before the
1624 for charstring in css:
1625 charstring.drop_hints()
/external/fonttools/Tools/fontTools/
H A Dsubset.py1436 # Whether calling this charstring produces any hint stems
1444 # 0: after dropping hints, this charstring is empty
1446 # 2: no more hints possible after this charstring
1602 # - For each charstring (including subroutines), if it has any
1604 # for each charstring we note all the subroutine calls it makes
1607 # * Drop the piece of the program in each charstring before the
1624 for charstring in css:
1625 charstring.drop_hints()

Completed in 153 milliseconds