Home
last modified time | relevance | path

Searched refs:CF2_UInt (Results 1 – 12 of 12) sorted by relevance

/external/freetype/src/psaux/
Dpsintrp.c141 CF2_UInt mask = ( 1 << ( -(CF2_Int)bitCount & 7 ) ) - 1; in cf2_hintmask_read()
177 CF2_UInt mask = ( 1 << ( -(CF2_Int)bitCount & 7 ) ) - 1; in cf2_hintmask_setAll()
288 CF2_UInt i; in cf2_doStems()
289 CF2_UInt count = cf2_stack_count( opStack ); in cf2_doStems()
343 CF2_UInt idx; in cf2_doFlex()
420 CF2_UInt numBlends ) in cf2_doBlend()
422 CF2_UInt delta; in cf2_doBlend()
423 CF2_UInt base; in cf2_doBlend()
424 CF2_UInt i, j; in cf2_doBlend()
425 CF2_UInt numOperands = (CF2_UInt)( numBlends * blend->lenBV ); in cf2_doBlend()
[all …]
Dpsstack.h79 FT_LOCAL( CF2_UInt )
96 CF2_UInt idx );
99 CF2_UInt idx,
104 CF2_UInt num );
Dpsstack.c99 FT_LOCAL_DEF( CF2_UInt )
102 return (CF2_UInt)( stack->top - stack->buffer ); in cf2_stack_count()
188 CF2_UInt idx ) in cf2_stack_getReal()
213 CF2_UInt idx, in cf2_stack_setReal()
230 CF2_UInt num ) in cf2_stack_pop()
255 if ( (CF2_UInt)count > cf2_stack_count( stack ) ) in cf2_stack_roll()
Dpsblues.h120 CF2_UInt flags; /* attributes of the edge */
152 CF2_UInt count;
Dpsfont.h83 CF2_UInt vsindex; /* current vsindex */
84 CF2_UInt lenNDV; /* current length NDV or zero */
Dpsft.c483 CF2_UInt *len, in cf2_getNormalizedVector()
636 CF2_UInt idx; in cf2_initGlobalRegionBuffer()
643 idx = (CF2_UInt)( subrNum + decoder->globals_bias ); in cf2_initGlobalRegionBuffer()
689 (CF2_UInt)gid, in cf2_getSeacComponent()
802 CF2_UInt idx; in cf2_initLocalRegionBuffer()
809 idx = (CF2_UInt)( subrNum + decoder->locals_bias ); in cf2_initLocalRegionBuffer()
Dpshints.h140 CF2_UInt count;
143 CF2_UInt lastIndex;
Dpstypes.h64 #define CF2_UInt FT_UFast macro
Dpshints.c306 CF2_UInt i; in cf2_hintmap_dump()
345 CF2_UInt i = hintmap->lastIndex; in cf2_hintmap_map()
606 CF2_UInt indexInsert; in cf2_hintmap_insertHint()
753 CF2_UInt iSrc = hintmap->count - 1; in cf2_hintmap_insertHint()
754 CF2_UInt iDst = isPair ? hintmap->count + 1 : hintmap->count; in cf2_hintmap_insertHint()
756 CF2_UInt count = hintmap->count - indexInsert; in cf2_hintmap_insertHint()
Dpsft.h76 CF2_UInt *len,
Dpsfont.c260 CF2_UInt lenNormalizedV = 0; in cf2_font_setup()
Dpsblues.c479 CF2_UInt i; in cf2_blues_capture()