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