Home
last modified time | relevance | path

Searched refs:AlphaTypeToSkAlphaType (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Dimage_converter.h38 static SkAlphaType AlphaTypeToSkAlphaType(Media::AlphaType alphaType);
H A Dimage_converter.cpp47 SkAlphaType ImageConverter::AlphaTypeToSkAlphaType(Media::AlphaType alphaType) in AlphaTypeToSkAlphaType() function in OHOS::Ace::Napi::ImageConverter
68 SkAlphaType alphaType = ImageConverter::AlphaTypeToSkAlphaType(pixelMap->GetAlphaType()); in PixelMapToBitmap()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_image.h100 static SkAlphaType AlphaTypeToSkAlphaType(const RefPtr<PixelMap>& pixmap);
H A Dskia_image.cpp64 SkAlphaType alphaType = AlphaTypeToSkAlphaType(pixmap); in MakeSkImageFromPixmap()
77 SkAlphaType SkiaImage::AlphaTypeToSkAlphaType(const RefPtr<PixelMap>& pixmap) in AlphaTypeToSkAlphaType() function in OHOS::Ace::NG::SkiaImage
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dlayout_inspector.cpp55 SkAlphaType AlphaTypeToSkAlphaType(const RefPtr<PixelMap>& pixmap) in AlphaTypeToSkAlphaType() function
98 SkAlphaType alphaType = AlphaTypeToSkAlphaType(pixmap); in MakeSkImageInfoFromPixelMap()
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drosen_render_image.h58 static SkAlphaType AlphaTypeToSkAlphaType(const RefPtr<PixelMap>& pixmap);
H A Drosen_render_image.cpp1505 SkAlphaType at = AlphaTypeToSkAlphaType(pixmap);
1524 SkAlphaType RosenRenderImage::AlphaTypeToSkAlphaType(const RefPtr<PixelMap>& pixmap) function in RosenRenderImage
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_provider.h154 static SkAlphaType AlphaTypeToSkAlphaType(const RefPtr<PixelMap>& pixmap);
H A Dimage_provider.cpp813 SkAlphaType at = AlphaTypeToSkAlphaType(pixmap);
844 SkAlphaType ImageProvider::AlphaTypeToSkAlphaType(const RefPtr<PixelMap>& pixmap) function in OHOS::Ace::ImageProvider
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Ddrawable_descriptor_test.cpp109 * @tc.steps: step2. call AlphaTypeToSkAlphaType in HWTEST_F()
113 auto res2 = imageConverter.AlphaTypeToSkAlphaType(alphaType); in HWTEST_F()

Completed in 11 milliseconds