Searched refs:RECT_EMPTY (Results 1 – 10 of 10) sorted by relevance
382 #define RECT_EMPTY ((short)-32767) macro438 void SetEmpty() { nRight = nBottom = RECT_EMPTY; } in SetEmpty()472 nRight = nBottom = RECT_EMPTY; in Rectangle()496 nRight = rSize.Width() ? nLeft+rSize.Width()-1 : RECT_EMPTY; in Rectangle()497 nBottom = rSize.Height() ? nTop+rSize.Height()-1 : RECT_EMPTY; in Rectangle()502 return ((nRight == RECT_EMPTY) || (nBottom == RECT_EMPTY)); in IsEmpty()512 return Point( (nRight == RECT_EMPTY) ? nLeft : nRight, nTop ); in TopRight()517 return Point( nLeft, (nBottom == RECT_EMPTY) ? nTop : nBottom ); in BottomLeft()522 return Point( (nRight == RECT_EMPTY) ? nLeft : nRight, in BottomRight()523 (nBottom == RECT_EMPTY) ? nTop : nBottom ); in BottomRight()[all …]
347 rValidate.Bottom() = RECT_EMPTY; in ValidateRect()352 rValidate.Right() = RECT_EMPTY; in ValidateRect()359 rValidate.Bottom() = RECT_EMPTY; in ValidateRect()366 rValidate.Bottom() = RECT_EMPTY; in ValidateRect()369 rValidate.Right() = RECT_EMPTY; in ValidateRect()373 rValidate.Right() = RECT_EMPTY; in ValidateRect()377 rValidate.Bottom() = RECT_EMPTY; in ValidateRect()379 rValidate.Right() = RECT_EMPTY; in ValidateRect()383 rValidate.Bottom() = RECT_EMPTY; in ValidateRect()387 rValidate.Bottom() = RECT_EMPTY; in ValidateRect()[all …]
205 nRight = RECT_EMPTY; in SetSize()212 nBottom = RECT_EMPTY; in SetSize()296 if ( (nRight < nLeft) && (nRight != RECT_EMPTY) ) in Justify()304 if ( (nBottom < nTop) && (nBottom != RECT_EMPTY) ) in Justify()
380 && RECT_EMPTY != aOuterRectangle.Right() in getOuterBound()381 && RECT_EMPTY != aOuterRectangle.Bottom()) in getOuterBound()406 && RECT_EMPTY != aInnerRectangle.Right() in getInnerBound()407 && RECT_EMPTY != aInnerRectangle.Bottom()) in getInnerBound()
2395 NbcMove( Size( -RECT_EMPTY, -RECT_EMPTY ) ); in SwDrawVirtObj()
174 && RECT_EMPTY != aOuterRectangle.Right() in impLocalHitCorrection()175 && RECT_EMPTY != aOuterRectangle.Bottom()) in impLocalHitCorrection()
51 m_Size.setWidth(rRect.Right() == RECT_EMPTY ? 0 : in SwRect()53 m_Size.setHeight(rRect.Bottom() == RECT_EMPTY ? 0 : in SwRect()
214 maPage1Rect.Right() = RECT_EMPTY; in ImplUpdateRects()218 maPage2Rect.Right() = RECT_EMPTY; in ImplUpdateRects()230 maPage1Rect.Bottom() = RECT_EMPTY; in ImplUpdateRects()234 maPage2Rect.Bottom() = RECT_EMPTY; in ImplUpdateRects()
2454 long nMulX = (RECT_EMPTY == rRect.Right()) ? 0 : rRect.Right() - rRect.Left(); in NbcSetSnapRect()2459 long nMulY = (RECT_EMPTY == rRect.Bottom()) ? 0 : rRect.Bottom() - rRect.Top(); in NbcSetSnapRect()
1340 aRect.Right() = RECT_EMPTY; in setSize()1346 aRect.Bottom() = RECT_EMPTY; in setSize()