Home | History | Annotate | Download | only in reflow

Lines Matching refs:FXSYS_fabs

8 #define approachto(a,b,c) (FXSYS_fabs((float)((a)-(b)))>(c) ? 0 : 1)
447 if(FXSYS_fabs(rcPreObj.Width() - rcCurObj.Width()) >= 2 || FXSYS_fabs(rcPreObj.Height() - rcCurObj.Height()) >= 2 ) {
475 if(FXSYS_fabs(rcPreObj.left - rcCurObj.left) < rcPreObj.Width() / 3
476 && FXSYS_fabs(rcPreObj.top - rcCurObj.top) < rcPreObj.Height() / 3) {
552 if(FXSYS_fabs(PrevY - PosY) < 1 ) {
659 FX_FLOAT dx = FXSYS_fabs(Item1.m_OriginX - Item2.m_OriginX);
660 FX_FLOAT dy = FXSYS_fabs(Item1.m_OriginY - Item2.m_OriginY);
671 if(FXSYS_fabs(pPreObj->m_Bottom - pCurObj->m_Bottom) < threshold * 2
672 && FXSYS_fabs(pPreObj->m_Top - pCurObj->m_Top) < threshold * 2) {
680 if(FXSYS_fabs(pPreObj->m_Left - pCurObj->m_Left) < threshold * 2
681 && FXSYS_fabs(pPreObj->m_Right - pCurObj->m_Right) < threshold * 2) {
689 if(FXSYS_fabs(pPreObj->m_Left - pCurObj->m_Left) < threshold &&
690 FXSYS_fabs(pPreObj->m_Bottom - pCurObj->m_Bottom) > threshold * 2) {
693 if(FXSYS_fabs(pPreObj->m_Left - pCurObj->m_Left) > threshold &&
694 FXSYS_fabs(pPreObj->m_Bottom - pCurObj->m_Bottom) < threshold * 2) {