Searched refs:aXRect (Results 1 – 3 of 3) sorted by relevance
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()728 aXRect.x -= nScreenX, aXRect.width += nScreenX; in DrawServerAAForcedString()732 aXRect.y -= nScreenY, aXRect.height += nScreenY; in DrawServerAAForcedString()738 if( nXmin < aXRect.x ) nXmin = aXRect.x; in DrawServerAAForcedString()739 if( nYmin < aXRect.y ) nYmin = aXRect.y; in DrawServerAAForcedString()740 if( nXmax >= aXRect.x+aXRect.width ) nXmax = aXRect.x + aXRect.width - 1; 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()
Completed in 29 milliseconds