Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dfx_ge_text.cpp56 FX_SAFE_INT32 char_left = glyph.m_Origin.x; in FXGE_GetGlyphsBBox()
61 FX_SAFE_INT32 char_width = pGlyph->m_pBitmap->GetWidth(); in FXGE_GetGlyphsBBox()
68 FX_SAFE_INT32 char_right = char_left + char_width; in FXGE_GetGlyphsBBox()
72 FX_SAFE_INT32 char_top = glyph.m_Origin.y; in FXGE_GetGlyphsBBox()
77 FX_SAFE_INT32 char_height = pGlyph->m_pBitmap->GetHeight(); in FXGE_GetGlyphsBBox()
82 FX_SAFE_INT32 char_bottom = char_top + char_height; in FXGE_GetGlyphsBBox()
/external/pdfium/core/fxcodec/jbig2/
DJBig2_TrdProc.cpp32 FX_SAFE_INT32 STRIPT = INITIAL_STRIPT; in decode_Huffman()
35 FX_SAFE_INT32 FIRSTS = 0; in decode_Huffman()
42 FX_SAFE_INT32 DT = INITIAL_DT; in decode_Huffman()
46 FX_SAFE_INT32 CURS = 0; in decode_Huffman()
79 FX_SAFE_INT32 SAFE_TI = STRIPT + CURT; in decode_Huffman()
266 FX_SAFE_INT32 STRIPT = INITIAL_STRIPT; in decode_Arith()
269 FX_SAFE_INT32 FIRSTS = 0; in decode_Arith()
272 FX_SAFE_INT32 CURS = 0; in decode_Arith()
277 FX_SAFE_INT32 DT = INITIAL_DT; in decode_Arith()
303 FX_SAFE_INT32 SAFE_TI = STRIPT + CURT; in decode_Arith()
DJBig2_Image.cpp262 FX_SAFE_INT32 iChecked = pDst->m_nWidth; in composeTo_opt2()
/external/pdfium/core/fpdfapi/page/
Dcpdf_sampledfunc.cpp112 FX_SAFE_INT32 bits_to_output = m_nOutputs; in v_Call()
117 FX_SAFE_INT32 bitpos = pos; in v_Call()
122 FX_SAFE_INT32 range_check = bitpos; in v_Call()
140 FX_SAFE_INT32 bitpos2 = blocksize[i]; in v_Call()
Dcpdf_psengine.cpp204 FX_SAFE_INT32 result; in DoOperator()
368 FX_SAFE_INT32 safe_shift = shift; in DoOperator()
Dcpdf_colorspace.cpp902 FX_SAFE_INT32 nPixelCount = image_width; in TranslateImageLine()
/external/pdfium/core/fxcrt/
Dfx_safe_types.h14 typedef pdfium::base::CheckedNumeric<int32_t> FX_SAFE_INT32; typedef
/external/pdfium/core/fpdfapi/parser/
Dcpdf_data_avail.cpp698 FX_SAFE_INT32 safePage = pdfium::base::checked_cast<int32_t>(dwPage); in LoadDocPage()
809 const FX_SAFE_INT32 safePage = pdfium::base::checked_cast<int32_t>(dwPage); in IsPageAvail()
1018 FX_SAFE_INT32 safePage = pdfium::base::checked_cast<int32_t>(dwPage); in ValidatePage()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp208 FX_SAFE_INT32 nCharArraySafe = nCharArray; in DrawThisAppearance()
/external/pdfium/core/fpdfapi/render/
Dcpdf_dibsource.cpp1147 FX_SAFE_INT32 max_src_x = clip_left; in DownSampleScanline()