HomeSort by relevance Sort by last modified time
    Searched defs:hintMask (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/cff/
cf2hints.h 53 * A HintMask object stores a bit mask that specifies which hints in the
56 * preceding vertical hints. The HintMask is ordered the same way, with
63 * A HintMask is built 0 or more times while interpreting a charstring, by
64 * the HintMask operator. There is only one HintMask, but it is built or
65 * rebuilt each time there is a hint substitution (HintMask operator) in
66 * the charstring. A default HintMask with all bits set is built if there
67 * has been no HintMask operator prior to the first drawing operator.
113 * substitution (HintMask operator).
171 CF2_HintMask hintMask,
    [all...]
cf2intrp.c 67 cf2_hintmask_init( CF2_HintMask hintmask,
70 FT_ZERO( hintmask );
72 hintmask->error = error;
77 cf2_hintmask_isValid( const CF2_HintMask hintmask )
79 return hintmask->isValid;
84 cf2_hintmask_isNew( const CF2_HintMask hintmask )
86 return hintmask->isNew;
91 cf2_hintmask_setNew( CF2_HintMask hintmask,
94 hintmask->isNew = val;
102 cf2_hintmask_getMaskPtr( CF2_HintMask hintmask )
    [all...]

Completed in 2269 milliseconds