Searched refs:physicalPerspectiveBounds (Results 1 – 1 of 1) sorted by relevance
2280 SkRect physicalPerspectiveBounds = in internalDrawImage() local2282 SkScalar scaleX = physicalPerspectiveBounds.width() / bounds.width(); in internalDrawImage()2283 SkScalar scaleY = physicalPerspectiveBounds.height() / bounds.height(); in internalDrawImage()2292 SkISize wh = rect_to_size(physicalPerspectiveBounds).toCeil(); in internalDrawImage()