Searched refs:yValues (Results 1 – 1 of 1) sorted by relevance
1950 double yValues[] = { top, bottom }; in PerspectiveRect() local1954 double perspectiveValue = px * xValues[i] + py * yValues[j] + 1; in PerspectiveRect()1960 topAfterSkew = std::min(topAfterSkew, yValues[i] / perspectiveValue); in PerspectiveRect()1961 bottomAfterSkew = std::max(bottomAfterSkew, yValues[i] / perspectiveValue); in PerspectiveRect()