Home
last modified time | relevance | path

Searched defs:scale (Results 726 - 750 of 1063) sorted by relevance

1...<<21222324252627282930>>...43

/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Dui_observer_listener.cpp380 double scale = Dimension(1.0, DimensionUnit::VP).ConvertToPx(); in AddGestureEventInfoOne() local
424 double scale in AddGestureEventInfoTwo() local
468 double scale = Dimension(1.0, DimensionUnit::VP).ConvertToPx(); AddGestureEventInfoThree() local
506 double scale = Dimension(1.0, DimensionUnit::VP).ConvertToPx(); AddFingerListInfo() local
549 double scale = Dimension(1.0, DimensionUnit::VP).ConvertToPx(); AddClickEventInfoOne() local
586 double scale = Dimension(1.0, DimensionUnit::VP).ConvertToPx(); AddClickEventInfoTwo() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_event.h63 void SetScale(double scale) in SetScale() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.h316 VectorF scale = VectorF(1.0f, 1.0f); member
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test_ng.cpp1663 double scale = 1.0; in HWTEST_F() local
1691 double scale = -2.0; in HWTEST_F() local
1720 double scale = -2.0; in HWTEST_F() local
1749 double scale = 1.0; in HWTEST_F() local
1778 double scale = 1.0; in HWTEST_F() local
1807 double scale = -2.0; HWTEST_F() local
1836 double scale = -2.0; HWTEST_F() local
1865 double scale = 1.0; HWTEST_F() local
1894 double scale = 1.0; HWTEST_F() local
4465 double scale = 1; HWTEST_F() local
4495 double scale = 1; HWTEST_F() local
4526 double scale = 1; HWTEST_F() local
4556 double scale = 1; HWTEST_F() local
4587 double scale = 1; HWTEST_F() local
4618 double scale = 1; HWTEST_F() local
4794 double scale = 10; HWTEST_F() local
4823 double scale = 3; HWTEST_F() local
4852 double scale = 3; HWTEST_F() local
4882 double scale = 3; HWTEST_F() local
4911 double scale = 0.1; HWTEST_F() local
4941 double scale = 0.1; HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.cpp94 const float scale = tan(cameraComponent.yFov * 0.5f) * cameraComponent.zNear; in CalculateProjectionMatrix() local
236 Math::Vec3 scale; in CameraLookAt() local
395 float scale = 1.f; CalculateScalingFactor() local
474 UpdateTracks(IEcs& ecs, array_view<EntityReference> targetTracks, array_view<const EntityReference> sourceTracks, array_view<const Entity> srcJointEntities, array_view<const Entity> srcToDstJointMapping, float scale) UpdateTracks() argument
554 const auto scale = CalculateScalingFactor(ecs, targetEntity, sourceEntity); RetargetSkinAnimation() local
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.cpp1129 BASE_NS::Math::Vec3 scale; in SetGlobalTransform() local
1134 META_NS::SetValue(Scale(), scale); in SetGlobalTransform() local
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dgraphic_math.h587 Matrix3<T> Matrix3<T>::Scale(const Vector2<T>& scale, const Vector2<T>& fixed) in Scale() argument
906 Scale(const Vector3<T>& scale, const Vector3<T>& fixed) Scale() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp1012 auto scale = properties.GetScale(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h213 ParticleRenderParams(const EmitterConfig& emitterConfig, const ParticleVelocity& velocity, const RenderParticleAcceleration& acceleration, const RenderParticleColorParaType& color, const RenderParticleParaType<float>& opacity, const RenderParticleParaType<float>& scale, const RenderParticleParaType<float>& spin) ParticleRenderParams() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_composer_adapter.cpp397 float scale = std::min(xScale, yScale); in GetComposerInfoSrcRect() local
473 float scale = std::min(xScale, yScale); GetComposerInfoSrcRect() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image.cpp553 void RSImage::SetScale(double scale) in SetScale() argument
666 double scale; in Unmarshalling() local
703 UnmarshalImageProperties( Parcel& parcel, int& fitNum, int& repeatNum, std::vector<Drawing::Point>& radius, double& scale, bool& hasFitMatrix, Drawing::Matrix& fitMatrix) UnmarshalImageProperties() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpg_yuv_test.cpp1238 float scale = 0.875; in HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp2071 float scale = 0; in HWTEST_F() local
2098 float scale = 0; in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp359 void PixelYuv::scale(float xAxis, float yAxis) in scale() function in OHOS::Media::PixelYuv
365 void PixelYuv::scale(int32_t dstW, int32_t dstH) in scale() function in OHOS::Media::PixelYuv
385 void PixelYuv::scale(float xAxis, float yAxis, const AntiAliasingOption &option) in scale() function in OHOS::Media::PixelYuv
425 void PixelYuv::scale(int32_t dstW, int32_t dstH, const AntiAliasingOption &option) scale() function in OHOS::Media::PixelYuv
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp158 float scale = max(widthScale, heightScale); in CenterScale() local
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dmetadata_output.cpp440 constexpr int32_t scale = 1000000; in ProcessRectBox() local
[all...]
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_tone_player/
H A Dsystem_tone_player_impl.cpp572 static bool IsValidVolume(float &scale) in IsValidVolume() argument
/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp840 float scale; in WindowImplFuzzTest01() local
/foundation/window/window_manager/utils/include/
H A Dwindow_helper.h401 auto scale = worldMat.GetScale(); in GetTransformFromWorldMat4() local
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test3.cpp312 std::vector<float> scale = {0.1f, 0.2f}; in HWTEST_F() local
/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy_cascade.cpp754 float scale = std::min(static_cast<float>(winRect.width_) / sizeLimits.minWidth_, in UpdateFloatingWindowSizeForStretchableWindow() local
/third_party/ffmpeg/libavcodec/
H A Dg723_1enc.c143 int i, scale, temp; in comp_autocorr() local
831 int amp, err, max, max_amp_index, min, scale, i, j, k, l; in get_fcb_param() local
641 synth_percept_filter(int16_t *qnt_lpc, int16_t *perf_lpc, int16_t *perf_fir, int16_t *perf_iir, const int16_t *src, int16_t *dest, int scale) synth_percept_filter() argument
[all...]
H A Datrac9dec.c117 float scale; in parse_gradient() local
509 const float scale = at9_scalefactor_c[scalefactor]; in apply_scalefactors() local
623 float scale = at9_band_ext_scales_m3[c->band_ext_data[0]][0]; in apply_band_extension() local
H A Ddca_core.c626 int32_t audio[16], scale; in parse_subframe_audio() local
1023 int32_t audio[DCA_SUBBAND_SAMPLES], step_size, scale; parse_xbr_subframe() local
1180 int32_t scale = s->scale_factors[ch][band >> 1][band & 1]; parse_x96_subframe_audio() local
1213 int32_t audio[DCA_SUBBAND_SAMPLES], step_size, scale; parse_x96_subframe_audio() local
[all...]
H A Ddca_core.h225 ff_dca_core_dequantize(int32_t *output, const int32_t *input, int32_t step_size, int32_t scale, int residual, int len) ff_dca_core_dequantize() argument

Completed in 81 milliseconds

1...<<21222324252627282930>>...43