Searched refs:MakeN32Premul (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/ |
H A D | image_info.h | 40 static ImageInfo MakeN32Premul(int32_t width, int32_t height) in MakeN32Premul() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/imageinfo_fuzzer/ |
H A D | imageinfo_fuzzer.cpp | 70 imageInfo.MakeN32Premul(width, height); in ImageInfoFuzzTest002()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/ |
H A D | skia_svg_dom.cpp | 103 auto imageInfo = RSImageInfo::MakeN32Premul(layout.Width(), layout.Height()); in OffScreenDraw()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/ |
H A D | rs_rcd_surface_render_node.cpp | 205 …Drawing::ImageInfo imgInfo = Drawing::ImageInfo::MakeN32Premul(nodeBuffer->GetWidth(), nodeBuffer-… in SetHardwareResourceToBuffer()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_ui_first_surface_render_node_drawable.cpp | 299 Drawing::ImageInfo info = Drawing::ImageInfo::MakeN32Premul(width, height); in InitCacheSurface()
|
H A D | rs_render_node_drawable.cpp | 508 Drawing::ImageInfo info = Drawing::ImageInfo::MakeN32Premul(width, height); in InitCachedSurface()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_image_test.cpp | 459 ImageInfo dstInfo = ImageInfo::MakeN32Premul(100, 100); // 100: width, height
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_utils.cpp | 194 pcInfo = Drawing::ImageInfo::MakeN32Premul(10, 10); // 10 * 10 pixels in GpuScaleImage() 197 pcInfo = Drawing::ImageInfo::MakeN32Premul(100, 100); // 100 * 100 pixels in GpuScaleImage()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 2890 Drawing::ImageInfo info = Drawing::ImageInfo::MakeN32Premul(width, height); in InitCacheSurface()
|