Home
last modified time | relevance | path

Searched refs:aXRect (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx694 XRectangle aXRect; in DrawServerAAForcedString() local
704 XClipBox( mpClipRegion, &aXRect ); in DrawServerAAForcedString()
706 if( aXRect.x < 0 ) aXRect.x = 0; in DrawServerAAForcedString()
708 if( aXRect.y < 0 ) aXRect.y = 0; in DrawServerAAForcedString()
709 if( aXRect.width+aXRect.x > nWidth ) aXRect.width = nWidth-aXRect.x; in DrawServerAAForcedString()
710 if( aXRect.height+aXRect.y > nHeight ) aXRect.height = nHeight-aXRect.y; in DrawServerAAForcedString()
714 aXRect.x = 0; in DrawServerAAForcedString()
715 aXRect.y = 0; in DrawServerAAForcedString()
716 aXRect.width = nWidth; in DrawServerAAForcedString()
717 aXRect.height = nHeight; in DrawServerAAForcedString()
[all …]
H A Dsalgdi.cxx957 XRectangle aXRect; in drawPolyPolygon() local
958 XClipBox( pXRegA, &aXRect ); in drawPolyPolygon()
968 aXRect.x, aXRect.y, aXRect.width, aXRect.height ); in drawPolyPolygon()
/AOO42X/main/svtools/source/contnr/
H A Dimivctl1.cxx2024 Rectangle aXRect( pEntry->aRect ); in PaintEntry() local
2025 aXRect.SetPos( rPos ); in PaintEntry()
2026 pOut->DrawRect( aXRect ); in PaintEntry()