Searched refs:x1Shift (Results 1 – 2 of 2) sorted by relevance
334 float x1Shift = std::round((absSourceArea.x1() - clippedSourceArea.x1()) / stretch[0]);341 std::swap(x0Shift, x1Shift);351 int x1 = destArea.x1() - static_cast<int>(x1Shift);
1007 double x1Shift = std::round((absSourceArea.x1() - clippedSourceArea.x1()) / stretch[0]); in blit() local1014 std::swap(x0Shift, x1Shift); in blit()1024 int x1 = destArea.x1() - static_cast<int>(x1Shift); in blit()