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

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_text.cpp1347 int rowbytes = FXSYS_abs(nSrcRowBytes) > nDstRowBytes ? nDstRowBytes : FXSYS_abs(nSrcRowBytes);
1423 level = g_WeightPow_SHIFTJIS[index] * 2 * (FXSYS_abs(ft_matrix.xx) + FXSYS_abs(ft_matrix.xy)) / 36655;
1425 level = g_WeightPow_11[index] * (FXSYS_abs(ft_matrix.xx) + FXSYS_abs(ft_matrix.xy)) / 36655;
1466 int rowbytes = FXSYS_abs(src_pitch) > dest_pitch ? dest_pitch : FXSYS_abs(src_pitch);
H A Dfx_ge_fontmap.cpp1290 } else if (FXSYS_abs(italic_angle) < 5) {
/external/pdfium/core/include/fxcrt/
H A Dfx_system.h252 #define FXSYS_abs abs macro
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_filters.cpp467 int pa = FXSYS_abs(p - a);
468 int pb = FXSYS_abs(p - b);
469 int pc = FXSYS_abs(p - c);
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_flate.cpp221 int pa = FXSYS_abs(p - a);
222 int pb = FXSYS_abs(p - b);
223 int pc = FXSYS_abs(p - c);
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_engine.cpp223 if (!bInterpol && FXSYS_abs(dest_width) != 0 && FXSYS_abs(dest_height) < m_SrcWidth * m_SrcHeight * 8 / FXSYS_abs(dest_width)) {
H A Dfx_dib_transform.cpp189 FX_RECT clip_rect(0, 0, FXSYS_abs(dest_width), FXSYS_abs(dest_height));
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp830 FX_FLOAT scaleX = FXSYS_abs(deviceCTM.a);
831 FX_FLOAT scaleY = FXSYS_abs(deviceCTM.d);
914 FX_FLOAT scaleX = FXSYS_abs(deviceCTM.a);
915 FX_FLOAT scaleY = FXSYS_abs(deviceCTM.d);
H A Dfpdf_render_pattern.cpp584 max = FXSYS_abs(comp[0] - o.comp[0]);
585 diff = FXSYS_abs(comp[1] - o.comp[1]);
589 diff = FXSYS_abs(comp[2] - o.comp[2]);
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_search.cpp238 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont));
H A Dfpdf_text_int.cpp1739 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont));

Completed in 2694 milliseconds