/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | svg_canvas_image.h | 34 void SetSmoothEdge(float value) in SetSmoothEdge() argument 36 svgDom_->SetSmoothEdge(value); in SetSmoothEdge()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_mask.h | 43 double ParseUnitsAttr(const Dimension& attr, double value); 44 bool ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) override; 47 Dimension x_ = Dimension(-0.1, DimensionUnit::PERCENT); // x-axis default value 48 Dimension y_ = Dimension(-0.1, DimensionUnit::PERCENT); // y-axis default value 49 Dimension height_ = Dimension(1.2, DimensionUnit::PERCENT); // masking area width default value 50 Dimension width_ = Dimension(1.2, DimensionUnit::PERCENT); // masking area height default value
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/ |
H A D | free_install.h | 59 void CreateUpgradeFlagObject(napi_env env, napi_value value); 60 void CreateBundlePackFlagObject(napi_env env, napi_value value);
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/ |
H A D | link_stack.h | 105 * @param value Push the first address of the character array onto the stack 108 * Note: The value field that is pushed into the stack stores the address information of the 112 bool Push(const char *value); 116 * @param value Pop the first address of the character array from the stack. If you don't care 120 bool Pop(const char **value);
|
H A D | link_queue.h | 88 * @param value Enqueue the first address of a character array 91 * Note: The value field of the queue stores the address information of the character array, and does not manage 94 bool Enqueue(const char *value); 98 * @param value Dequeue the first address of the character array, if you don't care about 99 * the value of the dequeue, you can pass this parameter empty 102 bool Dequeue(const char **value);
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | percent_tdd_test.h | 60 void SetStyleWithValue(JSValue target, const char *key, const char *value) const; 70 void DumpJSObjectJson(JSValue value) const;
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/ |
H A D | util.h | 28 typename META_NS::Property<T> CreateProperty(BASE_NS::string_view name = "", T value = {}) in CreateProperty() 30 return ConstructProperty<T>(name, value);
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_innovation_test.cpp | 52 int value = 1; in HWTEST_F() local 53 RSInnovation::innovationHandle = &value; in HWTEST_F()
|
/foundation/graphic/surface_lite/frameworks/ |
H A D | buffer_client_producer.h | 168 * @param [in] value. 170 void SetUserData(const std::string& key, const std::string& value) override; 173 * @brief Get user data. Get the value from local map. 174 * @returns value refers to the key. 180 void SetAttr(uint32_t code, uint32_t value);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_keyframe_animation.h | 34 void AddKeyframe(float fraction, const std::shared_ptr<RSRenderPropertyBase>& value, 40 void AddKeyframe(int startDuration, int endDuration, const std::shared_ptr<RSRenderPropertyBase>& value,
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_keyframe_animation.h | 39 void AddKeyFrame(float fraction, const std::shared_ptr<RSPropertyBase>& value, 45 void AddKeyFrame(int startDuration, int endDuration, const std::shared_ptr<RSPropertyBase>& value,
|
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/custom/ |
H A D | shader_input_buffer.cpp | 86 void ShaderInputBuffer::Update(float value, uint32_t index) in Update() argument 97 buffer_[index] = value; in Update()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsapplicationagentstub_fuzzer/ |
H A D | rsapplicationagentstub_fuzzer.cpp | 67 MessageParcel value;
in DoSomethingInterestingWithMyAPI() local 80 myApplicationAgentStub.OnRemoteRequest(code, value, reply, option);
in DoSomethingInterestingWithMyAPI()
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | fragment_metadata.h | 36 virtual int GetValue(const std::string &key, std::string &value) const override; 37 virtual bool SetValue(const std::string &key, const std::string &value) override;
|
/foundation/multimedia/media_foundation/engine/plugin/core/ |
H A D | muxer.h | 35 Status SetTrackParameter(uint32_t trackId, Plugin::Tag tag, const Plugin::ValueType& value); 36 Status GetTrackParameter(uint32_t trackId, Plugin::Tag tag, Plugin::ValueType& value);
|
/foundation/multimedia/image_effect/frameworks/native/efilter/custom/ |
H A D | custom_efilter.h | 44 ErrorCode SetValue(const std::string &key, Plugin::Any &value) override; 48 ErrorCode Restore(const EffectJsonPtr &value) override;
|
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/ |
H A D | gpu_brightness_algo.h | 41 ErrorCode OnApplyRGBA8888(EffectBuffer *src, EffectBuffer *dst, std::map<std::string, Plugin::Any> &value, 47 float ParseBrightness(std::map<std::string, Plugin::Any> &value);
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | mock_parcel_test.cpp | 84 int32_t value = 0;
in HWTEST_F() local 85 bool writein = parcel.WriteInt32(value);
in HWTEST_F()
|
/foundation/multimedia/media_foundation/engine/include/plugin/interface/ |
H A D | plugin_base.h | 172 * @brief Get the value of a specified parameter. 177 * @param value Plugin parameter value. which is described by Any type. Need check the real type in tag. 182 virtual Status GetParameter(Tag tag, ValueType &value) in GetParameter() 188 * @brief Set the specified parameter. The value must be within the valid range of the parameter. 193 * @param value Plugin parameter value. which is described by Any type. Need check the real type in tag. 197 * @retval ERROR_INVALID_DATA: The value is not in the valid range. 200 virtual Status SetParameter(Tag tag, const ValueType &value) in SetParameter() 209 * If it does not exist, the return value her [all...] |
H A D | muxer_plugin.h | 33 virtual Status SetTrackParameter(uint32_t trackId, Plugin::Tag tag, const Plugin::ValueType& value) = 0; 34 virtual Status GetTrackParameter(uint32_t trackId, Plugin::Tag tag, Plugin::ValueType& value) = 0;
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/stream_source/ |
H A D | stream_source_plugin.h | 38 Status GetParameter(Tag tag, ValueType& value) override; 39 Status SetParameter(Tag tag, const ValueType& value) override;
|
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/include/core/ |
H A D | filter.h | 55 virtual ErrorCode SetParameter(int32_t key, const Plugin::Any &value) = 0; 57 virtual ErrorCode GetParameter(int32_t key, Plugin::Any &value) = 0;
|
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/ |
H A D | gpu_contrast_algo.h | 41 ErrorCode OnApplyRGBA8888(EffectBuffer *src, EffectBuffer *dst, std::map<std::string, Plugin::Any> &value, 47 float ParseContrast(std::map<std::string, Plugin::Any> &value);
|
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/ |
H A D | dfx_database_utils.h | 44 const std::string &queryColumn, int32_t &value); 46 const std::string &queryColumn, double &value);
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/ |
H A D | set_device_prop_value_data.cpp | 78 string value = MtpPacketTool::GetString(buffer, offset); in PaserPropValue() local 82 if (!MtpOperationUtils::SetPropertyInner("persist.device.name", value)) { in PaserPropValue()
|