Home
last modified time | relevance | path

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 Dimage_info.h40 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 Dimageinfo_fuzzer.cpp70 imageInfo.MakeN32Premul(width, height); in ImageInfoFuzzTest002()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
H A Dskia_svg_dom.cpp103 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 Drs_rcd_surface_render_node.cpp205 …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 Drs_ui_first_surface_render_node_drawable.cpp299 Drawing::ImageInfo info = Drawing::ImageInfo::MakeN32Premul(width, height); in InitCacheSurface()
H A Drs_render_node_drawable.cpp508 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 Dskia_image_test.cpp459 ImageInfo dstInfo = ImageInfo::MakeN32Premul(100, 100); // 100: width, height
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp194 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 Drs_render_node.cpp2890 Drawing::ImageInfo info = Drawing::ImageInfo::MakeN32Premul(width, height); in InitCacheSurface()