Searched refs:patch_width (Results 1 – 1 of 1) sorted by relevance
202 const int patch_width = patch_image->GetWidth(); in CopyArea() local205 const float x_dist_between_samples = patch_width > 0 ? in CopyArea()206 area_to_copy.GetWidth() / (patch_width - 1) : 0; in CopyArea()215 for (int x_index = 0; x_index < patch_width; ++x_index) { in CopyArea()