Lines Matching refs:aBoundRect

588 …       Rectangle aBoundRect( const_cast<OutputDevice&>(rOut).ImplGetTextBoundRect( *pSalLayout ) );  in ImplCalcActionBounds()  local
589 aActionBounds = rOut.PixelToLogic( aBoundRect ); in ImplCalcActionBounds()
619 … Rectangle aBoundRect( const_cast<OutputDevice&>(rOut).ImplGetTextBoundRect( *pSalLayout ) ); in ImplCalcActionBounds() local
620 aActionBounds = rOut.PixelToLogic( aBoundRect ); in ImplCalcActionBounds()
1155 Rectangle aBoundRect( aCurr->aBounds ); in RemoveTransparenciesFromMetaFile() local
1156 aBoundRect.Intersection( aOutputRect ); in RemoveTransparenciesFromMetaFile()
1158 const double fBmpArea( (double) aBoundRect.GetWidth() * aBoundRect.GetHeight() ); in RemoveTransparenciesFromMetaFile()
1172 if( aBoundRect.GetWidth() && aBoundRect.GetHeight() ) in RemoveTransparenciesFromMetaFile()
1174 Point aDstPtPix( aBoundRect.TopLeft() ); in RemoveTransparenciesFromMetaFile()
1188 while( aDstPtPix.Y() <= aBoundRect.Bottom() ) in RemoveTransparenciesFromMetaFile()
1190 aDstPtPix.X() = aBoundRect.Left(); in RemoveTransparenciesFromMetaFile()
1191 … aDstSzPix = bTiling ? Size( MAX_TILE_WIDTH, MAX_TILE_HEIGHT ) : aBoundRect.GetSize(); in RemoveTransparenciesFromMetaFile()
1193 if( ( aDstPtPix.Y() + aDstSzPix.Height() - 1L ) > aBoundRect.Bottom() ) in RemoveTransparenciesFromMetaFile()
1194 aDstSzPix.Height() = aBoundRect.Bottom() - aDstPtPix.Y() + 1L; in RemoveTransparenciesFromMetaFile()
1196 while( aDstPtPix.X() <= aBoundRect.Right() ) in RemoveTransparenciesFromMetaFile()
1198 … if( ( aDstPtPix.X() + aDstSzPix.Width() - 1L ) > aBoundRect.Right() ) in RemoveTransparenciesFromMetaFile()
1199 aDstSzPix.Width() = aBoundRect.Right() - aDstPtPix.X() + 1L; in RemoveTransparenciesFromMetaFile()
1201 … if( !Rectangle( aDstPtPix, aDstSzPix ).Intersection( aBoundRect ).IsEmpty() && in RemoveTransparenciesFromMetaFile()