Searched refs:physicalPerspectiveOutline (Results 1 – 2 of 2) sorted by relevance
2116 SkPath physicalPerspectiveOutline; in internalDrawBitmap() local2117 physicalPerspectiveOutline.addRect( in internalDrawBitmap()2120 physicalPerspectiveOutline.transform(total); in internalDrawBitmap()2122 SkScalar scaleX = physicalPerspectiveOutline.getBounds().width() / in internalDrawBitmap()2124 SkScalar scaleY = physicalPerspectiveOutline.getBounds().height() / in internalDrawBitmap()2134 const int w = SkScalarCeilToInt(physicalPerspectiveOutline.getBounds().width()); in internalDrawBitmap()2135 const int h = SkScalarCeilToInt(physicalPerspectiveOutline.getBounds().height()); in internalDrawBitmap()
2215 SkPath physicalPerspectiveOutline; in internalDrawBitmap() local2216 physicalPerspectiveOutline.addRect( in internalDrawBitmap()2219 physicalPerspectiveOutline.transform(total); in internalDrawBitmap()2221 SkScalar scaleX = physicalPerspectiveOutline.getBounds().width() / in internalDrawBitmap()2223 SkScalar scaleY = physicalPerspectiveOutline.getBounds().height() / in internalDrawBitmap()2233 const int w = SkScalarCeilToInt(physicalPerspectiveOutline.getBounds().width()); in internalDrawBitmap()2234 const int h = SkScalarCeilToInt(physicalPerspectiveOutline.getBounds().height()); in internalDrawBitmap()