Home
last modified time | relevance | path

Searched refs:AlphaTypeToRSAlphaType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_image.h103 static RSAlphaType AlphaTypeToRSAlphaType(const RefPtr<PixelMap>& pixmap);
H A Ddrawing_image.cpp132 RSAlphaType alphaType = AlphaTypeToRSAlphaType(pixmap); in MakeRSImageFromPixmap()
143 RSAlphaType DrawingImage::AlphaTypeToRSAlphaType(const RefPtr<PixelMap>& pixmap) in AlphaTypeToRSAlphaType() function in OHOS::Ace::NG::DrawingImage
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drosen_render_image.h63 static RSAlphaType AlphaTypeToRSAlphaType(const RefPtr<PixelMap>& pixmap);
H A Drosen_render_image.cpp1512 return { PixelFormatToRSColorType(pixmap), AlphaTypeToRSAlphaType(pixmap) };
1540 Rosen::Drawing::AlphaType RosenRenderImage::AlphaTypeToRSAlphaType(const RefPtr<PixelMap>& pixmap) function in OHOS::Ace::RosenRenderImage