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

  /external/chromium_org/third_party/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...]
cf2hints.c 722 CF2_HintMask hintMask,
740 cf2_hintmask_init( &tempHintMask, hintMask->error );
749 if ( !cf2_hintmask_isValid( hintMask ) )
752 cf2_hintmask_setAll( hintMask,
762 tempHintMask = *hintMask;
967 cf2_hintmask_setNew( hintMask, FALSE );
    [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...]
  /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...]
cf2hints.c 722 CF2_HintMask hintMask,
740 cf2_hintmask_init( &tempHintMask, hintMask->error );
749 if ( !cf2_hintmask_isValid( hintMask ) )
752 cf2_hintmask_setAll( hintMask,
762 tempHintMask = *hintMask;
967 cf2_hintmask_setNew( hintMask, FALSE );
    [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 186 milliseconds