Home
last modified time | relevance | path

Searched defs:imageSnapshot (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_frame_geometry.cpp44 auto imageSnapshot = drSurface->GetImageSnapshot(clipBounds); in Draw() local
H A Drs_properties_painter.cpp536 std::shared_ptr<Drawing::Image> imageSnapshot = nullptr; in DrawForegroundFilter() local
660 auto imageSnapshot = surface->GetImageSnapshot(imageClipIBounds); in DrawFilter() local
769 auto imageSnapshot = surface->GetImageSnapshot(imageRect); in DrawBackgroundEffect() local
1029 …wing::ColorQuad RSPropertiesPainter::CalcAverageColor(std::shared_ptr<Drawing::Image> imageSnapsho… in CalcAverageColor()
1503 auto imageSnapshot = spherizeSurface->GetImageSnapshot(); in DrawSpherize() local
1603 auto imageSnapshot = surface->GetImageSnapshot(clipBounds); in DrawColorFilter() local
1626 auto imageSnapshot = drSurface->GetImageSnapshot(clipBounds); in DrawBinarizationShader() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp347 auto imageSnapshot = surface->GetImageSnapshot(imageClipIBounds, false); in DrawFilter() local
393 std::shared_ptr<Drawing::Image> imageSnapshot = nullptr; in DrawForegroundFilter() local
468 auto imageSnapshot = surface->GetImageSnapshot(imageRect); in DrawBackgroundEffect() local
817 auto imageSnapshot = drSurface->GetImageSnapshot(clipBounds); in DrawBinarization() local
1173 auto imageSnapshot = canvas.GetSurface()->GetImageSnapshot(canvas.GetDeviceClipBounds()); in GetInvertBackgroundColor() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_material_filter_test.cpp178 auto imageSnapshot = std::make_shared<Drawing::Image>(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_material_filter.cpp205 void RSMaterialFilter::PreProcess(std::shared_ptr<Drawing::Image> imageSnapshot) in PreProcess()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_modifier.cpp249 …auto imageSnapshot = context.canvas_->GetSurface()->GetImageSnapshot(context.canvas_->GetDeviceCli… in GetInvertBackgroundColor() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp850 auto imageSnapshot = std::make_shared<Drawing::Image>(); variable