/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 | 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/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/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 | 50 const unsigned HintMask = 0xFFFFF83F, ReturnSequence = 0x03e00008; 52 unsigned CurrInstrHintClear = (*CurrentInstr) & HintMask; 54 unsigned NextInstrHintClear = (*NextInstr) & HintMask;
|
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshrec.c | 993 /* Type2 "hintmask" operator, add a new hintmask to each direction */ 1218 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/chromium_org/third_party/freetype/src/cff/ |
cffgload.c | 167 0 | CFF_COUNT_CHECK_WIDTH, /* hintmask */ [all...] |