Lines Matching refs:aVal

539 	const ValType aVal = popVal();  in popInt()  local
540 const int nInt = static_cast<int>(aVal); in popInt()
541 assert( nInt == aVal); in popInt()
549 const ValType aVal = peekVal(); in peekInt() local
550 const int nInt = static_cast<int>(aVal); in peekInt()
551 assert( nInt == aVal); in peekInt()
559 const ValType aVal = getVal( nIndex); in getInt() local
560 const int nInt = static_cast<int>(aVal); in getInt()
561 assert( nInt == aVal); in getInt()
783 ValType aVal = 0; in read2push() local
791 aVal = nS16; in read2push()
794 aVal = static_cast<ValType>(p[0] - 139); in read2push()
797 aVal = static_cast<ValType>(((p[0] << 8) + p[1]) - 63124); in read2push()
800 aVal = static_cast<ValType>(64148 - ((p[0] << 8) + p[1])); in read2push()
806 aVal = static_cast<ValType>(nS32 * (1.0 / 0x10000)); in read2push()
810 push( aVal); in read2push()
815 void CffSubsetterContext::writeType1Val( ValType aVal) in writeType1Val() argument
819 int nInt = static_cast<int>(aVal); in writeType1Val()
821 if( (nInt != aVal) && (nOutCharstrType == 2)) { in writeType1Val()
826 nInt = static_cast<int>(aVal * 0x10000) & 0xFFFF; in writeType1Val()
854 const ValType aVal = popVal(); in pop2write() local
855 writeType1Val( aVal); in pop2write()
879 const ValType aVal = mnValStack[i+j]; in pop2MultiWrite() local
880 writeType1Val( aVal); in pop2MultiWrite()
895 const ValType aVal = mnValStack[i]; in popAll2Write() local
896 writeType1Val( aVal); in popAll2Write()
2102 ValVector::value_type aVal = 0; in emitValVector() local
2104 aVal = *it; in emitValVector()
2107 mpPtr += dbl2str( mpPtr, aVal); in emitValVector()
2111 mpPtr += dbl2str( mpPtr, aVal); in emitValVector()