/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rspropertymodifier_fuzzer/ |
H A D | rspropertymodifier_fuzzer.cpp | 72 boundsmodifier->GetModifierType(); in DoModifier001() 81 framemodifier->GetModifierType(); in DoModifier001() 87 sandBoxmodifier->GetModifierType(); in DoModifier001() 90 pivotmodifier->GetModifierType(); in DoModifier001() 93 pivotZmodifier->GetModifierType(); in DoModifier001() 99 rotationmodifier->GetModifierType(); in DoModifier001() 128 scalemodifier->GetModifierType(); in DoModifier002() 131 skewmodifier->GetModifierType(); in DoModifier002() 134 perspmodifier->GetModifierType(); in DoModifier002() 146 alphamodifier->GetModifierType(); in DoModifier002() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_property_modifier.h | 28 RSModifierType GetModifierType() const override; 38 RSModifierType GetModifierType() const override; 48 RSModifierType GetModifierType() const override; 58 RSModifierType GetModifierType() const override; 67 RSModifierType GetModifierType() const override; 76 RSModifierType GetModifierType() const override; 85 RSModifierType GetModifierType() const override; 94 RSModifierType GetModifierType() const override; 104 RSModifierType GetModifierType() const override; 114 RSModifierType GetModifierType() const override; [all …]
|
H A D | rs_extended_modifier.h | 53 RSModifierType GetModifierType() const override in GetModifierType() function 79 … return RSExtendedModifierHelper::CreateRenderModifier(ctx, property_->GetId(), GetModifierType()); in CreateRenderModifier() 122 RSModifierType GetModifierType() const override in GetModifierType() function 178 RSModifierType GetModifierType() const override in GetModifierType() function 193 RSModifierType GetModifierType() const override in GetModifierType() function 204 RSModifierType GetModifierType() const override in GetModifierType() function 215 RSModifierType GetModifierType() const override in GetModifierType() function 226 RSModifierType GetModifierType() const override in GetModifierType() function 237 RSModifierType GetModifierType() const override in GetModifierType() function
|
H A D | rs_property_modifier.cpp | 27 RSModifierType RSEnvForegroundColorModifier::GetModifierType() const in GetModifierType() function in OHOS::Rosen::RSEnvForegroundColorModifier 42 RSModifierType RSEnvForegroundColorStrategyModifier::GetModifierType() const in GetModifierType() function in OHOS::Rosen::RSEnvForegroundColorStrategyModifier 57 RSModifierType RSCustomClipToFrameModifier::GetModifierType() const in GetModifierType() function in OHOS::Rosen::RSCustomClipToFrameModifier 75 RSModifierType RSBehindWindowFilterRadiusModifier::GetModifierType() const in GetModifierType() function in OHOS::Rosen::RSBehindWindowFilterRadiusModifier 94 RSModifierType RSBehindWindowFilterSaturationModifier::GetModifierType() const in GetModifierType() function in OHOS::Rosen::RSBehindWindowFilterSaturationModifier 113 RSModifierType RSBehindWindowFilterBrightnessModifier::GetModifierType() const in GetModifierType() function in OHOS::Rosen::RSBehindWindowFilterBrightnessModifier 132 RSModifierType RSBehindWindowFilterMaskColorModifier::GetModifierType() const in GetModifierType() function in OHOS::Rosen::RSBehindWindowFilterMaskColorModifier 257 …RSModifierType RS##MODIFIER_NAME##Modifier::GetModifierType() const … 275 …RSModifierType RS##MODIFIER_NAME##Modifier::GetModifierType() const …
|
H A D | rs_modifier.h | 50 virtual RSModifierType GetModifierType() const in GetModifierType() function 58 return modifierTypeString->GetModifierTypeString(GetModifierType()); in GetModifierTypeString()
|
H A D | rs_modifier_extractor.cpp | 43 …if (modifier->GetModifierType() == RSModifierType::propertyType) { …
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
H A D | rs_extended_modifier_test.cpp | 207 ASSERT_EQ(extendedModifier.GetModifierType(), RSModifierType::EXTENDED); 208 ASSERT_EQ(geometryTransModifier.GetModifierType(), RSModifierType::GEOMETRYTRANS); 209 ASSERT_EQ(transitionModifier.GetModifierType(), RSModifierType::TRANSITION); 210 ASSERT_EQ(backgroundStyleModifier.GetModifierType(), RSModifierType::BACKGROUND_STYLE); 211 ASSERT_EQ(contentStyleModifier.GetModifierType(), RSModifierType::CONTENT_STYLE); 212 ASSERT_EQ(foregroundStyleModifier.GetModifierType(), RSModifierType::FOREGROUND_STYLE); 213 ASSERT_EQ(overlayStyleModifier.GetModifierType(), RSModifierType::OVERLAY_STYLE); 214 ASSERT_EQ(nodeModifier.GetModifierType(), RSModifierType::NODE_MODIFIER);
|
H A D | rs_property_modifier_test.cpp | 51 HWTEST_F(RSPropertyModifierTest, GetModifierType, TestSize.Level1) 58 RSModifierType ModifierType = colorModifier->GetModifierType(); 90 RSModifierType res = colorStrategyModifier->GetModifierType(); 122 RSModifierType ModifierType = clipModifier->GetModifierType(); 366 RSModifierType ModifierType = modifier->GetModifierType(); 384 RSModifierType ModifierType = modifier->GetModifierType(); 402 RSModifierType ModifierType = modifier->GetModifierType(); 420 RSModifierType ModifierType = modifier->GetModifierType();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifier_fuzzer/ |
H A D | rsmodifier_fuzzer.cpp | 201 modifier->GetModifierType(); in DoGetModifierType()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | focus_state_modifier.h | 35 RSModifierType GetModifierType() const override in GetModifierType() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 2134 if (motionPathOption_ != nullptr && IsPathAnimatableModifier(modifier->GetModifierType())) { in AddModifier() 2140 modifiersTypeMap_.emplace((int16_t)modifier->GetModifierType(), modifier); in AddModifier() 2142 if (modifier->GetModifierType() == RSModifierType::NODE_MODIFIER) { in AddModifier() 2186 auto deleteType = modifier->GetModifierType(); in RemoveModifier() 2190 if (value && value->GetModifierType() == deleteType) { in RemoveModifier() 2233 if (IsPathAnimatableModifier(modifier->GetModifierType())) { in UpdateModifierMotionPathOption() 2268 if (modifier->GetModifierType() < RSModifierType::CUSTOM) { in MarkAllExtendModifierDirty()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_path_animation.cpp | 262 if (modifier->GetModifierType() == RSModifierType::ROTATION) { in GetRotationPropertyId()
|