Searched refs:mappedQuadBounds (Results 1 – 1 of 1) sorted by relevance
628 FloatRect mappedQuadBounds = projectQuad(q).boundingBox(); in clampedBoundsOfProjectedQuad() local630 float left = clampEdgeValue(floorf(mappedQuadBounds.x())); in clampedBoundsOfProjectedQuad()631 float top = clampEdgeValue(floorf(mappedQuadBounds.y())); in clampedBoundsOfProjectedQuad()634 if (std::isinf(mappedQuadBounds.x()) && std::isinf(mappedQuadBounds.width())) in clampedBoundsOfProjectedQuad()637 right = clampEdgeValue(ceilf(mappedQuadBounds.maxX())); in clampedBoundsOfProjectedQuad()640 if (std::isinf(mappedQuadBounds.y()) && std::isinf(mappedQuadBounds.height())) in clampedBoundsOfProjectedQuad()643 bottom = clampEdgeValue(ceilf(mappedQuadBounds.maxY())); in clampedBoundsOfProjectedQuad()