Searched refs:aBmpSiz (Results 1 – 1 of 1) sorted by relevance
258 Size aBmpSiz = aRect.GetSize(); in DrawPage() local259 long nDeltaX = aBmpSiz.Width() / 15; in DrawPage()260 long nDeltaY = aBmpSiz.Height() / 15; in DrawPage()263 aBmpSiz.Width() -= nDeltaX * 2; in DrawPage()264 aBmpSiz.Height() -= nDeltaY * 2; in DrawPage()265 DrawBitmap( aBmpPnt, aBmpSiz, pImpl->aBitmap ); in DrawPage()
Completed in 14 milliseconds