Home
last modified time | relevance | path

Searched refs:dirtyPixelStretch (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_painter.h54 static void GetPixelStretchDirtyRect(RectI& dirtyPixelStretch,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp856 void RSPropertiesPainter::GetPixelStretchDirtyRect(RectI& dirtyPixelStretch, in GetPixelStretchDirtyRect() argument
871 dirtyPixelStretch.left_ = std::floor(drawingRect.GetLeft()); in GetPixelStretchDirtyRect()
872 dirtyPixelStretch.top_ = std::floor(drawingRect.GetTop()); in GetPixelStretchDirtyRect()
873 dirtyPixelStretch.width_ = std::ceil(drawingRect.GetWidth()) + PARAM_DOUBLE; in GetPixelStretchDirtyRect()
874 dirtyPixelStretch.height_ = std::ceil(drawingRect.GetHeight()) + PARAM_DOUBLE; in GetPixelStretchDirtyRect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp807 RectI dirtyPixelStretch; variable
809 RSPropertiesPainter::GetPixelStretchDirtyRect(dirtyPixelStretch, properties, true);
813 RSPropertiesPainter::GetPixelStretchDirtyRect(dirtyPixelStretch, properties, true);