Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_facecache.cpp58 int rowbytes = std::min(FXSYS_abs(nSrcRowBytes), nDstRowBytes); in ContrastAdjust()
168 level = level * (FXSYS_abs(static_cast<int>(ft_matrix.xx)) + in RenderGlyph()
169 FXSYS_abs(static_cast<int>(ft_matrix.xy))) / in RenderGlyph()
213 FXSYS_abs(src_pitch) > dest_pitch ? dest_pitch : FXSYS_abs(src_pitch); in RenderGlyph()
Dcfx_fontmapper.cpp711 else if (FXSYS_abs(italic_angle) < 5) in FindSubstFont()
/external/pdfium/xfa/fxfa/parser/
Dxfa_localemgr.cpp1259 m_tz.tzMinute = (int8_t)((FXSYS_abs(_timezone) % 3600) / 60); in CXFA_TimeZoneProvider()
1266 m_tz.tzMinute = (int8_t)((FXSYS_abs((int)timezone) % 3600) / 60); in CXFA_TimeZoneProvider()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp245 int pa = FXSYS_abs(p - a); in PathPredictor()
246 int pb = FXSYS_abs(p - b); in PathPredictor()
247 int pc = FXSYS_abs(p - c); in PathPredictor()
/external/pdfium/core/fxge/dib/
Dfx_dib_engine.cpp312 if (!bInterpol && FXSYS_abs(dest_width) != 0 && in CStretchEngine()
313 FXSYS_abs(dest_height) / 8 < static_cast<long long>(m_SrcWidth) * in CStretchEngine()
314 m_SrcHeight / FXSYS_abs(dest_width)) { in CStretchEngine()
Dfx_dib_transform.cpp325 FX_RECT clip_rect(0, 0, FXSYS_abs(dest_width), FXSYS_abs(dest_height)); in StretchTo()
/external/pdfium/core/fxcrt/
Dfx_system.h268 #define FXSYS_abs abs macro
/external/pdfium/xfa/fxbarcode/oned/
DBC_OneDimWriter.cpp177 (FX_FLOAT)FXSYS_abs(cFont->GetDescent()) * (FX_FLOAT)fontSize / 1000.0f; in CalcTextInfo()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp292 int count = FXSYS_abs(nNewCount - m_pContext->GetOriginalPageCount()); in PageViewEvent()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp701 return std::max({FXSYS_abs(comp[0] - o.comp[0]), in Distance()
702 FXSYS_abs(comp[1] - o.comp[1]), in Distance()
703 FXSYS_abs(comp[2] - o.comp[2])}); in Distance()
/external/pdfium/xfa/fgas/layout/
Dfgas_rtfbreak.cpp914 iCharWidth = FXSYS_abs(iWidth); in GetDisplayPos()
/external/pdfium/xfa/fde/
Dcfde_txtedtengine.cpp297 FXSYS_abs(m_nAnchorPos - m_nCaret)); in MoveCaretPos()
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp1374 FXSYS_abs(nIndex - m_nSelStart)); in OnMouseMove()
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp1088 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont)); in ProcessTextObject()
/external/pdfium/xfa/fgas/localization/
Dfgas_locale.cpp3939 wsTimezone.Format(L"%02d:%02d", FXSYS_abs(tz.tzHour), tz.tzMinute); in FX_TimeFormat()
3952 wsTimezone.Format(L"%02d:%02d", FXSYS_abs(tz.tzHour), tz.tzMinute); in FX_TimeFormat()
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp1422 if (FXSYS_abs(iTime) < 1.0) { in Num2GMTime()