Searched refs:pixelStretchTileMode (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_property_drawable_utils.h | 62 … const RectF& boundsRect, const bool boundsGeoValid, const Drawing::TileMode pixelStretchTileMode);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_utils.cpp | 838 … const RectF& boundsRect, const bool boundsGeoValid, const Drawing::TileMode pixelStretchTileMode) in DrawPixelStretch() argument 929 *image, pixelStretchTileMode, pixelStretchTileMode, samplingOptions, inverseMat)); 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 D | rs_properties_painter.cpp | 1006 … auto pixelStretchTileMode = static_cast<Drawing::TileMode>(properties.GetPixelStretchTileMode()); in DrawPixelStretch() local 1009 *image, pixelStretchTileMode, pixelStretchTileMode, samplingOptions, inverseMat)); in DrawPixelStretch() 1018 *image, pixelStretchTileMode, pixelStretchTileMode, samplingOptions, inverseMat)); in DrawPixelStretch()
|