Searched refs:physicalPerspectiveBounds (Results 1 – 1 of 1) sorted by relevance
2104 SkRect physicalPerspectiveBounds = in internalDrawImage() local2106 SkScalar scaleX = physicalPerspectiveBounds.width() / bounds.width(); in internalDrawImage()2107 SkScalar scaleY = physicalPerspectiveBounds.height() / bounds.height(); in internalDrawImage()2116 SkISize wh = rect_to_size(physicalPerspectiveBounds).toCeil(); in internalDrawImage()