HomeSort by relevance Sort by last modified time
    Searched refs:FXSYS_abs (Results 1 - 15 of 15) sorted by null

  /external/pdfium/core/fxge/ge/
cfx_facecache.cpp 58 int rowbytes = std::min(FXSYS_abs(nSrcRowBytes), nDstRowBytes);
168 level = level * (FXSYS_abs(static_cast<int>(ft_matrix.xx)) +
169 FXSYS_abs(static_cast<int>(ft_matrix.xy))) /
213 FXSYS_abs(src_pitch) > dest_pitch ? dest_pitch : FXSYS_abs(src_pitch);
cfx_fontmapper.cpp 711 else if (FXSYS_abs(italic_angle) < 5)
  /external/pdfium/core/fxcrt/
fx_system.h 268 #define FXSYS_abs abs
  /external/pdfium/core/fxcodec/codec/
fx_codec_flate.cpp 245 int pa = FXSYS_abs(p - a);
246 int pb = FXSYS_abs(p - b);
247 int pc = FXSYS_abs(p - c);
  /external/pdfium/core/fxge/dib/
fx_dib_engine.cpp 312 if (!bInterpol && FXSYS_abs(dest_width) != 0 &&
313 FXSYS_abs(dest_height) / 8 < static_cast<long long>(m_SrcWidth) *
314 m_SrcHeight / FXSYS_abs(dest_width)) {
    [all...]
fx_dib_transform.cpp 325 FX_RECT clip_rect(0, 0, FXSYS_abs(dest_width), FXSYS_abs(dest_height));
    [all...]
  /external/pdfium/xfa/fxbarcode/oned/
BC_OneDimWriter.cpp 177 (FX_FLOAT)FXSYS_abs(cFont->GetDescent()) * (FX_FLOAT)fontSize / 1000.0f;
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.cpp 292 int count = FXSYS_abs(nNewCount - m_pContext->GetOriginalPageCount());
    [all...]
  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 914 iCharWidth = FXSYS_abs(iWidth);
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 701 return std::max({FXSYS_abs(comp[0] - o.comp[0]),
702 FXSYS_abs(comp[1] - o.comp[1]),
703 FXSYS_abs(comp[2] - o.comp[2])});
    [all...]
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp     [all...]
  /external/pdfium/xfa/fde/
cfde_txtedtengine.cpp 297 FXSYS_abs(m_nAnchorPos - m_nCaret));
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_edit.cpp     [all...]
  /external/pdfium/xfa/fgas/localization/
fgas_locale.cpp     [all...]
  /external/pdfium/xfa/fxfa/parser/
xfa_localemgr.cpp     [all...]

Completed in 723 milliseconds