Home
last modified time | relevance | path

Searched refs:MakeRasterN32Premul (Results 1 - 19 of 19) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_surface_test.cpp202 * @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 Dskia_image_test.cpp189 auto surface = Surface::MakeRasterN32Premul(800, 800); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dsurface.cpp81 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 Ddrawsurface_fuzzer.cpp103 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 Drs_render_drawable_test.cpp431 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 Dstatic_factory.cpp196 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 Dstatic_factory.h65 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 Dskia_surface.h56 static std::shared_ptr<Surface> MakeRasterN32Premul(int32_t width, int32_t height);
H A Dskia_static_factory.cpp124 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 Dskia_static_factory.h65 static std::shared_ptr<Surface> MakeRasterN32Premul(int32_t width, int32_t height);
H A Dskia_surface.cpp319 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 Dsurface.h126 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 Drs_surface_render_node_drawable_test.cpp479 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 Drs_property_drawable_utils_test.cpp151 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 Drs_property_drawable_utils_test.cpp151 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 Drs_ui_first_surface_render_node_drawable.cpp334 cacheSurface_ = Drawing::Surface::MakeRasterN32Premul(width, height); in InitCacheSurface()
H A Drs_render_node_drawable.cpp541 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 Drs_property_drawable_bounds_geometry_test.cpp1359 sk_sp<SkSurface> skSurface = SkSurface::MakeRasterN32Premul(1, 1); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp2940 cacheSurface_ = Drawing::Surface::MakeRasterN32Premul(width, height); in InitCacheSurface()

Completed in 24 milliseconds