Home
last modified time | relevance | path

Searched refs:aMirroredPixel (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/sc/source/ui/view/
H A Dgridwin4.cxx382 Rectangle aMirroredPixel = aPixRect; in Paint() local
387 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 24 milliseconds