OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:charstring
(Results
1 - 4
of
4
) sorted by null
/external/freetype/src/cff/
cf2ft.c
526
FT_Byte*
charstring
;
local
541
&
charstring
,
548
FT_ASSERT(
charstring
+ len >=
charstring
);
550
buf->start =
charstring
;
551
buf->end =
charstring
+ len;
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
...]
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
...]
/external/chromium_org/third_party/freetype/src/cff/
cffgload.c
218
/********** GENERIC
CHARSTRING
PARSING *********/
723
FT_Byte*
charstring
;
local
804
&
charstring
, &charstring_len );
809
error = cff_decoder_parse_charstrings( decoder,
charstring
,
813
cff_free_glyph_data( face, &
charstring
, charstring_len );
834
&
charstring
, &charstring_len );
839
error = cff_decoder_parse_charstrings( decoder,
charstring
,
843
cff_free_glyph_data( face, &
charstring
, charstring_len );
875
/* charstring_base :: The base of the
charstring
stream. */
877
/* charstring_len :: The length in bytes of the
charstring
stream. *
2741
FT_Byte*
charstring
;
local
[
all
...]
Completed in 1769 milliseconds