HomeSort by relevance Sort by last modified time
    Searched full:hintmask (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/freetype/src/cff/
cf2intrp.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,
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...]
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...]
cffgload.c 171 0 | CFF_COUNT_CHECK_WIDTH, /* hintmask */
    [all...]
  /external/freetype/src/cff/
cf2intrp.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,
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...]
cf2hints.c 751 CF2_HintMask hintMask,
769 cf2_hintmask_init( &tempHintMask, hintMask->error );
778 if ( !cf2_hintmask_isValid( hintMask ) )
781 cf2_hintmask_setAll( hintMask,
784 if ( !cf2_hintmask_isValid( hintMask ) )
793 tempHintMask = *hintMask;
    [all...]
cffgload.c 171 0 | CFF_COUNT_CHECK_WIDTH, /* hintmask */
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cf2intrp.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,
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...]
cf2hints.c 723 CF2_HintMask hintMask,
742 cf2_hintmask_init( &tempHintMask, hintMask->error );
751 if ( !cf2_hintmask_isValid( hintMask ) )
754 cf2_hintmask_setAll( hintMask,
764 tempHintMask = *hintMask;
    [all...]
cffgload.c 171 0 | CFF_COUNT_CHECK_WIDTH, /* hintmask */
    [all...]
  /external/chromium_org/third_party/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/include/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/pdfium/core/include/thirdparties/freetype/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/llvm/lib/Target/Mips/
MipsJITInfo.cpp 51 const unsigned HintMask = 0xFFFFF83F, ReturnSequence = 0x03e00008;
53 unsigned CurrInstrHintClear = (*CurrentInstr) & HintMask;
55 unsigned NextInstrHintClear = (*NextInstr) & HintMask;
  /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/chromium_org/third_party/freetype/src/pshinter/
pshrec.c 994 /* Type2 "hintmask" operator, add a new hintmask to each direction */
1219 funcs->hintmask= (T2_Hints_MaskFunc) ps_hints_t2mask;
  /external/chromium_org/third_party/ots/src/
cff_type2_charstring.cc 265 // See Adobe Technical Note #5177, page 24, hintmask.
292 // vstem, vstemhm, cntrmask, hintmask, hmoveto, vmoveto, rmoveto, or
640 You can dump all operators and operands (except mask bytes for hintmask
  /external/freetype/src/pshinter/
pshrec.c 994 /* Type2 "hintmask" operator, add a new hintmask to each direction */
1219 funcs->hintmask= (T2_Hints_MaskFunc) ps_hints_t2mask;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshrec.c 994 /* Type2 "hintmask" operator, add a new hintmask to each direction */
1219 funcs->hintmask= (T2_Hints_MaskFunc) ps_hints_t2mask;

Completed in 295 milliseconds

1 2