Searched refs:iChecked (Results 1 – 1 of 1) sorted by relevance
280 FX_SAFE_INT32 iChecked = pDst->m_nWidth; in ComposeToInternal() local281 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()