Searched refs:FXSYS_abs (Results 1 – 19 of 19) sorted by relevance
231 int32_t l1 = FXSYS_abs(dimensionTop - in CorrectTopRightRectangular()235 FXSYS_abs(dimensionRight - in CorrectTopRightRectangular()239 int32_t l2 = FXSYS_abs(dimensionTop - in CorrectTopRightRectangular()243 FXSYS_abs(dimensionRight - in CorrectTopRightRectangular()278 int32_t l1 = FXSYS_abs(CBC_AutoPtr<CBC_ResultPointsAndTransitions>( in CorrectTopRight()284 int32_t l2 = FXSYS_abs(CBC_AutoPtr<CBC_ResultPointsAndTransitions>( in CorrectTopRight()341 FX_BOOL steep = FXSYS_abs(toY - fromY) > FXSYS_abs(toX - fromX); in TransitionsBetween()350 int32_t dx = FXSYS_abs(toX - fromX); in TransitionsBetween()351 int32_t dy = FXSYS_abs(toY - fromY); in TransitionsBetween()
223 return FXSYS_abs(moduleSize - (stateCount[0] << INTEGER_MATH_SHIFT)) < in FoundPatternCross()225 FXSYS_abs(moduleSize - (stateCount[1] << INTEGER_MATH_SHIFT)) < in FoundPatternCross()227 FXSYS_abs(3 * moduleSize - (stateCount[2] << INTEGER_MATH_SHIFT)) < in FoundPatternCross()229 FXSYS_abs(moduleSize - (stateCount[3] << INTEGER_MATH_SHIFT)) < in FoundPatternCross()231 FXSYS_abs(moduleSize - (stateCount[4] << INTEGER_MATH_SHIFT)) < in FoundPatternCross()288 if (5 * FXSYS_abs(stateCountTotal - originalStateCountTotal) >= in CrossCheckVertical()349 if (5 * FXSYS_abs(stateCountTotal - originalStateCountTotal) >= in CrossCheckHorizontal()
211 FX_BOOL steep = FXSYS_abs(toY - fromY) > FXSYS_abs(toX - fromX); in SizeOfBlackWhiteBlackRun()220 int32_t dx = FXSYS_abs(toX - fromX); in SizeOfBlackWhiteBlackRun()221 int32_t dy = FXSYS_abs(toY - fromY); in SizeOfBlackWhiteBlackRun()
1292 m_tz.tzMinute = (int8_t)((FXSYS_abs(_timezone) % 3600) / 60); in CXFA_TimeZoneProvider()1296 m_tz.tzMinute = (int8_t)((FXSYS_abs((int)timezone) % 3600) / 60); in CXFA_TimeZoneProvider()
1484 int rowbytes = FXSYS_abs(nSrcRowBytes) > nDstRowBytes in _ContrastAdjust()1486 : FXSYS_abs(nSrcRowBytes); in _ContrastAdjust()1579 (FXSYS_abs((int)(ft_matrix.xx)) + FXSYS_abs((int)(ft_matrix.xy))) / in RenderGlyph()1582 level = g_WeightPow_11[index] * (FXSYS_abs((int)(ft_matrix.xx)) + in RenderGlyph()1583 FXSYS_abs((int)(ft_matrix.xy))) / in RenderGlyph()1629 FXSYS_abs(src_pitch) > dest_pitch ? dest_pitch : FXSYS_abs(src_pitch); in RenderGlyph()
1212 } else if (FXSYS_abs(italic_angle) < 5) { in FindSubstFont()
232 int pa = FXSYS_abs(p - a); in PaethPredictor()233 int pb = FXSYS_abs(p - b); in PaethPredictor()234 int pc = FXSYS_abs(p - c); in PaethPredictor()
261 if (!bInterpol && FXSYS_abs(dest_width) != 0 && in CStretchEngine()262 FXSYS_abs(dest_height) < in CStretchEngine()263 m_SrcWidth * m_SrcHeight * 8 / FXSYS_abs(dest_width)) { in CStretchEngine()
316 FX_RECT clip_rect(0, 0, FXSYS_abs(dest_width), FXSYS_abs(dest_height)); in StretchTo()
148 FXSYS_abs(pPoints[i].m_PointX - pPoints[i - 1].m_PointX) < 0.4f && in BuildPath()149 FXSYS_abs(pPoints[i].m_PointY - pPoints[i - 1].m_PointY) < 0.4f) in BuildPath()
255 #define FXSYS_abs abs macro
248 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont)); in ProcessObject()
1638 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont)); in ProcessTextObject()
626 max = FXSYS_abs(comp[0] - o.comp[0]); in Distance()627 diff = FXSYS_abs(comp[1] - o.comp[1]); in Distance()631 diff = FXSYS_abs(comp[2] - o.comp[2]); in Distance()
157 (FX_FLOAT)FXSYS_abs(cFont->GetDescent()) * (FX_FLOAT)fontSize / 1000.0f; in CalcTextInfo()
4297 wsTimezone.Format(L"%02d:%02d", FXSYS_abs(tz.tzHour), tz.tzMinute); in FX_TimeFormat()4310 wsTimezone.Format(L"%02d:%02d", FXSYS_abs(tz.tzHour), tz.tzMinute); in FX_TimeFormat()
1991 FXSYS_abs(nIndex - m_pOwner->m_nSelStart)); in OnMouseMove()
395 FXSYS_abs(m_nAnchorPos - m_nCaret)); in MoveCaretPos()
1387 if (FXSYS_abs(iTime) < 1.0) { in Num2GMTime()