Lines Matching refs:nTmp
425 { long nTmp; in Union() local
427 if ((nTmp = GetLeft()) < nL) in Union()
428 nL = nTmp; in Union()
429 if ((nTmp = GetRight()) > nR) in Union()
430 nR = nTmp; in Union()
431 if ((nTmp = GetTop()) < nT) in Union()
432 nT = nTmp; in Union()
433 if ((nTmp = GetBottom()) > nB) in Union()
434 nB = nTmp; in Union()
435 if ((nTmp = nGlyphTop) < nGT) in Union()
436 nGT = nTmp; in Union()
437 if ((nTmp = nGlyphBottom) > nGB) in Union()
438 nGB = nTmp; in Union()