Searched refs:aXRect (Results 1 – 3 of 3) sorted by relevance
694 XRectangle aXRect; in DrawServerAAForcedString() local704 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 …]
957 XRectangle aXRect; in drawPolyPolygon() local958 XClipBox( pXRegA, &aXRect ); in drawPolyPolygon()968 aXRect.x, aXRect.y, aXRect.width, aXRect.height ); in drawPolyPolygon()
2024 Rectangle aXRect( pEntry->aRect ); in PaintEntry() local2025 aXRect.SetPos( rPos ); in PaintEntry()2026 pOut->DrawRect( aXRect ); in PaintEntry()