Searched refs:aRectPos (Results 1 – 2 of 2) sorted by relevance
228 Point aRectPos( aRect.X, aRect.Y ); in addNewByName() local230 … if ( ( aRectPos.X() < 0 && !bLayoutRTL ) || ( aRectPos.X() > 0 && bLayoutRTL ) ) aRectPos.X() = 0; in addNewByName()231 if (aRectPos.Y() < 0) aRectPos.Y() = 0; in addNewByName()235 Rectangle aInsRect( aRectPos, aRectSize ); in addNewByName()
1953 Point aRectPos(aWndPosition.GetPosPixel()); in EnableTransparency() local1956 long nRectHeight = aFLPos.Y() - aRectPos.Y() - aTmp.Height(); in EnableTransparency()
Completed in 68 milliseconds