Home
last modified time | relevance | path

Searched refs:GetPixelStretchDirtyRect (Results 1 – 6 of 6) 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,
H A Drs_properties.h441 RectI GetPixelStretchDirtyRect() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp809 RSPropertiesPainter::GetPixelStretchDirtyRect(dirtyPixelStretch, properties, true);
813 RSPropertiesPainter::GetPixelStretchDirtyRect(dirtyPixelStretch, properties, true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp1304 …RSPropertiesPainter::GetPixelStretchDirtyRect(localPixelStretchRect_, GetRenderProperties(), false… in CollectAndUpdateLocalPixelStretchRect()
1684 auto stretchDirtyRect = properties.GetPixelStretchDirtyRect(); in UpdateDirtyRegion()
/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() function in OHOS::Rosen::RSPropertiesPainter
H A Drs_properties.cpp3208 RectI RSProperties::GetPixelStretchDirtyRect() const in GetPixelStretchDirtyRect() function in OHOS::Rosen::RSProperties