Home
last modified time | relevance | path

Searched refs:inverseMat (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp896 Drawing::Matrix inverseMat; in DrawPixelStretch() local
918 if (!rotateMat.Invert(inverseMat)) { in DrawPixelStretch()
929 *image, pixelStretchTileMode, pixelStretchTileMode, samplingOptions, inverseMat)); in DrawPixelStretch()
935 inverseMat.PostScale( in DrawPixelStretch()
938 *image, pixelStretchTileMode, pixelStretchTileMode, samplingOptions, inverseMat)); in DrawPixelStretch()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp974 Drawing::Matrix inverseMat, rotateMat; in DrawPixelStretch() local
997 if (!rotateMat.Invert(inverseMat)) { in DrawPixelStretch()
1009 *image, pixelStretchTileMode, pixelStretchTileMode, samplingOptions, inverseMat)); in DrawPixelStretch()
1015 inverseMat.PostScale(scaledBounds.GetWidth() / bounds.GetWidth(), in DrawPixelStretch()
1018 *image, pixelStretchTileMode, pixelStretchTileMode, samplingOptions, inverseMat)); in DrawPixelStretch()