Home | History | Annotate | Download | only in reflow

Lines Matching refs:FXSYS_fabs

84                 if(FXSYS_fabs(posY) > tempPageHeight &&
85 FXSYS_fabs(posY + pData->m_Height) < tempPageHeight) {
105 } else if(FXSYS_fabs(posY + pData->m_Height) > tempPageHeight) {
113 if(FXSYS_fabs(posY) > tempPageHeight ) {
276 if(FXSYS_fabs(dyRow[pCell->m_RowSpan + i]) < FXSYS_fabs(dyRow[i] - pCell->m_CellHeight)) {
445 if(FXSYS_fabs(rect.right - prevRect.right) > rect.Height()) {
490 if(FXSYS_fabs(rect.right - prevRect.right) < rect.Height() && FXSYS_fabs(rect.left - prevRect.left) < rect.Height()) {
511 if(FXSYS_fabs(prevRect.left - rect.left) < rect.Height()) {
987 FX_FLOAT height = FXSYS_fabs(textMatrix.TransformDistance(fs));
989 height = FXSYS_fabs(pObjMatrix->TransformDistance(height));
1032 if(FXSYS_fabs(OriginY - dy) > FXSYS_fabs(OriginX - dx)) {
1053 pData->m_Height = FXSYS_fabs(height);
1055 pData->m_Width = FXSYS_fabs(fs * textMatrix.TransformDistance((FX_FLOAT)w) / 1000);
1118 pRFImage->m_Matrix.Set(matrix.a == 0 ? 0 : matrix.a / FXSYS_fabs(matrix.a),
1119 matrix.b == 0 ? 0 : matrix.b / FXSYS_fabs(matrix.b),
1120 matrix.c == 0 ? 0 : matrix.c / FXSYS_fabs(matrix.c),
1121 matrix.d == 0 ? 0 : matrix.d / FXSYS_fabs(matrix.d), 0, 0);
1184 last_width = FXSYS_fabs(last_width);
1187 this_width = FXSYS_fabs(this_width);
1199 if (FXSYS_fabs(y) > threshold * 2) {
1224 last_width = FXSYS_fabs(last_width);
1227 this_width = FXSYS_fabs(this_width);
1236 if (FXSYS_fabs(y) > threshold * 2) {
1240 if (FXSYS_fabs(last_pos + last_width - x) > threshold && curChar != L' ') {
1269 if(FXSYS_fabs(rcPreObj.Width() - rcCurObj.Width()) >= 2 || FXSYS_fabs(rcPreObj.Height() - rcCurObj.Height()) >= 2 ) {
1297 if(FXSYS_fabs(rcPreObj.left - rcCurObj.left) < rcPreObj.Width() / 3
1298 && FXSYS_fabs(rcPreObj.top - rcCurObj.top) < rcPreObj.Height() / 3) {
1319 if (FXSYS_fabs(rcPreObj.Width() - rcCurObj.Width()) > rcCurObj.Width() / 2) {