/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/ |
H A D | pixmap.cpp | 41 AlphaType Pixmap::GetAlphaType() const in GetAlphaType() function in OHOS::Rosen::Drawing::Pixmap 43 return pixmapImplPtr_->GetAlphaType(); in GetAlphaType()
|
H A D | bitmap.cpp | 59 AlphaType Bitmap::GetAlphaType() const in GetAlphaType() function in OHOS::Rosen::Drawing::Bitmap 61 return bmpImplPtr->GetAlphaType(); in GetAlphaType() 144 return {imageInfo.GetColorType(), imageInfo.GetAlphaType()}; in GetFormat()
|
H A D | image.cpp | 141 AlphaType Image::GetAlphaType() const in GetAlphaType() function in OHOS::Rosen::Drawing::Image 143 return imageImplPtr->GetAlphaType(); in GetAlphaType()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_raw_test.cpp | 68 ASSERT_EQ(pixelMap->GetAlphaType(), AlphaType::IMAGE_ALPHA_TYPE_PREMUL); in HWTEST_F() 104 ASSERT_EQ(pixelMap->GetAlphaType(), AlphaType::IMAGE_ALPHA_TYPE_PREMUL); in HWTEST_F() 139 ASSERT_EQ(pixelMap->GetAlphaType(), AlphaType::IMAGE_ALPHA_TYPE_PREMUL); in HWTEST_F() 169 ASSERT_EQ(pixelMap->GetAlphaType(), AlphaType::IMAGE_ALPHA_TYPE_PREMUL); in HWTEST_F() 418 ASSERT_EQ(pixelMap->GetAlphaType(), AlphaType::IMAGE_ALPHA_TYPE_PREMUL); in HWTEST_F() 448 ASSERT_EQ(pixelMap->GetAlphaType(), AlphaType::IMAGE_ALPHA_TYPE_PREMUL); in HWTEST_F() 478 ASSERT_EQ(pixelMap->GetAlphaType(), AlphaType::IMAGE_ALPHA_TYPE_PREMUL); in HWTEST_F() 508 ASSERT_EQ(pixelMap->GetAlphaType(), AlphaType::IMAGE_ALPHA_TYPE_PREMUL); in HWTEST_F()
|
H A D | image_source_wbmp_test.cpp | 67 ASSERT_EQ(pixelMap->GetAlphaType(), AlphaType::IMAGE_ALPHA_TYPE_OPAQUE); in HWTEST_F() 97 ASSERT_EQ(pixelMap->GetAlphaType(), AlphaType::IMAGE_ALPHA_TYPE_OPAQUE); in HWTEST_F() 127 ASSERT_EQ(pixelMap->GetAlphaType(), AlphaType::IMAGE_ALPHA_TYPE_OPAQUE); in HWTEST_F() 157 ASSERT_EQ(pixelMap->GetAlphaType(), AlphaType::IMAGE_ALPHA_TYPE_OPAQUE); in HWTEST_F()
|
H A D | image_source_bmp_test.cpp | 66 ASSERT_EQ(pixelMap->GetAlphaType(), AlphaType::IMAGE_ALPHA_TYPE_PREMUL); in HWTEST_F() 101 ASSERT_EQ(pixelMap->GetAlphaType(), AlphaType::IMAGE_ALPHA_TYPE_PREMUL); in HWTEST_F() 136 ASSERT_EQ(pixelMap->GetAlphaType(), AlphaType::IMAGE_ALPHA_TYPE_PREMUL); in HWTEST_F() 165 ASSERT_EQ(pixelMap->GetAlphaType(), AlphaType::IMAGE_ALPHA_TYPE_PREMUL); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_bitmap.cpp | 115 return static_cast<OH_Drawing_AlphaFormat>(bitmap->GetAlphaType()); in OH_Drawing_BitmapGetAlphaFormat() 138 cImageInfo->alphaType = static_cast<OH_Drawing_AlphaFormat>(imageInfo.GetAlphaType()); in OH_Drawing_BitmapGetImageInfo()
|
H A D | drawing_image.cpp | 88 cImageInfo->alphaType = static_cast<OH_Drawing_AlphaFormat>(imageInfo.GetAlphaType()); in OH_Drawing_ImageGetImageInfo()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/ |
H A D | bitmap.h | 54 AlphaType GetAlphaType() const; 259 out += " alphaType:" + std::to_string(static_cast<int>(bmpImplPtr->GetAlphaType())); in Dump()
|
H A D | pixmap.h | 32 AlphaType GetAlphaType() const;
|
H A D | image.h | 366 AlphaType GetAlphaType() const; 458 out += " alphaType:" + std::to_string(static_cast<int>(GetAlphaType())); in Dump()
|
H A D | image_info.h | 71 AlphaType GetAlphaType() const in GetAlphaType() function in OHOS::Rosen::Drawing::ImageInfo
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | pixmap_impl.h | 34 virtual AlphaType GetAlphaType() const = 0;
|
H A D | bitmap_impl.h | 43 virtual AlphaType GetAlphaType() const = 0;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_pixmap.h | 42 AlphaType GetAlphaType() const override;
|
H A D | skia_pixmap.cpp | 56 AlphaType SkiaPixmap::GetAlphaType() const in GetAlphaType() function in OHOS::Rosen::Drawing::SkiaPixmap
|
/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_pixel_map.h | 29 MOCK_METHOD(AlphaType, GetAlphaType, (), (const override));
|
/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/ |
H A D | sk_image_chain_unittest.cpp | 228 static_cast<SkAlphaType>(srcPixelMap->GetAlphaType())); in HWTEST_F() 261 static_cast<SkAlphaType>(srcPixelMap->GetAlphaType())); in HWTEST_F() 292 static_cast<SkAlphaType>(srcPixelMap->GetAlphaType())); in HWTEST_F() 323 static_cast<SkAlphaType>(srcPixelMap->GetAlphaType())); in HWTEST_F() 354 static_cast<SkAlphaType>(srcPixelMap->GetAlphaType())); in HWTEST_F()
|
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | image_converter.cpp | 68 SkAlphaType alphaType = ImageConverter::AlphaTypeToSkAlphaType(pixelMap->GetAlphaType()); in PixelMapToBitmap() 130 Rosen::Drawing::AlphaType alphaType = ImageConverter::AlphaTypeToAlphaType(pixelMap->GetAlphaType());
|
H A D | image_source_preview.h | 96 AlphaType GetAlphaType() in GetAlphaType() function in OHOS::Media::PixelMap
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map_parcel.cpp | 177 if (!data.WriteInt32(static_cast<int32_t>(pixelMap->GetAlphaType()))) { in WriteImageInfo() 178 IMAGE_LOGE("write pixel map alpha type:[%{public}d] to parcel failed.", pixelMap->GetAlphaType()); in WriteImageInfo()
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | pixel_map_preview.cpp | 80 AlphaType PixelMapPreview::GetAlphaType() const in GetAlphaType() function in OHOS::Ace::PixelMapPreview
|
H A D | pixel_map_preview.h | 36 AlphaType GetAlphaType() const override;
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | pixel_map_ohos.h | 39 AlphaType GetAlphaType() const override;
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/pixmap_fuzzer/ |
H A D | pixmap_fuzzer.cpp | 65 pix.GetAlphaType(); in PixmapFuzzTest000()
|