Searched refs:nMulY (Results 1 – 3 of 3) sorted by relevance
422 long nMulY=rRect.Bottom()-rRect.Top(); in NbcSetSnapRect() local425 if (nDivY==0) { nMulY=1; nDivY=1; } in NbcSetSnapRect()426 if (nMulX!=nDivX || nMulY!=nDivY) { in NbcSetSnapRect()428 Fraction aY(nMulY,nDivY); in NbcSetSnapRect()557 long nMulY=rRect.Bottom()-rRect.Top(); in SetSnapRect() local560 if (nDivY==0) { nMulY=1; nDivY=1; } in SetSnapRect()561 if (nMulX!=nDivX || nMulY!=nDivY) { in SetSnapRect()563 Fraction aY(nMulY,nDivY); in SetSnapRect()
2241 long nMulY = rRect.Bottom() - rRect.Top(); in NbcSetSnapRect() local2244 if ( nDivY == 0 ) { nMulY = 1; nDivY = 1; } in NbcSetSnapRect()2246 Fraction aY(nMulY, nDivY); in NbcSetSnapRect()
2461 long nMulY = (RECT_EMPTY == rRect.Bottom()) ? 0 : rRect.Bottom() - rRect.Top(); in NbcSetSnapRect() local2465 if ( nDivY == 0 ) { nMulY = 1; nDivY = 1; } in NbcSetSnapRect()2467 Fraction aY(nMulY,nDivY); in NbcSetSnapRect()
Completed in 40 milliseconds