Searched refs:aMirroredPixel (Results 1 – 1 of 1) sorted by relevance
382 Rectangle aMirroredPixel = aPixRect; in Paint() local387 aMirroredPixel.Left() = nWidth - 1 - aPixRect.Right(); in Paint()388 aMirroredPixel.Right() = nWidth - 1 - aPixRect.Left(); in Paint()392 while ( nScrX <= aMirroredPixel.Left() && nX1 < MAXCOL ) in Paint()398 while ( nScrX <= aMirroredPixel.Right() && nX2 < MAXCOL ) in Paint()
Completed in 13 milliseconds