Searched refs:physicalPerspectiveBounds (Results 1 – 2 of 2) sorted by relevance
1921 SkRect physicalPerspectiveBounds = in internalDrawImageRect() local1923 SkScalar scaleX = physicalPerspectiveBounds.width() / bounds.width(); in internalDrawImageRect()1924 SkScalar scaleY = physicalPerspectiveBounds.height() / bounds.height(); in internalDrawImageRect()1933 SkISize wh = rect_to_size(physicalPerspectiveBounds).toCeil(); in internalDrawImageRect()
1934 SkRect physicalPerspectiveBounds = in internalDrawImageRect() local1936 SkScalar scaleX = physicalPerspectiveBounds.width() / bounds.width(); in internalDrawImageRect()1937 SkScalar scaleY = physicalPerspectiveBounds.height() / bounds.height(); in internalDrawImageRect()1946 SkISize wh = rect_to_size(physicalPerspectiveBounds).toCeil(); in internalDrawImageRect()