Home | History | Annotate | Download | only in cff

Lines Matching defs:maskPtr

753     FT_Byte*  maskPtr;
792 maskPtr = cf2_hintmask_getMaskPtr( &tempHintMask );
823 if ( maskByte & *maskPtr )
853 *maskPtr &= ~maskByte; /* turn off the bit for this hint */
860 maskPtr++;
920 maskPtr = cf2_hintmask_getMaskPtr( &tempHintMask );
924 if ( maskByte & *maskPtr )
950 maskPtr++;