Home
last modified time | relevance | path

Searched defs:alphaType (Results 1 – 25 of 73) sorted by relevance

123

/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
Dimage_converter.cpp46 SkAlphaType ImageConverter::AlphaTypeToSkAlphaType(Media::AlphaType alphaType) in AlphaTypeToSkAlphaType()
67 SkAlphaType alphaType = ImageConverter::AlphaTypeToSkAlphaType(pixelMap->GetAlphaType()); in PixelMapToBitmap() local
Dimage_source_preview.h56 AlphaType alphaType = AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN; member
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
Dbitmap.h27 AlphaType alphaType; member
Dimage_info.h133 void SetAlphaType(AlphaType alphaType) in SetAlphaType()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/imageinfo_fuzzer/
Dimageinfo_fuzzer.cpp49 uint32_t alphaType = GetObject<uint32_t>(); in ImageInfoFuzzTest001() local
88 uint32_t alphaType = GetObject<uint32_t>(); in ImageInfoFuzzTest003() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/bitmap_fuzzer/
Dbitmap_fuzzer.cpp63 uint32_t alphaType = GetObject<uint32_t>(); in BitmapFuzzTest002() local
95 uint32_t alphaType = GetObject<uint32_t>(); in BitmapFuzzTest003() local
175 uint32_t alphaType = GetObject<uint32_t>(); in BitmapFuzzTest006() local
197 uint32_t alphaType = GetObject<uint32_t>(); in BitmapFuzzTest007() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
Dimage_type_converter.cpp30 AlphaType alphaType; member
86 SkAlphaType ImageTypeConverter::ToSkAlphaType(const AlphaType alphaType) in ToSkAlphaType()
118 const string ImageTypeConverter::ToName(const AlphaType alphaType) in ToName()
/foundation/arkui/ace_engine/frameworks/core/common/udmf/
Dudmf_client.h34 AlphaType alphaType = AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN; member
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/test/unittest/pasteboardapi/
DPasteBoardApiExceptionJsunit.test.js206 alphaType: 1, property
284 alphaType: 1, property
442 alphaType: 1, property
530 alphaType: 1, property
1061 alphaType: 1, property
DPasteBoardPromiseJsunit.test.js1344 alphaType: 1, property
1421 alphaType: 1, property
1473 alphaType: 1, property
1648 alphaType: 1, property
1886 alphaType: 1, property
DPasteBoardCallbackJsunit.test .js860 alphaType: 1, property
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkimage_fuzzer/
Dndkimage_fuzzer.cpp62 uint32_t alphaType = GetObject<uint32_t>(); in NativeDrawingImageTest() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/
Dtest_common.cpp113 Drawing::AlphaType TestCommon::AlphaTypeToDrawingAlphaType(OHOS::Media::AlphaType alphaType) in AlphaTypeToDrawingAlphaType()
/foundation/multimedia/image_framework/plugins/manager/include/image/
Dimage_plugin_type.h29 OHOS::Media::AlphaType alphaType = OHOS::Media::AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN; member
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/
Ddrawsurface_fuzzer.cpp96 uint32_t alphaType = GetObject<uint32_t>(); in SurfaceFuzzTest002() local
142 uint32_t alphaType = GetObject<uint32_t>(); in SurfaceFuzzTest003() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/render/rspixelmapshader_fuzzer/
Drspixelmapshader_fuzzer.cpp80 Drawing::AlphaType alphaType = in GetPixelMapFromData() local
/foundation/multimedia/image_framework/interfaces/kits/native/include/
Dimage_pixel_map_mdk.h161 uint32_t alphaType; member
/foundation/arkui/ace_engine/test/mock/core/rosen/
Dtesting_bitmap.h46 AlphaType alphaType; member
/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
Dpixelmap_native.cpp65 PIXELMAP_ALPHA_TYPE alphaType = PIXELMAP_ALPHA_TYPE::PIXELMAP_ALPHA_TYPE_UNKNOWN; member
74 PIXELMAP_ALPHA_TYPE alphaType = PIXELMAP_ALPHA_TYPE::PIXELMAP_ALPHA_TYPE_UNKNOWN; member
266 int32_t *alphaType) in OH_PixelmapInitializationOptions_GetAlphaType()
277 int32_t alphaType) in OH_PixelmapInitializationOptions_SetAlphaType()
372 Image_ErrorCode OH_PixelmapImageInfo_GetAlphaType(OH_Pixelmap_ImageInfo *info, int32_t *alphaType) in OH_PixelmapImageInfo_GetAlphaType()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/
Dimage_plugin_fuzz.cpp73 SkAlphaType alphaType; in ExtDecoderFuncTest001() local
/foundation/multimedia/image_framework/frameworks/kits/cj/include/
Dimage_ffi.h38 int32_t alphaType; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
Drs_pixel_map_util.cpp75 static Drawing::AlphaType AlphaTypeToDrawingAlphaType(AlphaType alphaType) in AlphaTypeToDrawingAlphaType()
/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/
Dbmp_decoder.cpp346 AlphaType BmpDecoder::ConvertToAlphaType(SkAlphaType alphaType) in ConvertToAlphaType()
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/unittest/
DUdmfJsTest.js1164 alphaType: 1, property
1215 alphaType: 1, property
1797 alphaType: 1, property
2134 alphaType: 1, property
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dskia_image.cpp64 SkAlphaType alphaType = AlphaTypeToSkAlphaType(pixmap); in MakeSkImageFromPixmap() local

123