HomeSort by relevance Sort by last modified time
    Searched full:hintmask (Results 1 - 22 of 22) 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,
pshints.h 52 * A HintMask object stores a bit mask that specifies which hints in the
55 * preceding vertical hints. The HintMask is ordered the same way, with
62 * A HintMask is built 0 or more times while interpreting a charstring, by
63 * the HintMask operator. There is only one HintMask, but it is built or
64 * rebuilt each time there is a hint substitution (HintMask operator) in
65 * the charstring. A default HintMask with all bits set is built if there
66 * has been no HintMask operator prior to the first drawing operator.
112 * substitution (HintMask operator).
170 CF2_HintMask hintMask,
    [all...]
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...]
pshints.c 811 CF2_HintMask hintMask,
829 cf2_hintmask_init( &tempHintMask, hintMask->error );
838 if ( !cf2_hintmask_isValid( hintMask ) )
841 cf2_hintmask_setAll( hintMask,
844 if ( !cf2_hintmask_isValid( hintMask ) )
849 *hintMask->error = FT_Err_Ok;
861 tempHintMask = *hintMask;
868 if ( bitCount > hintMask->bitCount )
    [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/fonttools/Lib/fontTools/misc/
psCharStrings.py 108 (19, 'hintmask'),
292 if token in ('hintmask', 'cntrmask'):
370 if token in ('hintmask', 'cntrmask'):
371 hintMask, isOperator, index = self.getToken(index)
373 for byte in hintMask:
375 hintMask = strjoin(bits)
376 line = ' '.join(args + [token, hintMask])
405 if token in ('hintmask', 'cntrmask'):
  /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;
  /external/fonttools/Lib/fontTools/
subset.py     [all...]
  /external/freetype/
ChangeLog.24     [all...]
ChangeLog.25 217 hintmask is constructed.
220 avoid reading past end of hintmask.
    [all...]
ChangeLog.20 364 Ignore invalid `hintmask' and `cntrmask' operators (instead of
    [all...]
ChangeLog     [all...]
ChangeLog.21     [all...]
  /external/freetype/docs/
CHANGES     [all...]
  /prebuilts/abi-dumps/ndk/28/32/arm_armv7-a-neon/source-based/
libft2.so.lsdump.gz 
  /prebuilts/abi-dumps/ndk/28/32/x86/source-based/
libft2.so.lsdump.gz 
  /prebuilts/abi-dumps/ndk/28/64/arm64_armv8-a/source-based/
libft2.so.lsdump.gz 
  /prebuilts/abi-dumps/ndk/28/64/arm_armv8-a/source-based/
libft2.so.lsdump.gz 
  /prebuilts/abi-dumps/ndk/28/64/x86/source-based/
libft2.so.lsdump.gz 
  /prebuilts/abi-dumps/ndk/28/64/x86_64/source-based/
libft2.so.lsdump.gz 
  /prebuilts/abi-dumps/ndk/28/64/x86_x86_64/source-based/
libft2.so.lsdump.gz 

Completed in 538 milliseconds