Home
last modified time | relevance | path

Searched refs:SCALE (Results 1 - 25 of 99) sorted by relevance

1234

/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] in UpdateMap()
[all...]
/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()
242 if ((static_cast<uint8_t>(operType) & Matrix::OperType::SCALE) == Matrix::OperType::SCALE) { in DrawPixelmap()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_date.h31 SCALE = 3, member in OHOS::Ace::NG::ProgressType
57 case ProgressType::SCALE: in ConvertProgressTypeToString()
H A Dprogress_layout_algorithm.cpp68 if (type_ == ProgressType::RING || type_ == ProgressType::SCALE || type_ == ProgressType::MOON) { in MeasureContent()
107 value_or(progressTheme ? (type_ == ProgressType::SCALE ? progressTheme->GetScaleLength() : in MeasureContentForApiNine()
121 if (type_ == ProgressType::RING || type_ == ProgressType::SCALE || type_ == ProgressType::MOON) { in MeasureContentForApiNine()
H A Dprogress_paint_method.cpp51 case ProgressType::SCALE: in CalculateStrokeWidth()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_progress_ffi.cpp26 ProgressType::SCALE, ProgressType::CAPSULE };
29 NG::ProgressType::MOON, NG::ProgressType::SCALE, NG::ProgressType::CAPSULE };
H A Dcj_button_ffi.cpp37 ViewAbstractModel::GetInstance()->SetHoverEffect(HoverEffectType::SCALE); in FfiOHOSAceFrameworkButtonCreateWithChild()
58 ViewAbstractModel::GetInstance()->SetHoverEffect(HoverEffectType::SCALE); in FfiOHOSAceFrameworkButtonCreateWithLabel()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/symbol/
H A Dconstants.h25 SCALE, member in OHOS::Ace::SymbolEffectType
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_transition_effect.cpp31 SCALE,
64 case RSTransitionEffectType::SCALE: in Unmarshalling()
100 return parcel.WriteUint16(RSTransitionEffectType::SCALE) && parcel.WriteFloat(scaleX_) && in Marshalling()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_drag_bar_pattern.cpp27 constexpr float SCALE = 1.5; member
214 auto widthValue = BAR_WIDTH.Value() + BAR_WIDTH.Value() * (SCALE - 1.0f) * scale; in CreatePropertyCallback()
226 auto widthValue = BAR_WIDTH.Value() * SCALE + BAR_WIDTH.Value() * (1.0f - SCALE) * scale; in CreatePropertyCallback()
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/hm_symbol/
H A Dhm_symbol_node_build_test.cpp132 RSEffectStrategy effectMode = RSEffectStrategy::SCALE; in HWTEST_F()
134 EXPECT_EQ(symbolNode.effectStrategy_, RSEffectStrategy::SCALE); in HWTEST_F()
139 * @tc.desc: test DecomposeSymbolAndDraw with animation SCALE and wholeSymbol effect
153 RSEffectStrategy effectMode = RSEffectStrategy::SCALE; in HWTEST_F()
164 * @tc.desc: test DecomposeSymbolAndDraw with animation SCALE and byLayer effect
178 RSEffectStrategy effectMode = RSEffectStrategy::SCALE; in HWTEST_F()
H A Dhm_symbol_txt_test.cpp135 EXPECT_EQ(textStyle.symbol.GetEffectStrategy(), Drawing::DrawingEffectStrategy::SCALE); in HWTEST_F()
296 symbolTxt.SetSymbolEffect(Drawing::DrawingEffectStrategy::SCALE); in HWTEST_F()
300 symbolTxt.SetSymbolEffect(Drawing::DrawingEffectStrategy::SCALE); in HWTEST_F()
306 symbolTxt.SetSymbolEffect(Drawing::DrawingEffectStrategy::SCALE); in HWTEST_F()
307 symbolTxt1.SetSymbolEffect(Drawing::DrawingEffectStrategy::SCALE); in HWTEST_F()
H A Dhm_symbol_run_test.cpp46 symbolText.SetSymbolEffect(RSEffectStrategy::SCALE); // whit symbol anination in HWTEST_F()
196 symbolTxt.SetSymbolEffect(RSEffectStrategy::SCALE); in HWTEST_F()
202 symbolTxt.SetSymbolEffect(RSEffectStrategy::SCALE); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
H A Drsanimation_fuzzer.cpp93 auto secondTransition = std::make_shared<RSTransition>(RSTransitionEffect::SCALE, true); in RsAnimationGroupFuzzTest()
307 auto secondTransition = std::make_shared<RSTransition>(RSTransitionEffect::SCALE, true); in RsTransitionFuzzTest()
308 secondTransition->SetTransitionEffect(RSTransitionEffect::SCALE); in RsTransitionFuzzTest()
363 implicitAnimator->BeginImplicitTransition(RSTransitionEffect::SCALE, isTransitionIn); in RsImplicitAnimatorFuzzTest()
400 RSAnimationTimingCurve::DEFAULT, RSTransitionEffect::SCALE, isTransitionIn); in RsImplicitAnimatorParamFuzzTest()
/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()
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_component.cpp34 case ProgressType::SCALE: { in ProgressComponent()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimation_pub.h62 SCALE, member in OHOS::Ace::AnimationType
/foundation/arkui/ace_engine/test/unittest/base/
H A Dtransform_util_test.cpp127 from = TransformOperation::Create(TransformOperationType::SCALE); in HWTEST_F()
129 EXPECT_EQ(result.type_, TransformOperationType::SCALE); in HWTEST_F()
213 operations.push_back(TransformOperation::Create(TransformOperationType::SCALE)); in HWTEST_F()
224 EXPECT_EQ(operations[1].type_, TransformOperationType::SCALE); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dtransform_util.h112 SCALE, member in OHOS::Ace::TransformOperationType
148 case TransformOperationType::SCALE: { in operator ==()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dinput_event_hub.cpp91 case HoverEffectType::SCALE: in GetHoverEffectStr()
/foundation/arkui/ace_engine/frameworks/core/common/interaction/
H A Dinteraction_data.h90 SCALE = 3 member in OHOS::Ace::PreviewType
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dtransform_convertor.cpp133 operation.type_ = TransformOperationType::SCALE; in AddKeyframe()
256 AnimationType::SCALE, time, ScaleOperation(scaleValueX, scaleValueY, 1.0f));
260 convertor.AddKeyframe(AnimationType::SCALE, time, ScaleOperation(scale, scale, 1.0f));
/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()
/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()

Completed in 14 milliseconds

1234