psInt 851 lib/pdf/xpdf/Function.cc GBool topIsInt() { return sp < psStackSize && stack[sp].type == psInt; } psInt 854 lib/pdf/xpdf/Function.cc stack[sp].type == psInt && psInt 855 lib/pdf/xpdf/Function.cc stack[sp+1].type == psInt; } psInt 859 lib/pdf/xpdf/Function.cc (stack[sp].type == psInt || stack[sp].type == psReal) && psInt 860 lib/pdf/xpdf/Function.cc (stack[sp+1].type == psInt || stack[sp+1].type == psReal); } psInt 909 lib/pdf/xpdf/Function.cc stack[--sp].type = psInt; psInt 929 lib/pdf/xpdf/Function.cc if (checkUnderflow() && checkType(psInt, psInt)) { psInt 938 lib/pdf/xpdf/Function.cc if (checkUnderflow() && checkType(psInt, psReal)) { psInt 939 lib/pdf/xpdf/Function.cc ret = (stack[sp].type == psInt) ? (double)stack[sp].intg : stack[sp].real; psInt 1113 lib/pdf/xpdf/Function.cc code[*codePtr].type = psInt; psInt 1269 lib/pdf/xpdf/Function.cc case psInt: