Searched refs:FINE (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_modifiers_def.in | 33 DECLARE_ANIMATABLE_MODIFIER(Pivot, Vector2f, PIVOT, Replace, Geometry, FINE) 35 DECLARE_ANIMATABLE_MODIFIER(PivotZ, float, PIVOT_Z, Replace, Geometry, FINE) 37 DECLARE_ANIMATABLE_MODIFIER(Quaternion, Quaternion, QUATERNION, Replace, Geometry, FINE) 39 DECLARE_ANIMATABLE_MODIFIER(Rotation, float, ROTATION, Add, Geometry, FINE) 41 DECLARE_ANIMATABLE_MODIFIER(RotationX, float, ROTATION_X, Add, Geometry, FINE) 43 DECLARE_ANIMATABLE_MODIFIER(RotationY, float, ROTATION_Y, Add, Geometry, FINE) 47 DECLARE_ANIMATABLE_MODIFIER(Scale, Vector2f, SCALE, Multiply, Geometry, FINE) 49 DECLARE_ANIMATABLE_MODIFIER(Skew, Vector2f, SKEW, Add, Geometry, FINE) 51 DECLARE_ANIMATABLE_MODIFIER(Persp, Vector2f, PERSP, Add, Geometry, FINE) 157 …_ANIMATABLE_MODIFIER(PixelStretchPercent, Vector4f, PIXEL_STRETCH_PERCENT, Replace, Geometry, FINE)
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | modifier.h | 39 FINE, // 1.0f / 3072.0f enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsclientproperty_fuzzer/ |
H A D | rsclientproperty_fuzzer.cpp | 144 prop->SetThresholdType(ThresholdType::FINE); in DoSetThresholdType004()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
H A D | rs_property_test.cpp | 394 res = prop->GetThresholdByThresholdType(ThresholdType::FINE);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_property.cpp | 77 case ThresholdType::FINE: in GetThresholdByThresholdType()
|
H A D | rs_property.h | 68 FINE, // 1.0f / 3072.0f enumerator
|