Searched refs:GetLineUnsafe (Results 1 – 2 of 2) sorted by relevance
48 uint8_t* GetLineUnsafe(int32_t y) const { return data() + y * m_nStride; } in GetLineUnsafe() function50 return (y >= 0 && y < m_nHeight) ? GetLineUnsafe(y) : nullptr; in GetLine()
219 memcpy(pImage->GetLineUnsafe(j), GetLineUnsafe(y + j) + m, bytes_to_copy); in SubImageFast()232 const uint8_t* pLineSrc = GetLineUnsafe(y + j); in SubImageSlow()233 uint8_t* pLineDst = pImage->GetLineUnsafe(j); in SubImageSlow()312 GetLineUnsafe(rtSrc.top + ys0) + BitIndexToAlignedByte(xs0 + rtSrc.left); in ComposeToInternal()315 uint8_t* lineDst = pDst->GetLineUnsafe(yd0) + BitIndexToAlignedByte(xd0); in ComposeToInternal()