Searched refs:lDeltaSrcAbs (Results 1 – 1 of 1) sorted by relevance
513 LONG lDeltaDst, lDeltaSrc, lDeltaSrcAbs; in UnsafeGetBitmapBits() local524 lDeltaSrcAbs = labs(lDeltaSrc); in UnsafeGetBitmapBits()526 NT_ASSERT(lDeltaSrcAbs >= lDeltaDst); in UnsafeGetBitmapBits()528 cbSrc = nHeight * lDeltaSrcAbs; in UnsafeGetBitmapBits()535 if (iSrc + lDeltaSrcAbs > cbSrc || iDst + lDeltaDst > Bytes) in UnsafeGetBitmapBits()548 iSrc += lDeltaSrcAbs; in UnsafeGetBitmapBits()