Home
last modified time | relevance | path

Searched defs:weights (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_gauge_bridge.cpp96 std::vector<float>& weights, NG::GaugeType& type, ArkUINodeHandle nativeNode) in SetGradientColorsObject()
118 std::vector<float>& weights, NG::GaugeType& type, ArkUINodeHandle nativeNode) in SetGradientColorsArray()
154 std::vector<float> weights; in SetGradientColors() local
210 auto weights = std::make_unique<float[]>(length); in SetColors() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_gauge_ffi.cpp140 std::vector<float> weights; in FfiOHOSAceFrameworkGaugeSetColorsV2() local
171 std::vector<float> weights; in FfiOHOSAceFrameworkGaugeSetLinearGradientColors() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgauge_composed_element.cpp122 auto weights = renderProgress->GetProgressComponent()->GetTrack()->GetSectionsWeights(); in GetColors() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_gauge.cpp153 std::vector<float> weights; in SetColors() local
187 std::vector<float> weights; in SetGradientColors() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dgauge_modifier.cpp169 std::vector<ArkUI_Float32> weights(length); in SetColors() local
182 std::vector<ArkUI_Float32> weights; in ResetColors() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_component.h170 void SetSectionsStyle(const std::vector<Color>& colors, const std::vector<double>& weights) in SetSectionsStyle()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dmorphing_system.cpp211 const auto& weights = mc.morphWeights; in Morph() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_modifier.cpp238 std::vector<float> weights; in PaintDraw() local
574 std::vector<float> weights; in PaintMultiSegmentGradientCircular() local
621 std::vector<float>& weights) in PaintMultiSegmentGradientCircularShadow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Dtrack_component.h280 void SetSectionsStyle(const std::vector<Color>& colors, const std::vector<double>& weights) in SetSectionsStyle()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc_slr.cpp60 SLRWeightMat weights = std::make_shared<SLRWeightVec>(n, std::vector<float>(2 * a, 0)); in GetWeights() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_blur_common.h304 float weights[5] = { 0.5, 0.125, 0.125, 0.125, 0.125 }; // 0.5: weight, 0.125: weight in DownscaleRGBADof() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h631 BASE_NS::vector<float> weights; in CORE3D_BEGIN_NAMESPACE() member
712 BASE_NS::vector<float> weights; in CORE3D_BEGIN_NAMESPACE() member
H A Dgltf2_importer.cpp551 …LTFLoadDataResult& tangents, GLTF2::GLTFLoadDataResult& joints, GLTF2::GLTFLoadDataResult& weights, in LoadPrimitiveAttributeData()
842 const IMeshBuilder::DataBuffer weights = fillDataBuffer(weight); in ProcessPrimitives() local
2087 vector<float> weights; in CreateMorphComponents() local
H A Dgltf2_loader.cpp1604 vector<float> weights; in PrimitiveAttributes() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp2086 const auto* weights = weightData.buffer.data(); in CalculateJointBounds() local