Home
last modified time | relevance | path

Searched refs:charstring (Results 1 – 14 of 14) sorted by relevance

/external/freetype/src/cff/
Dcf2intrp.c134 CF2_Buffer charstring, in cf2_hintmask_read() argument
158 hintmask->mask[i] = (FT_Byte)cf2_buf_readByte( charstring ); in cf2_hintmask_read()
455 CF2_Buffer charstring = NULL; in cf2_interpT2CharString() local
543 charstring = (CF2_Buffer)cf2_arrstack_getBuffer( &subrStack ); in cf2_interpT2CharString()
544 *charstring = *buf; /* structure copy */ in cf2_interpT2CharString()
555 if ( cf2_buf_isEnd( charstring ) ) in cf2_interpT2CharString()
565 op1 = (FT_Byte)cf2_buf_readByte( charstring ); in cf2_interpT2CharString()
763 charstring = (CF2_Buffer) in cf2_interpT2CharString()
780 charstring ) ) in cf2_interpT2CharString()
795 charstring ) ) in cf2_interpT2CharString()
[all …]
Dcf2ft.c576 FT_Byte* charstring; in cf2_getSeacComponent() local
600 &charstring, in cf2_getSeacComponent()
607 FT_ASSERT( charstring + len >= charstring ); in cf2_getSeacComponent()
609 buf->start = charstring; in cf2_getSeacComponent()
610 buf->end = charstring + len; in cf2_getSeacComponent()
Dcffgload.c742 FT_Byte* charstring; in cff_operator_seac() local
823 &charstring, &charstring_len ); in cff_operator_seac()
828 error = cff_decoder_parse_charstrings( decoder, charstring, in cff_operator_seac()
832 cff_free_glyph_data( face, &charstring, charstring_len ); in cff_operator_seac()
853 &charstring, &charstring_len ); in cff_operator_seac()
858 error = cff_decoder_parse_charstrings( decoder, charstring, in cff_operator_seac()
862 cff_free_glyph_data( face, &charstring, charstring_len ); in cff_operator_seac()
2576 FT_Byte* charstring;
2582 &charstring, &charstring_len );
2588 charstring,
[all …]
Dcf2intrp.h68 CF2_Buffer charstring,
Dcf2font.h110 CF2_Buffer charstring,
Dcf2font.c433 CF2_Buffer charstring, in cf2_getGlyphOutline() argument
473 charstring, in cf2_getGlyphOutline()
/external/pdfium/third_party/freetype/src/cff/
Dcf2intrp.c134 CF2_Buffer charstring, in cf2_hintmask_read() argument
158 hintmask->mask[i] = (FT_Byte)cf2_buf_readByte( charstring ); in cf2_hintmask_read()
455 CF2_Buffer charstring = NULL; in cf2_interpT2CharString() local
543 charstring = (CF2_Buffer)cf2_arrstack_getBuffer( &subrStack ); in cf2_interpT2CharString()
544 *charstring = *buf; /* structure copy */ in cf2_interpT2CharString()
555 if ( cf2_buf_isEnd( charstring ) ) in cf2_interpT2CharString()
565 op1 = (FT_Byte)cf2_buf_readByte( charstring ); in cf2_interpT2CharString()
763 charstring = (CF2_Buffer) in cf2_interpT2CharString()
780 charstring ) ) in cf2_interpT2CharString()
795 charstring ) ) in cf2_interpT2CharString()
[all …]
Dcf2ft.c576 FT_Byte* charstring; in cf2_getSeacComponent() local
600 &charstring, in cf2_getSeacComponent()
607 FT_ASSERT( charstring + len >= charstring ); in cf2_getSeacComponent()
609 buf->start = charstring; in cf2_getSeacComponent()
610 buf->end = charstring + len; in cf2_getSeacComponent()
Dcffgload.c742 FT_Byte* charstring; in cff_operator_seac() local
823 &charstring, &charstring_len ); in cff_operator_seac()
828 error = cff_decoder_parse_charstrings( decoder, charstring, in cff_operator_seac()
832 cff_free_glyph_data( face, &charstring, charstring_len ); in cff_operator_seac()
853 &charstring, &charstring_len ); in cff_operator_seac()
858 error = cff_decoder_parse_charstrings( decoder, charstring, in cff_operator_seac()
862 cff_free_glyph_data( face, &charstring, charstring_len ); in cff_operator_seac()
2576 FT_Byte* charstring;
2582 &charstring, &charstring_len );
2588 charstring,
[all …]
Dcf2intrp.h68 CF2_Buffer charstring,
Dcf2font.h110 CF2_Buffer charstring,
Dcf2font.c433 CF2_Buffer charstring, in cf2_getGlyphOutline() argument
473 charstring, in cf2_getGlyphOutline()
/external/pdfium/third_party/freetype/src/cid/
Dcidgload.c50 FT_Byte* charstring = NULL; in cid_load_glyph() local
83 (void)FT_ALLOC( charstring, glyph_length ); in cid_load_glyph()
85 ft_memcpy( charstring, glyph_data.pointer + cid->fd_bytes, in cid_load_glyph()
125 if ( FT_ALLOC( charstring, glyph_length ) ) in cid_load_glyph()
128 charstring, glyph_length ) ) in cid_load_glyph()
158 psaux->t1_decrypt( charstring, glyph_length, 4330 ); in cid_load_glyph()
161 decoder, charstring + cs_offset, in cid_load_glyph()
165 FT_FREE( charstring ); in cid_load_glyph()
/external/fonttools/Lib/fontTools/
Dsubset.py1624 for charstring in css:
1625 charstring.drop_hints()