Searched refs:iChecked (Results 1 – 1 of 1) sorted by relevance
276 FX_SAFE_INT32 iChecked = pDst->m_nWidth; in ComposeToInternal() local277 iChecked -= x; in ComposeToInternal()278 if (iChecked.IsValid() && sw > iChecked.ValueOrDie()) in ComposeToInternal()279 xs1 = iChecked.ValueOrDie(); in ComposeToInternal()285 iChecked = pDst->m_nHeight; in ComposeToInternal()286 iChecked -= y; in ComposeToInternal()287 if (iChecked.IsValid() && sh > iChecked.ValueOrDie()) in ComposeToInternal()288 ys1 = iChecked.ValueOrDie(); in ComposeToInternal()