Lines Matching refs:Rectangle

3206             Rectangle aRect( Point( nX, nY ), Size( nWidth+1, nHeight+1 ) );  in ImplDrawTextRect()
3243 Rectangle OutputDevice::ImplGetTextBoundRect( const SalLayout& rSalLayout ) in ImplGetTextBoundRect()
3269 Rectangle aRect( Point( nX, nY ), Size( nWidth+1, nHeight+1 ) ); in ImplGetTextBoundRect()
3276 return Rectangle( Point( nX, nY ), Size( nWidth, nHeight ) ); in ImplGetTextBoundRect()
4235 Rectangle& rRect1, Rectangle& rRect2, in ImplGetEmphasisMark()
4290 rRect1 = Rectangle( Point(), Size( nDotSize, nDotSize ) ); in ImplGetEmphasisMark()
4307 rRect1 = Rectangle( Point(), Size( nDotSize, nDotSize ) ); in ImplGetEmphasisMark()
4333 rRect1 = Rectangle( Point(), Size( nDotSize, nDotSize ) ); in ImplGetEmphasisMark()
4352 rRect1 = Rectangle( Point(), Size( nDotSize, nDotSize ) ); in ImplGetEmphasisMark()
4357 rRect1 = Rectangle( Point(), Size( 1, 1 ) ); in ImplGetEmphasisMark()
4358 rRect2 = Rectangle( Point( 1, 1 ), Size( 1, 1 ) ); in ImplGetEmphasisMark()
4370 Rectangle aBoundRect = aTemp.GetBoundRect(); in ImplGetEmphasisMark()
4391 const Rectangle& rRect1, const Rectangle& rRect2 ) in ImplDrawEmphasisMark()
4421 Rectangle aRect( Point( nX+rRect1.Left(), in ImplDrawEmphasisMark()
4428 Rectangle aRect( Point( nX+rRect2.Left(), in ImplDrawEmphasisMark()
4449 Rectangle aRect1; in ImplDrawEmphasisMarks()
4450 Rectangle aRect2; in ImplDrawEmphasisMarks()
4490 Rectangle aRectangle; in ImplDrawEmphasisMarks()
4527 Rectangle aBoundRect; in ImplDrawRotateText()
4536 aBoundRect = Rectangle( 0, -nTop, nRight, nHeight - nTop ); in ImplDrawRotateText()
5588 aClip.Intersect( Rectangle( Point(), GetOutputSize() ) ); in DrawText()
6340 void OutputDevice::ImplDrawText( OutputDevice& rTargetDevice, const Rectangle& rRect, in ImplDrawText()
6614 void OutputDevice::AddTextRectActions( const Rectangle& rRect, in AddTextRectActions()
6651 void OutputDevice::DrawText( const Rectangle& rRect, const String& rOrigStr, sal_uInt16 nStyle, in DrawText()
6699 Rectangle OutputDevice::GetTextRect( const Rectangle& rRect, in GetTextRect()
6707 Rectangle aRect = rRect; in GetTextRect()
7508 Rectangle aRect; in GetGlyphBoundRects()
7522 sal_Bool OutputDevice::GetTextBoundRect( Rectangle& rRect, in GetTextBoundRect()
7553 Rectangle aPixelRect; in GetTextBoundRect()
7691 rRect = Rectangle( aTopLeft, aSize ); in GetTextBoundRect()