Home
last modified time | relevance | path

Searched refs:hintmask (Results 1 – 11 of 11) sorted by relevance

/external/freetype/src/psaux/
Dpsintrp.h51 cf2_hintmask_init( CF2_HintMask hintmask,
54 cf2_hintmask_isValid( const CF2_HintMask hintmask );
56 cf2_hintmask_isNew( const CF2_HintMask hintmask );
58 cf2_hintmask_setNew( CF2_HintMask hintmask,
61 cf2_hintmask_getMaskPtr( CF2_HintMask hintmask );
63 cf2_hintmask_setAll( CF2_HintMask hintmask,
Dpsintrp.c66 cf2_hintmask_init( CF2_HintMask hintmask, in cf2_hintmask_init() argument
69 FT_ZERO( hintmask ); in cf2_hintmask_init()
71 hintmask->error = error; in cf2_hintmask_init()
76 cf2_hintmask_isValid( const CF2_HintMask hintmask ) in cf2_hintmask_isValid() argument
78 return hintmask->isValid; in cf2_hintmask_isValid()
83 cf2_hintmask_isNew( const CF2_HintMask hintmask ) in cf2_hintmask_isNew() argument
85 return hintmask->isNew; in cf2_hintmask_isNew()
90 cf2_hintmask_setNew( CF2_HintMask hintmask, in cf2_hintmask_setNew() argument
93 hintmask->isNew = val; in cf2_hintmask_setNew()
101 cf2_hintmask_getMaskPtr( CF2_HintMask hintmask ) in cf2_hintmask_getMaskPtr() argument
[all …]
Dcffdecode.c1003 hinter->hintmask( hinter->hints, in cff_decoder_parse_charstrings()
/external/freetype/include/freetype/internal/
Dpshints.h662 T2_Hints_MaskFunc hintmask; member
/external/freetype/src/pshinter/
Dpshrec.c1214 funcs->hintmask= (T2_Hints_MaskFunc) ps_hints_t2mask; in t2_hints_funcs_init()
/external/freetype/
DChangeLog.245595 [cff] Final try to fix `hintmask' and `cntrmask' limit check.
5737 [cff] Next try to fix `hintmask' and `cntrmask' limit check.
5743 after the `hintmask' or `cntrmask', e.g., a `return' instruction.
5874 [cff] Really fix `hintmask' and `cntrmask' limit check.
5895 [cff] Protect against invalid `hintmask' and `cntrmask' operators.
5899 the bit masks of the `hintmask' and `cntrmask' operators.
DChangeLog.25217 hintmask is constructed.
220 avoid reading past end of hintmask.
4737 cntrmask/hintmask
DChangeLog.20364 Ignore invalid `hintmask' and `cntrmask' operators (instead of
DChangeLog3012 OtherSubr 3 (change hints) should reset the hintmask, so that the
DChangeLog.213175 first argument for `hintmask' and `cntrmask' operators also.
/external/freetype/docs/
DCHANGES2633 - PS glyphs which use the `hintmask' operator haven't been