Home
last modified time | relevance | path

Searched refs:dstInfo (Results 1 - 25 of 60) sorted by relevance

123

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpixel_convert_adapter_test.cpp61 ImageInfo dstInfo; in HWTEST_F() local
62 dstInfo.size.width = 4; in HWTEST_F()
63 dstInfo.size.height = 4; in HWTEST_F()
64 dstInfo.pixelFormat = PixelFormat::RGB_565; in HWTEST_F()
65 dstInfo.colorSpace = ColorSpace::SRGB; in HWTEST_F()
66 pixelMap.SetImageInfo(dstInfo); in HWTEST_F()
75 srcRowBytes, info, dstPixels, dstPos, dstRowBytes, dstInfo); in HWTEST_F()
96 ImageInfo dstInfo; in HWTEST_F() local
98 srcRowBytes, srcInfo, dstPixels, dstPos, dstRowBytes, dstInfo); in HWTEST_F()
127 ImageInfo dstInfo; in HWTEST_F() local
166 ImageInfo dstInfo; HWTEST_F() local
246 ImageInfo dstInfo; HWTEST_F() local
289 ImageInfo dstInfo; HWTEST_F() local
332 ImageInfo dstInfo; HWTEST_F() local
375 ImageInfo dstInfo; HWTEST_F() local
[all...]
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dmemcpy_helper.cpp37 BufferInfo &dstInfo = dst.bufferInfo; in CopyData() local
41 dst.data, dstInfo.height_, dstInfo.formatType_, dstInfo.rowStride_, dstInfo.len_); in CopyData()
43 uint32_t dstRowStride = dstInfo.rowStride_; in CopyData()
45 uint32_t dstBufferLen = dstInfo.len_; in CopyData()
59 uint32_t dstRowCount = FormatHelper::CalculateDataRowCount(dstInfo.height_, dstInfo.formatType_); in CopyData()
66 dstInfo in CopyData()
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/
H A Dwebp_encoder.cpp439 const ImageInfo dstInfo = MakeImageInfo(pixelMap.GetWidth(), pixelMap.GetHeight(), in DoTransformRGBX() local
442 ShowTransformParam(srcInfo, srcRowBytes, dstInfo, dstRowBytes, componentsNum); in DoTransformRGBX()
451 dstPixels, dstPos, dstRowBytes, dstInfo)) { in DoTransformRGBX()
471 const ImageInfo dstInfo = MakeImageInfo(pixelMap.GetWidth(), pixelMap.GetHeight(), in DoTransformRgbA() local
474 ShowTransformParam(srcInfo, srcRowBytes, dstInfo, dstRowBytes, componentsNum); in DoTransformRgbA()
483 dstPixels, dstPos, dstRowBytes, dstInfo)) { in DoTransformRgbA()
503 const ImageInfo dstInfo = MakeImageInfo(pixelMap.GetWidth(), pixelMap.GetHeight(), in DoTransformBGRX() local
506 ShowTransformParam(srcInfo, srcRowBytes, dstInfo, dstRowBytes, componentsNum); in DoTransformBGRX()
515 dstPixels, dstPos, dstRowBytes, dstInfo)) { in DoTransformBGRX()
535 const ImageInfo dstInfo in DoTransformBGRA() local
567 const ImageInfo dstInfo = MakeImageInfo(pixelMap.GetWidth(), pixelMap.GetHeight(), DoTransformBgrA() local
599 const ImageInfo dstInfo = MakeImageInfo(pixelMap.GetWidth(), pixelMap.GetHeight(), DoTransformF16To8888() local
631 const ImageInfo dstInfo = MakeImageInfo(pixelMap.GetWidth(), pixelMap.GetHeight(), DoTransformF16pTo8888() local
663 const ImageInfo dstInfo = MakeImageInfo(pixelMap.GetWidth(), pixelMap.GetHeight(), DoTransformArgbToRgb() local
695 const ImageInfo dstInfo = MakeImageInfo(pixelMap.GetWidth(), pixelMap.GetHeight(), DoTransformArgbToRgba() local
727 const ImageInfo dstInfo = MakeImageInfo(pixelMap.GetWidth(), pixelMap.GetHeight(), DoTransformRGB565() local
759 const ImageInfo dstInfo = MakeImageInfo(pixelMap.GetWidth(), pixelMap.GetHeight(), DoTransformGray() local
795 ShowTransformParam(const ImageInfo &srcInfo, const uint32_t &srcRowBytes, const ImageInfo &dstInfo, const uint32_t &dstRowBytes, const int &componentsNum) ShowTransformParam() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dpixel_yuv_utils.h74 void *dstPixels, const ImageInfo &dstInfo);
83 static bool BGRAToYuv420(const uint8_t *src, YuvImageInfo &srcInfo, uint8_t *dst, YuvImageInfo &dstInfo);
85 YuvImageInfo &dstInfo);
86 static bool Yuv420ToARGB(const uint8_t *in, YuvImageInfo &srcInfo, uint8_t *out, YuvImageInfo &dstInfo);
96 uint8_t *dstData, YuvImageInfo &dstInfo, int32_t degrees);
98 static bool YuvReversal(uint8_t *srcData, YuvImageInfo &srcInfo, uint8_t *dstData, YuvImageInfo &dstInfo);
100 uint8_t *dstPixels, YuvImageInfo &dstInfo, int32_t module);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/pixelconverter/src/
H A Dpixel_convert_adapter.cpp169 const ImageInfo &dstInfo) in WritePixelsConvert()
178 SkAlphaType dstAlphaType = static_cast<SkAlphaType>(dstInfo.alphaType); in WritePixelsConvert()
180 SkColorType dstColorType = PixelFormatConvert(dstInfo.pixelFormat); in WritePixelsConvert()
182 SkImageInfo dstImageInfo = SkImageInfo::Make(dstInfo.size.width, dstInfo.size.height, dstColorType, dstAlphaType); in WritePixelsConvert()
184 int32_t dstRGBxSize = (dstInfo.pixelFormat == PixelFormat::RGB_888) ? in WritePixelsConvert()
185 GetRGBxSize(dstInfo) : static_cast<int32_t>(NUM_1); in WritePixelsConvert()
188 dstPixels = (dstInfo.pixelFormat == PixelFormat::RGB_888) ? &dstRGBxPixels[0] : dstPixels; in WritePixelsConvert()
189 dstRowBytes = (dstInfo.pixelFormat == PixelFormat::RGB_888) ? in WritePixelsConvert()
190 static_cast<uint32_t>(GetRGBxRowBytes(dstInfo)) in WritePixelsConvert()
167 WritePixelsConvert(const void *srcPixels, uint32_t srcRowBytes, const ImageInfo &srcInfo, void *dstPixels, const Position &dstPos, uint32_t dstRowBytes, const ImageInfo &dstInfo) WritePixelsConvert() argument
225 ReadPixelsConvert(const void *srcPixels, const Position &srcPos, uint32_t srcRowBytes, const ImageInfo &srcInfo, void *dstPixels, uint32_t dstRowBytes, const ImageInfo &dstInfo) ReadPixelsConvert() argument
277 YUV420ToRGB888(const uint8_t *in, YuvImageInfo &srcInfo, uint8_t *out, YuvImageInfo &dstInfo) YUV420ToRGB888() argument
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/
H A Dbmp_decoder.cpp149 static uint32_t DmaMemAlloc(uint64_t count, DecodeContext &context, SkImageInfo &dstInfo) in DmaMemAlloc() argument
157 .width = dstInfo.width(), in DmaMemAlloc()
158 .height = dstInfo.height(), in DmaMemAlloc()
259 uint32_t BmpDecoder::SetContextPixelsBuffer(uint64_t byteCount, DecodeContext &context, SkImageInfo &dstInfo) in SetContextPixelsBuffer() argument
268 uint32_t res = DmaMemAlloc(byteCount, context, dstInfo); in SetContextPixelsBuffer()
303 SkImageInfo dstInfo = info_.makeColorType(desireColor_); in Decode() local
304 if (ImageUtils::CheckMulOverflow(dstInfo.width(), dstInfo.height(), dstInfo.bytesPerPixel())) { in Decode()
306 dstInfo in Decode()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_bitmap.cpp141 bool OH_Drawing_BitmapReadPixels(OH_Drawing_Bitmap* cBitmap, const OH_Drawing_Image_Info* dstInfo, in OH_Drawing_BitmapReadPixels() argument
144 if (cBitmap == nullptr || dstInfo == nullptr || dstPixels == nullptr) { in OH_Drawing_BitmapReadPixels()
149 ImageInfo imageInfo(dstInfo->width, dstInfo->height, in OH_Drawing_BitmapReadPixels()
150 static_cast<ColorType>(dstInfo->colorType), static_cast<AlphaType>(dstInfo->alphaType)); in OH_Drawing_BitmapReadPixels()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/pixelconverter/include/
H A Dpixel_convert_adapter.h41 const ImageInfo &dstInfo);
44 const ImageInfo &dstInfo);
46 static bool YUV420ToRGB888(const uint8_t *in, YuvImageInfo &srcInfo, uint8_t *out, YuvImageInfo &dstInfo);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp1096 void *dstPixels, const FFMPEG_CONVERT_INFO& dstInfo) in FFMpegConvert()
1103 dstInfo.format == AVPixelFormat::AV_PIX_FMT_NONE) { in FFMpegConvert()
1107 if (srcInfo.width <= 0 || srcInfo.height <= 0 || dstInfo.width <= 0 || dstInfo.height <= 0) { in FFMpegConvert()
1116 dstInfo.width, dstInfo.height, dstInfo.format, SWS_POINT, nullptr, nullptr, nullptr); in FFMpegConvert()
1122 dstInfo.format, dstInfo.width, dstInfo in FFMpegConvert()
1095 FFMpegConvert(const void *srcPixels, const FFMPEG_CONVERT_INFO& srcInfo, void *dstPixels, const FFMPEG_CONVERT_INFO& dstInfo) FFMpegConvert() argument
1175 ConvertAndCollapseByFFMpeg(const void *srcPixels, const ImageInfo &srcInfo, void *dstPixels, const ImageInfo &dstInfo, bool useDMA) ConvertAndCollapseByFFMpeg() argument
1189 P010ConvertRGBA1010102(const void *srcPixels, ImageInfo srcInfo, void *dstPixels, ImageInfo dstInfo) P010ConvertRGBA1010102() argument
1230 ConvertRGBA1010102ToYUV(const void *srcPixels, ImageInfo srcInfo, void *dstPixels, ImageInfo dstInfo) ConvertRGBA1010102ToYUV() argument
1271 YUVConvertRGB(const void *srcPixels, const ImageInfo &srcInfo, void *dstPixels, const ImageInfo &dstInfo) YUVConvertRGB() argument
1313 ConvertFromYUV(const void *srcPixels, const int32_t srcLength, const ImageInfo &srcInfo, void *dstPixels, const ImageInfo &dstInfo) ConvertFromYUV() argument
1339 ConvertFromP010(const void *srcPixels, const int32_t srcLength, const ImageInfo &srcInfo, void *dstPixels, const ImageInfo &dstInfo) ConvertFromP010() argument
1387 RGBConvertYUV(const void *srcPixels, const ImageInfo &srcInfo, void *dstPixels, const ImageInfo &dstInfo) RGBConvertYUV() argument
1427 ConvertToYUV(const void *srcPixels, const int32_t srcLength, const ImageInfo &srcInfo, void *dstPixels, const ImageInfo &dstInfo) ConvertToYUV() argument
1452 ConvertToP010(const void *srcPixels, const int32_t srcLength, const ImageInfo &srcInfo, void *dstPixels, const ImageInfo &dstInfo) ConvertToP010() argument
1503 YUVConvert(const void *srcPixels, const int32_t srcLength, const ImageInfo &srcInfo, void *dstPixels, const ImageInfo &dstInfo) YUVConvert() argument
1577 Create(const ImageInfo &srcInfo, const ImageInfo &dstInfo) Create() argument
[all...]
/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_event.cpp48 static OHOS::Wifi::ErrCode ConvertedLinkedInfo(const OHOS::Wifi::WifiLinkedInfo& linkedInfo, WifiLinkedInfo *dstInfo) in ConvertedLinkedInfo() argument
50 if (dstInfo == nullptr) { in ConvertedLinkedInfo()
55 if (memcpy_s(dstInfo->ssid, WIFI_MAX_SSID_LEN, linkedInfo.ssid.c_str(), linkedInfo.ssid.size() + 1) != EOK) { in ConvertedLinkedInfo()
58 if (OHOS::Wifi::MacStrToArray(linkedInfo.bssid, dstInfo->bssid) != EOK) { in ConvertedLinkedInfo()
62 dstInfo->rssi = linkedInfo.rssi; in ConvertedLinkedInfo()
63 dstInfo->band = linkedInfo.band; in ConvertedLinkedInfo()
64 dstInfo->frequency = linkedInfo.frequency; in ConvertedLinkedInfo()
65 dstInfo->connState = linkedInfo.connState == OHOS::Wifi::ConnState::CONNECTED ? WIFI_CONNECTED : WIFI_DISCONNECTED; in ConvertedLinkedInfo()
67 dstInfo->ipAddress = linkedInfo.ipAddress; in ConvertedLinkedInfo()
68 dstInfo in ConvertedLinkedInfo()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dpixel_yuv_utils.cpp437 uint8_t *dstPixels, YuvImageInfo &dstInfo, int32_t module) in YuvScale()
441 if (srcInfo.format == AVPixelFormat::AV_PIX_FMT_NONE || dstInfo.format == AVPixelFormat::AV_PIX_FMT_NONE) { in YuvScale()
445 if (srcInfo.width <= 0 || srcInfo.height <= 0 || dstInfo.width <= 0 || dstInfo.height <= 0) { in YuvScale()
450 dstInfo.width, dstInfo.height, dstInfo.format, in YuvScale()
464 FillDstFrameInfo(dstFrame, dstPixels, dstInfo); in YuvScale()
497 static bool RoatateUpDataDstdata(YuvImageInfo &srcInfo, YuvImageInfo &dstInfo, uint8_t *dstData, in RoatateUpDataDstdata() argument
502 dstInfo in RoatateUpDataDstdata()
436 YuvScale(uint8_t *srcPixels, YuvImageInfo &srcInfo, uint8_t *dstPixels, YuvImageInfo &dstInfo, int32_t module) YuvScale() argument
522 Rotate(uint8_t *srcData, YuvImageInfo &srcInfo, uint8_t *dstData, YuvImageInfo &dstInfo, int32_t rotateNum) Rotate() argument
668 YuvReversal(uint8_t *srcData, YuvImageInfo &srcInfo, uint8_t *dstData, YuvImageInfo &dstInfo) YuvReversal() argument
690 YuvRotate(uint8_t *srcData, YuvImageInfo &srcInfo, uint8_t *dstData, YuvImageInfo &dstInfo, int32_t degrees) YuvRotate() argument
724 ReadYuvConvert(const void *srcPixels, const Position &srcPos, YuvImageInfo &info, void *dstPixels, const ImageInfo &dstInfo) ReadYuvConvert() argument
806 BGRAToYuv420(const uint8_t *src, YuvImageInfo &srcInfo, uint8_t *dst, YuvImageInfo &dstInfo) BGRAToYuv420() argument
816 Yuv420ToBGRA(const uint8_t *in, YuvImageInfo &srcInfo, uint8_t *out, YuvImageInfo &dstInfo) Yuv420ToBGRA() argument
825 Yuv420ToARGB(const uint8_t *in, YuvImageInfo &srcInfo, uint8_t *out, YuvImageInfo &dstInfo) Yuv420ToARGB() argument
[all...]
/foundation/window/window_manager/wmserver/include/
H A Dremote_animation.h49 sptr<WindowTransitionInfo> dstInfo, const sptr<WindowNode>& dstNode);
51 sptr<WindowTransitionInfo> dstInfo, const sptr<WindowNode>& srcNode, const sptr<WindowNode>& dstNode);
53 static WMError NotifyAnimationTransition(sptr<WindowTransitionInfo> srcInfo, sptr<WindowTransitionInfo> dstInfo,
59 sptr<WindowTransitionInfo> dstInfo, const sptr<WindowNode>& srcNode,
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Ddb_status_adapter.cpp309 auto res = std::find_if(dstDbInfos.begin(), dstDbInfos.end(), [&srcInfo](const DBInfo &dstInfo) { in MergeDBInfos()
310 return srcInfo.appId == dstInfo.appId && srcInfo.userId == dstInfo.userId && in MergeDBInfos()
311 srcInfo.storeId == dstInfo.storeId && srcInfo.syncDualTupleMode == dstInfo.syncDualTupleMode; in MergeDBInfos()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H A Ddms_continue_time_dumper.cpp300 cJSON* dstInfo = cJSON_Parse(info); in ReadDstInfo() local
301 if (dstInfo == nullptr) { in ReadDstInfo()
305 cJSON* bundleNameItem = cJSON_GetObjectItem(dstInfo, "DstBundleName"); in ReadDstInfo()
307 cJSON_Delete(dstInfo); in ReadDstInfo()
311 cJSON* abilityNameItem = cJSON_GetObjectItem(dstInfo, "DstAbilityName"); in ReadDstInfo()
313 cJSON_Delete(dstInfo); in ReadDstInfo()
319 cJSON_Delete(dstInfo); in ReadDstInfo()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dbmp_decoder_test.cpp539 SkImageInfo dstInfo; in HWTEST_F() local
540 uint32_t result = bmpDecoder->SetContextPixelsBuffer(byteCount, context, dstInfo); in HWTEST_F()
543 result = bmpDecoder->SetContextPixelsBuffer(byteCount, context, dstInfo); in HWTEST_F()
546 result = bmpDecoder->SetContextPixelsBuffer(byteCount, context, dstInfo); in HWTEST_F()
562 SkImageInfo dstInfo; in HWTEST_F() local
564 uint32_t result = bmpDecoder->SetContextPixelsBuffer(byteCount, context, dstInfo); in HWTEST_F()
580 SkImageInfo dstInfo; in HWTEST_F() local
582 uint32_t result = bmpDecoder->SetContextPixelsBuffer(byteCount, context, dstInfo); in HWTEST_F()
585 result = bmpDecoder->SetContextPixelsBuffer(byteCount, context, dstInfo); in HWTEST_F()
588 result = bmpDecoder->SetContextPixelsBuffer(byteCount, context, dstInfo); in HWTEST_F()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp312 YuvImageInfo dstInfo; in rotate() local
313 if (!PixelYuvUtils::YuvRotate(data_, srcInfo, dst, dstInfo, degrees)) { in rotate()
318 imageInfo_.size.width = dstInfo.width; in rotate()
319 imageInfo_.size.height = dstInfo.height; in rotate()
409 YuvImageInfo dstInfo = {PixelYuvUtils::ConvertFormat(imageInfo.pixelFormat), in scale() local
411 if (PixelYuvUtils::YuvScale(data_, srcInfo, yuvData, dstInfo, PixelYuvUtils::YuvConvertOption(option)) != SUCCESS) { in scale()
447 YuvImageInfo dstInfo = {PixelYuvUtils::ConvertFormat(imageInfo.pixelFormat), in scale() local
449 if (PixelYuvUtils::YuvScale(data_, srcInfo, yuvData, dstInfo, PixelYuvUtils::YuvConvertOption(option)) != SUCCESS) { in scale()
484 YuvImageInfo dstInfo = {PixelYuvUtils::ConvertFormat(format), srcW, srcH, imageInfo_.pixelFormat, yuvDataInfo}; in flip() local
486 if (!PixelYuvUtils::YuvReversal(const_cast<uint8_t *>(src), srcInfo, dst, dstInfo)) { in flip()
937 YuvImageInfo dstInfo = {PixelYuvUtils::ConvertFormat(format), ColorSpaceBGRAToYuv() local
981 YuvImageInfo dstInfo = {PixelYuvUtils::ConvertFormat(PixelFormat::BGRA_8888), ApplyColorSpace() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H A Dbitmap.cpp84 bool Bitmap::ReadPixels(const ImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in ReadPixels() argument
87 return bmpImplPtr->ReadPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY); in ReadPixels()
H A Dimage.cpp171 bool Image::ReadPixels(const ImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in ReadPixels() argument
174 return imageImplPtr->ReadPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY); in ReadPixels()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_bitmap.h181 * @param dstInfo Indicates the pointer to an <b>OH_Drawing_Image_Info</b> object.
190 bool OH_Drawing_BitmapReadPixels(OH_Drawing_Bitmap*, const OH_Drawing_Image_Info* dstInfo,
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_bitmap.h73 const TestingImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, int32_t srcX, int32_t srcY) const in ReadPixels()
72 ReadPixels( const TestingImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, int32_t srcX, int32_t srcY) const ReadPixels() argument
/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp139 sptr<WindowTransitionInfo> dstInfo, const sptr<WindowNode>& dstNode) in CheckTransition()
157 if ((dstNode != nullptr && dstInfo != nullptr) && in CheckTransition()
158 !WindowHelper::CheckSupportWindowMode(dstNode->GetWindowMode(), dstNode->GetModeSupportInfo(), dstInfo)) { in CheckTransition()
214 sptr<WindowTransitionInfo> dstInfo, const sptr<WindowNode>& srcNode, const sptr<WindowNode>& dstNode) in GetTransitionEvent()
228 if (dstInfo->GetAbilityToken() == nullptr) { in GetTransitionEvent()
235 if (WindowHelper::IsMainWindow(dstInfo->GetWindowType())) { in GetTransitionEvent()
242 } else if (dstInfo->GetWindowType() == WindowType::WINDOW_TYPE_DESKTOP) { in GetTransitionEvent()
344 sptr<WindowTransitionInfo> dstInfo, const sptr<WindowNode>& srcNode, in NotifyAnimationTransition()
356 auto dstTarget = CreateWindowAnimationTarget(dstInfo, dstNode); in NotifyAnimationTransition()
489 sptr<WindowTransitionInfo> dstInfo, cons in NotifyAnimationBackTransition()
138 CheckTransition(sptr<WindowTransitionInfo> srcInfo, const sptr<WindowNode>& srcNode, sptr<WindowTransitionInfo> dstInfo, const sptr<WindowNode>& dstNode) CheckTransition() argument
213 GetTransitionEvent(sptr<WindowTransitionInfo> srcInfo, sptr<WindowTransitionInfo> dstInfo, const sptr<WindowNode>& srcNode, const sptr<WindowNode>& dstNode) GetTransitionEvent() argument
343 NotifyAnimationTransition(sptr<WindowTransitionInfo> srcInfo, sptr<WindowTransitionInfo> dstInfo, const sptr<WindowNode>& srcNode, const sptr<WindowNode>& dstNode) NotifyAnimationTransition() argument
488 NotifyAnimationBackTransition(sptr<WindowTransitionInfo> srcInfo, sptr<WindowTransitionInfo> dstInfo, const sptr<WindowNode>& srcNode, const sptr<WindowNode>& dstNode, const TransitionEvent event) NotifyAnimationBackTransition() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/image/
H A Danimated_image_player.cpp142 SkImageInfo dstInfo = srcPixmap.info().makeColorType(dstColorType); in CopyTo() local
143 if (!tempDstBitmap.setInfo(dstInfo)) { in CopyTo()
/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/include/
H A Dbmp_decoder.h61 uint32_t SetContextPixelsBuffer(uint64_t byteCount, DecodeContext &context, SkImageInfo &dstInfo);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dbitmap_impl.h45 virtual bool ReadPixels(const ImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_bitmap.h46 bool ReadPixels(const ImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,

Completed in 25 milliseconds

123