Searched refs:FXSYS_abs (Results 1 – 11 of 11) sorted by relevance
467 int pa = FXSYS_abs(p - a); in PaethPredictor()468 int pb = FXSYS_abs(p - b); in PaethPredictor()469 int pc = FXSYS_abs(p - c); in PaethPredictor()
1261 … int rowbytes = FXSYS_abs(nSrcRowBytes) > nDstRowBytes ? nDstRowBytes : FXSYS_abs(nSrcRowBytes); in _ContrastAdjust()1344 …level = g_WeightPow_SHIFTJIS[index] * 2 * (FXSYS_abs((int)(ft_matrix.xx)) + FXSYS_abs((int)(ft_mat… in RenderGlyph()1346 …level = g_WeightPow_11[index] * (FXSYS_abs((int)(ft_matrix.xx)) + FXSYS_abs((int)(ft_matrix.xy))) … in RenderGlyph()1382 int rowbytes = FXSYS_abs(src_pitch) > dest_pitch ? dest_pitch : FXSYS_abs(src_pitch); in RenderGlyph()
1248 } else if (FXSYS_abs(italic_angle) < 5) { in FindSubstFont()
223 int pa = FXSYS_abs(p - a); in PaethPredictor()224 int pb = FXSYS_abs(p - b); in PaethPredictor()225 int pc = FXSYS_abs(p - c); in PaethPredictor()
221 …if (!bInterpol && FXSYS_abs(dest_width) != 0 && FXSYS_abs(dest_height) < m_SrcWidth * m_SrcHeight … in CStretchEngine()
184 FX_RECT clip_rect(0, 0, FXSYS_abs(dest_width), FXSYS_abs(dest_height)); in StretchTo()
143 …FXSYS_abs(pPoints[i].m_PointX - pPoints[i-1].m_PointX) < 0.4f && FXSYS_abs(pPoints[i].m_PointY - p… in BuildPath()
234 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont)); in ProcessObject()
1729 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont)); in ProcessTextObject()
284 #define FXSYS_abs abs macro
583 max = FXSYS_abs(comp[0] - o.comp[0]); in Distance()584 diff = FXSYS_abs(comp[1] - o.comp[1]); in Distance()588 diff = FXSYS_abs(comp[2] - o.comp[2]); in Distance()