| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | node_image_modifier.cpp | 169 std::optional<std::string> src; in SetImageResource() local 198 void SetImageShowSrc(ArkUINodeHandle node, ArkUI_CharPtr src, ArkUI_CharPtr bundleName, ArkUI_CharPtr moduleName, in SetImageShowSrc() argument 385 SetAlt(ArkUINodeHandle node, const char* src, const char* bundleName, const char* moduleName) SetAlt() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
| H A D | drawing_decoration_painter.cpp | 715 DrawingGetFloatRadiusValue( const Dimension& src, const Dimension& dest, const SizeF& size, LengthMode type) DrawingGetFloatRadiusValue() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
| H A D | web_model_ng.cpp | 33 void WebModelNG::Create(const std::string& src, const RefPtr<WebController>& webController, RenderMode renderMode, in Create() argument 62 void WebModelNG::Create(const std::string& src, std::function<void(int32_t)>&& setWebIdCallback, in Create() argument
|
| /foundation/arkui/ace_engine/frameworks/core/pipeline/ |
| H A D | pipeline_base.cpp | 429 void PipelineBase::TryLoadImageInfo(const std::string& src, std::function<void(bool, int32_t, int32_t)>&& loadCallback) in TryLoadImageInfo() argument 431 ImageProvider::TryLoadImageInfo(AceType::Claim(this), src, std::move(loadCallback)); in TryLoadImageInfo() local
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
| H A D | bundle_profile.cpp | 216 std::string src; member
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
| H A D | canvas_component.cpp | 1985 const char *src = nullptr; in ParseImageName() local 2035 jerry_value_t src = jerryx_get_property_str(args[ArgsIndex::IDX_0], ImageModule::attrSrc); in GetImageObjectParam() local
|
| /foundation/arkui/ace_engine/test/unittest/core/svg/ |
| H A D | parse_test_ng.cpp | 354 ImageSourceInfo src; in ParseRect() local 376 ImageSourceInfo src; in parsePolygon() local 398 ImageSourceInfo src; in ParsePath() local 414 ImageSourceInfo src; in ParseFeGaussianblur() local 432 ImageSourceInfo src; ParseEllipse() local 465 ImageSourceInfo src; HWTEST_F() local 514 ImageSourceInfo src; HWTEST_F() local 541 ImageSourceInfo src; HWTEST_F() local 561 ImageSourceInfo src; HWTEST_F() local 603 ImageSourceInfo src; HWTEST_F() local 629 ImageSourceInfo src; HWTEST_F() local 741 ImageSourceInfo src; HWTEST_F() local 871 ImageSourceInfo src; HWTEST_F() local 902 ImageSourceInfo src; HWTEST_F() local 931 ImageSourceInfo src; HWTEST_F() local 968 ImageSourceInfo src; HWTEST_F() local 1012 ImageSourceInfo src; HWTEST_F() local 1039 ImageSourceInfo src; HWTEST_F() local 1100 ImageSourceInfo src; HWTEST_F() local 1175 ImageSourceInfo src; HWTEST_F() local 1204 ImageSourceInfo src; HWTEST_F() local 1246 ImageSourceInfo src; HWTEST_F() local 1286 ImageSourceInfo src; HWTEST_F() local 1327 ImageSourceInfo src; HWTEST_F() local 1421 ImageSourceInfo src; HWTEST_F() local 1642 ImageSourceInfo src; HWTEST_F() local 1689 ImageSourceInfo src; HWTEST_F() local 1772 ImageSourceInfo src; HWTEST_F() local [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
| H A D | gatt_server_profile.cpp | 1554 void GattServerProfile::impl::AssembleDataPackage(uint8_t *dest, uint8_t *offset, uint8_t src) in AssembleDataPackage() argument 1538 AssembleDataPackage( uint8_t *dest, uint8_t destMax, uint8_t *offset, uint8_t *src, uint8_t size) AssembleDataPackage() argument
|
| H A D | gatt_client_profile.cpp | 2111 uint16_t GattClientProfile::impl::SplitDataPackageToUint16(uint8_t *src, uint8_t *offset) in SplitDataPackageToUint16() argument 2125 uint8_t GattClientProfile::impl::SplitDataPackageToUint8(const uint8_t *src, uint8_t *offset) in SplitDataPackageToUint8() argument 2141 SplitDataPackage( uint8_t *dest, uint8_t destMax, uint8_t *offset, uint8_t *src, uint8_t size) SplitDataPackage() argument [all...] |
| /foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
| H A D | render_command_list.cpp | 1307 ResourceBarrier src; in CustomBufferBarrier() local 1357 ResourceBarrier src; in CustomImageBarrier() local [all...] |
| /foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/ |
| H A D | audio_capturer_source.cpp | 311 static inline void MemcpysAndCheck(void *dest, size_t destMax, const void *src, size_t count) in MemcpysAndCheck() argument
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
| H A D | animation_system.cpp | 181 void Assign(const PropertyTypeDecl& type, uint8_t* dst, const InitialTransformComponent& src) in Assign() argument 229 inline void Mult(uint8_t* dst, const T& src) in Mult() argument 236 inline void Add(uint8_t* dst, const T src) in Add() argument 242 Add(const PropertyTypeDecl& type, uint8_t* dst, const InitialTransformComponent& src) Add() argument 512 CopyInitialDataComponent( InitialTransformComponent& dst, const Property* property, const array_view<const uint8_t> src) CopyInitialDataComponent() argument 1332 auto src = array_view(&*componentBase + entry.propertyOffset, entry.property->size); InitializeInitialDataComponent() local 1340 auto src = array_view(&*dynamicPropertiesBase + entry.propertyOffset, entry.property->size); InitializeInitialDataComponent() local [all...] |
| /foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
| H A D | ecs_animation.cpp | 1146 const uint8_t* src = reinterpret_cast<uint8_t*>(po.offset); in GetProperty() local
|
| /foundation/multimedia/audio_framework/frameworks/native/audioutils/src/ |
| H A D | audio_utils.cpp | 779 static void MemcpyToI32FromI16(int16_t *src, int32_t *dst, size_t count) in MemcpyToI32FromI16() argument 786 static void MemcpyToI32FromI24(uint8_t *src, int32_t *dst, size_t count) in MemcpyToI32FromI24() argument 1289 std::string GetEncryptStr(const std::string &src) in GetEncryptStr() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
| H A D | rs_paint_filter_canvas.cpp | 469 void RSPaintFilterCanvasBase::DrawImageRect(const Image& image, const Rect& src, const Rect& dst, in DrawImageRect() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
| H A D | core_canvas.cpp | 327 DrawImageRect( const Image& image, const Rect& src, const Rect& dst, const SamplingOptions& sampling, SrcRectConstraint constraint) DrawImageRect() argument
|
| /foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
| H A D | image_ffi.cpp | 1016 auto src = FFIData::GetData<PixelMapImpl>(srcId); in FfiImagePixelMapImplCreatePremultipliedPixelMap() local 1028 auto src = FFIData::GetData<PixelMapImpl>(srcId); in FfiImagePixelMapImplCreateUnpremultipliedPixelMap() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
| H A D | pixel_convert.cpp | 1536 PixelsConvert(const BufferInfo &src, BufferInfo &dst, int32_t srcLength, bool useDMA) PixelsConvert() argument [all...] |
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
| H A D | image_utils.cpp | 279 bool ImageUtils::FloatCompareZero(float src) in FloatCompareZero() argument 414 uint8_t *src = srcPixels; in ReversePixels() local
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
| H A D | exif_info.cpp | 1965 static void NumSplit(std::string &src, std::vector<std::string> &out) in NumSplit() argument 1999 static void FormatTimeStamp(std::string &src, std::string &value) in FormatTimeStamp() argument [all...] |
| H A D | jpeg_decoder.cpp | 974 void JpegDecoder::FormatTimeStamp(std::string &value, std::string &src) in FormatTimeStamp() argument
|
| /foundation/multimedia/image_effect/frameworks/native/effect/base/ |
| H A D | image_effect_inner.cpp | 785 CopyInfo src = { in MemoryCopyForSurfaceBuffer() local
|
| /foundation/multimodalinput/input/service/window_manager/src/ |
| H A D | pointer_drawing_manager.cpp | 1229 Rosen::Drawing::Rect src = Rosen::Drawing::Rect(0, 0, pixelmap->GetWidth(), pixelmap->GetHeight()); in DrawRunningPointerAnimate() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
| H A D | db_common.cpp | 88 void DBCommon::StringToVector(const std::string &src, std::vector<uint8_t> &dst) in StringToVector() argument 94 void DBCommon::VectorToString(const std::vector<uint8_t> &src, std::string &dst) in VectorToString() argument
|
| /foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/ |
| H A D | udmf_test.cpp | 167 bool UDMFTest::CheckUnsignedChar(unsigned char* dst, unsigned char* src, int size)
in CheckUnsignedChar() argument
|