Searched refs:nRelGrf (Results 1 – 2 of 2) sorted by relevance
159 int nRelGrf = aGrfSize.Height() * 100 / aGrfSize.Width(); in UserDraw() local163 if(nRelGrf > nRelWin) in UserDraw()165 aPaintSize.Width() = aWinSize.Height() * 100 / nRelGrf; in UserDraw()170 aPaintSize.Height() = aWinSize.Width() * nRelGrf/100; in UserDraw()
2713 long nRelGrf = aGrfSize.Width() * 100L / aGrfSize.Height(); in Paint() local2715 if(nRelGrf < nRelWin) in Paint()2718 aPntSz.Width() = aPntSz.Height() * nRelGrf /100; in Paint()
Completed in 64 milliseconds