Home
last modified time | relevance | path

Searched refs:FXSYS_abs (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_filters.cpp467 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()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp1261 … 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()
Dfx_ge_fontmap.cpp1248 } else if (FXSYS_abs(italic_angle) < 5) { in FindSubstFont()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_flate.cpp223 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()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp221 …if (!bInterpol && FXSYS_abs(dest_width) != 0 && FXSYS_abs(dest_height) < m_SrcWidth * m_SrcHeight … in CStretchEngine()
Dfx_dib_transform.cpp184 FX_RECT clip_rect(0, 0, FXSYS_abs(dest_width), FXSYS_abs(dest_height)); in StretchTo()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp143FXSYS_abs(pPoints[i].m_PointX - pPoints[i-1].m_PointX) < 0.4f && FXSYS_abs(pPoints[i].m_PointY - p… in BuildPath()
/external/pdfium/core/src/fpdftext/
Dfpdf_text_search.cpp234 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont)); in ProcessObject()
Dfpdf_text_int.cpp1729 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont)); in ProcessTextObject()
/external/pdfium/core/include/fxcrt/
Dfx_system.h284 #define FXSYS_abs abs macro
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp583 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()