Searched refs:AlphaTypeToRSAlphaType (Results 1 – 4 of 4) sorted by relevance
103 static RSAlphaType AlphaTypeToRSAlphaType(const RefPtr<PixelMap>& pixmap);
132 RSAlphaType alphaType = AlphaTypeToRSAlphaType(pixmap); in MakeRSImageFromPixmap()143 RSAlphaType DrawingImage::AlphaTypeToRSAlphaType(const RefPtr<PixelMap>& pixmap) in AlphaTypeToRSAlphaType() function in OHOS::Ace::NG::DrawingImage
63 static RSAlphaType AlphaTypeToRSAlphaType(const RefPtr<PixelMap>& pixmap);
1512 return { PixelFormatToRSColorType(pixmap), AlphaTypeToRSAlphaType(pixmap) };1540 Rosen::Drawing::AlphaType RosenRenderImage::AlphaTypeToRSAlphaType(const RefPtr<PixelMap>& pixmap) function in OHOS::Ace::RosenRenderImage