Home
last modified time | relevance | path

Searched defs:src (Results 3851 - 3875 of 4746) sorted by relevance

1...<<151152153154155156157158159160>>...190

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_image_modifier.cpp169 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 Ddrawing_decoration_painter.cpp715 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 Dweb_model_ng.cpp33 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 Dpipeline_base.cpp429 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 Dbundle_profile.cpp216 std::string src; member
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcanvas_component.cpp1985 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 Dparse_test_ng.cpp354 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 Dgatt_server_profile.cpp1554 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 Dgatt_client_profile.cpp2111 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 Drender_command_list.cpp1307 ResourceBarrier src; in CustomBufferBarrier() local
1357 ResourceBarrier src; in CustomImageBarrier() local
[all...]
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H A Daudio_capturer_source.cpp311 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 Danimation_system.cpp181 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 Decs_animation.cpp1146 const uint8_t* src = reinterpret_cast<uint8_t*>(po.offset); in GetProperty() local
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp779 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 Drs_paint_filter_canvas.cpp469 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 Dcore_canvas.cpp327 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 Dimage_ffi.cpp1016 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 Dpixel_convert.cpp1536 PixelsConvert(const BufferInfo &src, BufferInfo &dst, int32_t srcLength, bool useDMA) PixelsConvert() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp279 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 Dexif_info.cpp1965 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 Djpeg_decoder.cpp974 void JpegDecoder::FormatTimeStamp(std::string &value, std::string &src) in FormatTimeStamp() argument
/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp785 CopyInfo src = { in MemoryCopyForSurfaceBuffer() local
/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp1229 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 Ddb_common.cpp88 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 Dudmf_test.cpp167 bool UDMFTest::CheckUnsignedChar(unsigned char* dst, unsigned char* src, int size) in CheckUnsignedChar() argument

Completed in 69 milliseconds

1...<<151152153154155156157158159160>>...190