/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_surface_test.cpp | 202 * @tc.desc: Test MakeRasterN32Premul 208 auto surface = SkiaSurface::MakeRasterN32Premul(800, 800); // 800: width, height in HWTEST_F() 210 auto surface2 = SkiaSurface::MakeRasterN32Premul(-1, -1); // -1: width, height in HWTEST_F() 279 auto sf = SkiaSurface::MakeRasterN32Premul(800, 800); // 800: width, height in HWTEST_F() 292 auto sf = SkiaSurface::MakeRasterN32Premul(800, 800); // 800: width, height in HWTEST_F() 305 sk_sp<SkSurface> skSurface = SkSurface::MakeRasterN32Premul(100, 100); in HWTEST_F() 320 sk_sp<SkSurface> skSurface = SkSurface::MakeRasterN32Premul(100, 100); in HWTEST_F() 335 sk_sp<SkSurface> skSurface = SkSurface::MakeRasterN32Premul(100, 100); in HWTEST_F() 355 sk_sp<SkSurface> skSurface = SkSurface::MakeRasterN32Premul(100, 100); in HWTEST_F()
|
H A D | skia_image_test.cpp | 189 auto surface = Surface::MakeRasterN32Premul(800, 800); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | surface.cpp | 81 std::shared_ptr<Surface> Surface::MakeRasterN32Premul(int32_t width, int32_t height) in MakeRasterN32Premul() function in OHOS::Rosen::Drawing::Surface 83 return StaticFactory::MakeRasterN32Premul(width, height); in MakeRasterN32Premul()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/ |
H A D | drawsurface_fuzzer.cpp | 103 surface.MakeRasterN32Premul(widthT, heightT); in SurfaceFuzzTest002() 114 surface.MakeRasterN32Premul(surWidth, surHeight); in SurfaceFuzzTest002()
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/drawable/ |
H A D | rs_render_drawable_test.cpp | 431 std::shared_ptr<Drawing::Surface> surface = Drawing::Surface::MakeRasterN32Premul(100, 100); in HWTEST_F() 483 std::shared_ptr<Drawing::Surface> surface = Drawing::Surface::MakeRasterN32Premul(100, 100); in HWTEST_F() 502 std::shared_ptr<Drawing::Surface> surface = Drawing::Surface::MakeRasterN32Premul(100, 100); in HWTEST_F() 530 surfaceDrawable_->offscreenSurface_ = Drawing::Surface::MakeRasterN32Premul(100, 100); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/ |
H A D | static_factory.cpp | 196 std::shared_ptr<Surface> StaticFactory::MakeRasterN32Premul(int32_t width, int32_t height) in MakeRasterN32Premul() function in OHOS::Rosen::Drawing::StaticFactory 200 return DDGRStaticFactory::MakeRasterN32Premul(width, height); in MakeRasterN32Premul() 203 return EngineStaticFactory::MakeRasterN32Premul(width, height); in MakeRasterN32Premul()
|
H A D | static_factory.h | 65 static std::shared_ptr<Surface> MakeRasterN32Premul(int32_t width, int32_t height);
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_surface.h | 56 static std::shared_ptr<Surface> MakeRasterN32Premul(int32_t width, int32_t height);
|
H A D | skia_static_factory.cpp | 124 std::shared_ptr<Surface> SkiaStaticFactory::MakeRasterN32Premul(int32_t width, int32_t height) in MakeRasterN32Premul() function in OHOS::Rosen::Drawing::SkiaStaticFactory 126 return SkiaSurface::MakeRasterN32Premul(width, height); in MakeRasterN32Premul()
|
H A D | skia_static_factory.h | 65 static std::shared_ptr<Surface> MakeRasterN32Premul(int32_t width, int32_t height);
|
H A D | skia_surface.cpp | 319 std::shared_ptr<Surface> SkiaSurface::MakeRasterN32Premul(int32_t width, int32_t height) in MakeRasterN32Premul() function in OHOS::Rosen::Drawing::SkiaSurface 321 sk_sp<SkSurface> skSurface = SkSurface::MakeRasterN32Premul(width, height); in MakeRasterN32Premul()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | surface.h | 126 static std::shared_ptr<Surface> MakeRasterN32Premul(int32_t width, int32_t height);
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/ |
H A D | rs_surface_render_node_drawable_test.cpp | 479 std::shared_ptr<Drawing::Surface> surface = Drawing::Surface::MakeRasterN32Premul(100, 100); in HWTEST_F() 499 std::shared_ptr<Drawing::Surface> surface = Drawing::Surface::MakeRasterN32Premul(100, 100); in HWTEST_F() 517 std::shared_ptr<Drawing::Surface> surface = Drawing::Surface::MakeRasterN32Premul(100, 100); in HWTEST_F() 574 surfaceDrawable_->offscreenSurface_ = Drawing::Surface::MakeRasterN32Premul(100, 100); in HWTEST_F() 1197 Drawing::Surface::MakeRasterN32Premul(DEFAULT_CANVAS_SIZE, DEFAULT_CANVAS_SIZE); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/ |
H A D | rs_property_drawable_utils_test.cpp | 151 auto surface = Drawing::Surface::MakeRasterN32Premul(10, 10); in HWTEST_F() 174 auto surfaceTest3 = Drawing::Surface::MakeRasterN32Premul(10, 10); in HWTEST_F() 500 auto surface = Drawing::Surface::MakeRasterN32Premul(10, 10); in HWTEST_F() 529 auto surface = Drawing::Surface::MakeRasterN32Premul(10, 10); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render/render_base/unittest/draw/ |
H A D | rs_property_drawable_utils_test.cpp | 151 auto surface = Drawing::Surface::MakeRasterN32Premul(10, 10); in HWTEST_F() 174 auto surfaceTest3 = Drawing::Surface::MakeRasterN32Premul(10, 10); in HWTEST_F() 500 auto surface = Drawing::Surface::MakeRasterN32Premul(10, 10); in HWTEST_F() 529 auto surface = Drawing::Surface::MakeRasterN32Premul(10, 10); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_ui_first_surface_render_node_drawable.cpp | 334 cacheSurface_ = Drawing::Surface::MakeRasterN32Premul(width, height); in InitCacheSurface()
|
H A D | rs_render_node_drawable.cpp | 541 Drawing::Surface::MakeRasterN32Premul(static_cast<int32_t>(cacheSize.x_), static_cast<int32_t>(cacheSize.y_)); in InitCachedSurface()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_property_drawable_bounds_geometry_test.cpp | 1359 sk_sp<SkSurface> skSurface = SkSurface::MakeRasterN32Premul(1, 1); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 2940 cacheSurface_ = Drawing::Surface::MakeRasterN32Premul(width, height); in InitCacheSurface()
|