Lines Matching defs:destinationArea
193 const tcu::IVec4 destinationArea = tcu::IVec4(de::clamp(de::min(m_dstRect.x(), m_dstRect.z()), 0, result.getWidth()),
197 const tcu::RGBA baseColor = result.getPixel(destinationArea.x(), destinationArea.y());
202 std::vector<bool> horisontalSign (destinationArea.z() - destinationArea.x());
203 std::vector<bool> verticalSign (destinationArea.w() - destinationArea.y());
219 for (int dy = 0; dy < destinationArea.w() - destinationArea.y(); ++dy)
220 for (int dx = 0; dx < destinationArea.z() - destinationArea.x(); ++dx)
222 const tcu::RGBA color = result.getPixel(destinationArea.x() + dx, destinationArea.y() + dy);
227 errorMask.setPixel(destinationArea.x() + dx, destinationArea.y() + dy, tcu::RGBA::red());
248 for (int dx = 0; dx < destinationArea.z() - destinationArea.x(); ++dx)
250 const tcu::RGBA color = result.getPixel(destinationArea.x() + dx, destinationArea.y());
259 for (int dy = 0; dy < destinationArea.w() - destinationArea.y(); ++dy)
261 const tcu::RGBA color = result.getPixel(destinationArea.x(), destinationArea.y() + dy);
273 for (int dy = 0; dy < destinationArea.w() - destinationArea.y(); ++dy)
274 for (int dx = 0; dx < destinationArea.z() - destinationArea.x(); ++dx)
276 const tcu::RGBA color = result.getPixel(destinationArea.x() + dx, destinationArea.y() + dy);
282 errorMask.setPixel(destinationArea.x() + dx, destinationArea.y() + dy, tcu::RGBA::red());