Searched refs:xValues (Results 1 – 1 of 1) sorted by relevance
1949 double xValues[] = { left, right }; in PerspectiveRect() local1954 double perspectiveValue = px * xValues[i] + py * yValues[j] + 1; in PerspectiveRect()1958 leftAfterSkew = std::min(leftAfterSkew, xValues[i] / perspectiveValue); in PerspectiveRect()1959 rightAfterSkew = std::max(rightAfterSkew, xValues[i] / perspectiveValue); in PerspectiveRect()