Searched refs:aAlignedPxRect (Results 1 – 1 of 1) sorted by relevance
1017 aAlignedPxRect.Top( aAlignedPxRect.Top() + 1 ); in SwAlignRect()1023 aAlignedPxRect.Bottom( aAlignedPxRect.Bottom() - 1 ); in SwAlignRect()1029 aAlignedPxRect.Left( aAlignedPxRect.Left() + 1 ); in SwAlignRect()1035 aAlignedPxRect.Right( aAlignedPxRect.Right() - 1 ); in SwAlignRect()1045 if ( aAlignedPxRect.Width() < 0 ) in SwAlignRect()1047 aAlignedPxRect.Width(0); in SwAlignRect()1049 if ( aAlignedPxRect.Height() < 0 ) in SwAlignRect()1051 aAlignedPxRect.Height(0); in SwAlignRect()1058 if ( aAlignedPxRect.Width() == 0 ) in SwAlignRect()1060 aAlignedPxRect.Width(1); in SwAlignRect()[all …]
Completed in 35 milliseconds