Searched refs:x0Shift (Results 1 – 2 of 2) sorted by relevance
332 float x0Shift = std::round((clippedSourceArea.x - absSourceArea.x) / stretch[0]);341 std::swap(x0Shift, x1Shift);349 srcClippedDestArea.x = destArea.x0() + static_cast<int>(x0Shift);
1005 double x0Shift = std::round((clippedSourceArea.x - absSourceArea.x) / stretch[0]); in blit() local1014 std::swap(x0Shift, x1Shift); in blit()1022 srcClippedDestArea.x = destArea.x0() + static_cast<int>(x0Shift); in blit()