Searched refs:lines_to_copy (Results 1 – 1 of 1) sorted by relevance
213 int32_t lines_to_copy = std::min(pImage->m_nHeight, m_nHeight - y); in SubImageFast() local214 for (int32_t j = 0; j < lines_to_copy; j++) in SubImageFast()226 int32_t lines_to_copy = std::min(pImage->m_nHeight, m_nHeight - y); in SubImageSlow() local227 for (int32_t j = 0; j < lines_to_copy; j++) { in SubImageSlow()