Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image.cpp280 FX_SAFE_INT32 iChecked = pDst->m_nWidth; in ComposeToInternal() local
281 iChecked -= x; in ComposeToInternal()
282 if (iChecked.IsValid() && sw > iChecked.ValueOrDie()) in ComposeToInternal()
283 xs1 = iChecked.ValueOrDie(); in ComposeToInternal()
289 iChecked = pDst->m_nHeight; in ComposeToInternal()
290 iChecked -= y; in ComposeToInternal()
291 if (iChecked.IsValid() && sh > iChecked.ValueOrDie()) in ComposeToInternal()
292 ys1 = iChecked.ValueOrDie(); in ComposeToInternal()