Searched refs:maOutRect (Results 1 – 2 of 2) sorted by relevance
90 Rectangle maOutRect; member in sd::PresLayoutPreview861 aObjectTransform.translate(maOutRect.TopLeft().X(), maOutRect.TopLeft().Y()); in Paint()903 maOutRect = Rectangle( Point(0,0), GetOutputSize() ); in Paint()909 nWidth = maOutRect.GetWidth(); in Paint()914 nHeight = maOutRect.GetHeight(); in Paint()918 maOutRect.nLeft += (maOutRect.GetWidth() - nWidth) >> 1; in Paint()919 maOutRect.nRight = maOutRect.nLeft + nWidth - 1; in Paint()920 maOutRect.nTop += (maOutRect.GetHeight() - nHeight) >> 1; in Paint()921 maOutRect.nBottom = maOutRect.nTop + nHeight - 1; in Paint()925 maOutRect = aDecoView.DrawFrame( maOutRect, FRAME_HIGHLIGHT_IN ); in Paint()[all …]
247 Rectangle maOutRect; member in UserDrawEvent258 const Rectangle& GetRect() const { return maOutRect; } in GetRect()273 maOutRect( rOutRect ) in UserDrawEvent()
Completed in 19 milliseconds