Searched refs:physicalPerspectiveOutline (Results 1 – 1 of 1) sorted by relevance
2109 SkPath physicalPerspectiveOutline; in internalDrawBitmap() local2110 physicalPerspectiveOutline.addRect( in internalDrawBitmap()2113 physicalPerspectiveOutline.transform(total); in internalDrawBitmap()2115 SkScalar scaleX = physicalPerspectiveOutline.getBounds().width() / in internalDrawBitmap()2117 SkScalar scaleY = physicalPerspectiveOutline.getBounds().height() / in internalDrawBitmap()2127 const int w = SkScalarCeilToInt(physicalPerspectiveOutline.getBounds().width()); in internalDrawBitmap()2128 const int h = SkScalarCeilToInt(physicalPerspectiveOutline.getBounds().height()); in internalDrawBitmap()