Searched refs:aTextBound (Results 1 – 2 of 2) sorted by relevance
56 Rectangle aTextBound(aObjectBound); in getCorrectedTextBoundRect() local57 GetCustomShapeObj().GetTextBounds(aTextBound); in getCorrectedTextBoundRect()58 …basegfx::B2DRange aTextRange(aTextBound.Left(), aTextBound.Top(), aTextBound.Right(), aTextBound.B… in getCorrectedTextBoundRect()
1744 Rectangle aTextBound(aRect); in AdaptTextMinSize() local1746 if(GetTextBounds(aTextBound)) in AdaptTextMinSize()1750 const long nTWdt(std::max(long(0), (long)(aTextBound.GetWidth() - 1 - nHDist))); in AdaptTextMinSize()1751 const long nTHgt(std::max(long(0), (long)(aTextBound.GetHeight() - 1 - nVDist))); in AdaptTextMinSize()
Completed in 45 milliseconds