Home
last modified time | relevance | path

Searched refs:FX_SAFE_INT32 (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fxge/ge/
Dfx_ge_text.cpp57 FX_SAFE_INT32 char_left = glyph.m_Origin.x; in FXGE_GetGlyphsBBox()
62 FX_SAFE_INT32 char_width = pGlyph->m_Bitmap.GetWidth(); in FXGE_GetGlyphsBBox()
69 FX_SAFE_INT32 char_right = char_left + char_width; in FXGE_GetGlyphsBBox()
73 FX_SAFE_INT32 char_top = glyph.m_Origin.y; in FXGE_GetGlyphsBBox()
78 FX_SAFE_INT32 char_height = pGlyph->m_Bitmap.GetHeight(); in FXGE_GetGlyphsBBox()
83 FX_SAFE_INT32 char_bottom = char_top + char_height; in FXGE_GetGlyphsBBox()
/external/pdfium/core/fxcrt/
Dfx_safe_types.h15 typedef pdfium::base::CheckedNumeric<int32_t> FX_SAFE_INT32; typedef
/external/pdfium/core/fpdfapi/page/
Dfpdf_page_func.cpp254 FX_SAFE_INT32 result; in DoOperator()
418 FX_SAFE_INT32 safe_shift = shift; in DoOperator()
561 FX_SAFE_INT32 bits_to_output = m_nOutputs; in v_Call()
566 FX_SAFE_INT32 bitpos = pos; in v_Call()
571 FX_SAFE_INT32 range_check = bitpos; in v_Call()
589 FX_SAFE_INT32 bitpos2 = blocksize[i]; in v_Call()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_data_avail.cpp1267 FX_SAFE_INT32 safePage = pdfium::base::checked_cast<int32_t>(dwPage); in LoadDocPage()
1371 FX_SAFE_INT32 safePage = pdfium::base::checked_cast<int32_t>(dwPage); in CheckPageAnnots()
1504 FX_SAFE_INT32 safePage = pdfium::base::checked_cast<int32_t>(dwPage); in IsPageAvail()
1664 FX_SAFE_INT32 safePage = pdfium::base::checked_cast<int32_t>(dwPage); in ValidatePage()
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Edit.cpp324 FX_SAFE_INT32 nCharArraySafe = nCharArray; in DrawThisAppearance()
/external/pdfium/core/fpdfapi/render/
Dcpdf_dibsource.cpp1158 FX_SAFE_INT32 max_src_x = clip_left; in DownSampleScanline()
/external/pdfium/xfa/fde/xml/
Dfde_xml_imp.cpp1283 FX_SAFE_INT32 alloc_size_safe = m_iXMLPlaneSize; in Init()