/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_gauge_bridge.cpp | 96 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 D | cj_gauge_ffi.cpp | 140 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 D | gauge_composed_element.cpp | 122 auto weights = renderProgress->GetProgressComponent()->GetTrack()->GetSectionsWeights(); in GetColors() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_gauge.cpp | 153 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 D | gauge_modifier.cpp | 169 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 D | progress_component.h | 170 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 D | morphing_system.cpp | 211 const auto& weights = mc.morphWeights; in Morph() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
H A D | gauge_modifier.cpp | 238 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 D | track_component.h | 280 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 D | post_proc_slr.cpp | 60 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 D | render_blur_common.h | 304 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 D | gltf2_data_structures.h | 631 BASE_NS::vector<float> weights; in CORE3D_BEGIN_NAMESPACE() member 712 BASE_NS::vector<float> weights; in CORE3D_BEGIN_NAMESPACE() member
|
H A D | gltf2_importer.cpp | 551 …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 D | gltf2_loader.cpp | 1604 vector<float> weights; in PrimitiveAttributes() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_builder.cpp | 2086 const auto* weights = weightData.buffer.data(); in CalculateJointBounds() local
|