Home
last modified time | relevance | path

Searched refs:SCALE (Results 1 – 25 of 111) sorted by relevance

12345

/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dtransform.cpp29 trans_[SCALE] = &scale_; in TransformMap()
33 opOrder_[SCALE] = SCALE; in TransformMap()
49 trans_[SCALE] = &scale_; in TransformMap()
53 opOrder_[SCALE] = SCALE; in TransformMap()
106 AddOp(SCALE); in Scale()
182 trans_[SCALE] = &scale_; in GetOrigPoint()
194 …matrix_ = (*trans_[opOrder_[TRANSLATE]]) * (*trans_[opOrder_[SHEAR]]) * (*trans_[opOrder_[SCALE]])… in GetOrigPoint()
247 trans_[SCALE] = &scale_; in UpdateMap()
263 …matrix_ = (*trans_[opOrder_[TRANSLATE]]) * (*trans_[opOrder_[SHEAR]]) * (*trans_[opOrder_[SCALE]])… in UpdateMap()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dmatrix.cpp43 *this = Matrix(sx, 0, 0, 0, sy, 0, 0, 0, 1, (sx == 1 && sy == 1) ? IDENTITY : SCALE); in SetScale()
133 operType_ |= SCALE; in SetTranslateAndScale()
148 if ((operType_ & (~(TRANSLATE | SCALE))) == 0) { in Invert()
149 if (operType_ & SCALE) { in Invert()
213 if ((static_cast<uint8_t>(m.GetOperType()) & SCALE) == SCALE) { in ScaleXY()
H A Dbasic_transformer.cpp99 if ((static_cast<uint8_t>(operType) & Matrix::SCALE) == Matrix::SCALE) { in GetDstDimension()
245 … if ((static_cast<uint8_t>(operType) & Matrix::OperType::SCALE) == Matrix::OperType::SCALE) { in DrawPixelmap()
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/controller/
H A DcommonController.ts93 const SCALE = 0.6;
95 AppStorage.SetOrCreate('stackRingRadius', (sideLength * STACK_SHELTER_HEIGHT_END_RATIO * SCALE +
118 const SCALE = 0.6;
120 …ge.SetOrCreate('stackRingRadius', Math.floor((sideLength * STACK_SHELTER_HEIGHT_END_RATIO * SCALE +
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_drag_bar_pattern.cpp37 constexpr float SCALE = 1.5; variable
224 auto widthValue = BAR_WIDTH.Value() + BAR_WIDTH.Value() * (SCALE - 1.0f) * scale; in CreatePropertyCallback()
236 … auto widthValue = BAR_WIDTH.Value() * SCALE + BAR_WIDTH.Value() * (1.0f - SCALE) * scale; in CreatePropertyCallback()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/hm_symbol/
H A Dhm_symbol_txt_test.cpp135 EXPECT_EQ(textStyle.symbol.GetEffectStrategy(), Drawing::DrawingEffectStrategy::SCALE);
296 symbolTxt.SetSymbolEffect(Drawing::DrawingEffectStrategy::SCALE);
300 symbolTxt.SetSymbolEffect(Drawing::DrawingEffectStrategy::SCALE);
306 symbolTxt.SetSymbolEffect(Drawing::DrawingEffectStrategy::SCALE);
307 symbolTxt1.SetSymbolEffect(Drawing::DrawingEffectStrategy::SCALE);
H A Dhm_symbol_node_build_test.cpp132 RSEffectStrategy effectMode = RSEffectStrategy::SCALE;
134 EXPECT_EQ(symbolNode.effectStrategy_, RSEffectStrategy::SCALE);
153 RSEffectStrategy effectMode = RSEffectStrategy::SCALE;
188 RSEffectStrategy effectMode = RSEffectStrategy::SCALE;
H A Dhm_symbol_run_test.cpp46 symbolText.SetSymbolEffect(RSEffectStrategy::SCALE); // whit symbol anination
196 symbolTxt.SetSymbolEffect(RSEffectStrategy::SCALE);
202 symbolTxt.SetSymbolEffect(RSEffectStrategy::SCALE);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_progress_ffi.cpp28 ProgressType::SCALE, ProgressType::CAPSULE };
31 NG::ProgressType::MOON, NG::ProgressType::SCALE, NG::ProgressType::CAPSULE };
H A Dcj_button_ffi.cpp40 ViewAbstractModel::GetInstance()->SetHoverEffect(HoverEffectType::SCALE); in FfiOHOSAceFrameworkButtonCreateWithChild()
61 ViewAbstractModel::GetInstance()->SetHoverEffect(HoverEffectType::SCALE); in FfiOHOSAceFrameworkButtonCreateWithLabel()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_date.h31 SCALE = 3, enumerator
57 case ProgressType::SCALE: in ConvertProgressTypeToString()
H A Dprogress_layout_algorithm.cpp71 … if (type_ == ProgressType::RING || type_ == ProgressType::SCALE || type_ == ProgressType::MOON) { in MeasureContent()
110 … value_or(progressTheme ? (type_ == ProgressType::SCALE ? progressTheme->GetScaleLength() : in MeasureContentForApiNine()
124 … if (type_ == ProgressType::RING || type_ == ProgressType::SCALE || type_ == ProgressType::MOON) { in MeasureContentForApiNine()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_transition_effect.cpp31 SCALE, enumerator
64 case RSTransitionEffectType::SCALE: in Unmarshalling()
100 return parcel.WriteUint16(RSTransitionEffectType::SCALE) && parcel.WriteFloat(scaleX_) && in Marshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
H A Drsanimation_fuzzer.cpp90 auto secondTransition = std::make_shared<RSTransition>(RSTransitionEffect::SCALE, true); in RsAnimationGroupFuzzTest()
304 auto secondTransition = std::make_shared<RSTransition>(RSTransitionEffect::SCALE, true); in RsTransitionFuzzTest()
305 secondTransition->SetTransitionEffect(RSTransitionEffect::SCALE); in RsTransitionFuzzTest()
360 implicitAnimator->BeginImplicitTransition(RSTransitionEffect::SCALE, isTransitionIn); in RsImplicitAnimatorFuzzTest()
397 RSAnimationTimingCurve::DEFAULT, RSTransitionEffect::SCALE, isTransitionIn); in RsImplicitAnimatorParamFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/symbol_animation/
H A Dsymbol_node_build.cpp109 if (effectStrategy_ == RSEffectStrategy::SCALE) { in DecomposeSymbolAndDraw()
111 symbolAnimationConfig->effectStrategy = Drawing::DrawingEffectStrategy::SCALE; in DecomposeSymbolAndDraw()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Dtransform_util_test.cpp127 from = TransformOperation::Create(TransformOperationType::SCALE);
129 EXPECT_EQ(result.type_, TransformOperationType::SCALE);
213 operations.push_back(TransformOperation::Create(TransformOperationType::SCALE));
224 EXPECT_EQ(operations[1].type_, TransformOperationType::SCALE);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
H A Dpage_transition_info.h155 init.type_ = TransformOperationType::SCALE; in AddScaleAnimation()
159 target.type_ = TransformOperationType::SCALE; in AddScaleAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/symbol/
H A Dconstants.h25 SCALE, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_progress.cpp107 progress.type_ = ProgressType::SCALE; in SetSpecializedAttr()
235 } else if (type_ == ProgressType::SCALE) { in PrepareSpecializedComponent()
329 if (type_ == ProgressType::SCALE) { in InitProgressIfNeed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dtransform_util.h112 SCALE, enumerator
148 case TransformOperationType::SCALE: {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimation_pub.h62 SCALE, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_component.cpp34 case ProgressType::SCALE: { in ProgressComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Dtransform_component.cpp76 operation.type_ = TransformOperationType::SCALE; in Scale()
226 operation.type_ = TransformOperationType::SCALE; in SetScaleTransition()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_modifier_type.h43 SCALE, enumerator
241 { RSModifierType::SCALE, "Scale" },
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpage_transition_option.cpp194 contentInOption_.SetTransformFloatAnimation(AnimationType::SCALE, scaleAnimation); in CreateTransitionInContentOption()
228 backgroundInOption_.SetTransformFloatAnimation(AnimationType::SCALE, scaleAnimation); in CreateTransitionInBackgroundOption()
277 option.SetTransformFloatAnimation(AnimationType::SCALE, scaleAnimation); in CreatTransitionOutOption()
532 contentInOption_.SetTransformFloatAnimation(AnimationType::SCALE, scaleAnimation); in CreateCardTransitionInOption()
542 contentInOption_.SetTransformFloatAnimation(AnimationType::SCALE, scaleAnimation); in CreateCardTransitionInOption()

12345