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

  /external/freetype/src/psaux/
psintrp.h 51 cf2_hintmask_init( CF2_HintMask hintmask,
54 cf2_hintmask_isValid( const CF2_HintMask hintmask ); variable
56 cf2_hintmask_isNew( const CF2_HintMask hintmask ); variable
58 cf2_hintmask_setNew( CF2_HintMask hintmask,
61 cf2_hintmask_getMaskPtr( CF2_HintMask hintmask ); variable
63 cf2_hintmask_setAll( CF2_HintMask hintmask,
psintrp.c 66 cf2_hintmask_init( CF2_HintMask hintmask,
69 FT_ZERO( hintmask );
71 hintmask->error = error;
76 cf2_hintmask_isValid( const CF2_HintMask hintmask )
78 return hintmask->isValid;
83 cf2_hintmask_isNew( const CF2_HintMask hintmask )
85 return hintmask->isNew;
90 cf2_hintmask_setNew( CF2_HintMask hintmask,
93 hintmask->isNew = val;
101 cf2_hintmask_getMaskPtr( CF2_HintMask hintmask )
    [all...]
cffdecode.c 168 0 | CFF_COUNT_CHECK_WIDTH, /* hintmask */
968 FT_TRACE4(( op == cff_op_hintmask ? " hintmask" : " cntrmask" ));
986 /* after `hintmask' or `cntrmask' (e.g., for a `return' */
996 hinter->hintmask( hinter->hints,
    [all...]
  /external/freetype/include/freetype/internal/
pshints.h 380 * method (`stems', `hintmask', `counters'). Note that these
478 * A method of the @T2_Hints class used to set a given hintmask (this
479 * corresponds to the `hintmask' Type 2 operator).
496 * If the hintmask starts the charstring (before any glyph point
521 * (this corresponds to the `hintmask' Type 2 operator).
538 * If the hintmask starts the charstring (before any glyph point
646 * hintmask ::
662 T2_Hints_MaskFunc hintmask; member in struct:T2_Hints_FuncsRec_
  /external/freetype/src/pshinter/
pshrec.c 989 /* Type2 "hintmask" operator, add a new hintmask to each direction */
1214 funcs->hintmask= (T2_Hints_MaskFunc) ps_hints_t2mask;

Completed in 191 milliseconds