Home | History | Annotate | Download | only in wince

Lines Matching refs:stableRound

482         stableRound(trRect.x()),
483 stableRound(trRect.y()),
484 stableRound(trRect.maxX()),
485 stableRound(trRect.maxY()),
493 POINT phaseWin = { stableRound(visibleDstRect.x() - phase.x()), stableRound(visibleDstRect.y() - phase.y()) };
500 stableRound(visibleDstRect.maxX()) - stableRound(visibleDstRect.x()),
501 stableRound(visibleDstRect.maxY()) - stableRound(visibleDstRect.y())