/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/ |
H A D | rsanimation_fuzzer.cpp | 142 float third = GetData<float>(); in RsCurveAnimationFuzzTest() local 147 auto thirdProperty = std::make_shared<RSAnimatableProperty<float>>(third); in RsCurveAnimationFuzzTest() 173 float third = GetData<float>(); in RsKeyframeAnimationFuzzTest() local 178 auto thirdProperty = std::make_shared<RSAnimatableProperty<float>>(third); in RsKeyframeAnimationFuzzTest() 203 float third = GetData<float>(); in RsPathAnimationFuzzTest() local 213 auto thirdProperty = std::make_shared<RSAnimatableProperty<float>>(third); in RsPathAnimationFuzzTest() 268 float third = GetData<float>(); in RsSpringAnimationFuzzTest() local 273 auto thirdProperty = std::make_shared<RSAnimatableProperty<float>>(third); in RsSpringAnimationFuzzTest() 300 float third = GetData<float>(); in RsTransitionFuzzTest() local 304 auto thirdProperty = std::make_shared<RSAnimatableProperty<float>>(third); in RsTransitionFuzzTest() 348 float third = GetData<float>(); RsImplicitAnimatorFuzzTest() local 376 float third = GetData<float>(); RsImplicitAnimatorParamFuzzTest() local 450 float third = GetData<float>(); RSInterpolatingSpringAnimationFuzzTest() local [all...] |
/foundation/resourceschedule/memmgr/test/unittest/phone/ |
H A D | kernel_interface_test.cpp | 85 std::string third = "3"; in HWTEST_F() local 98 path = KernelInterface::GetInstance().JoinPath(first, second, third); in HWTEST_F() 99 EXPECT_EQ(path.compare(first + "/" + second + "/" + third), 0); in HWTEST_F() 100 path = KernelInterface::GetInstance().JoinPath(empty, second, third); in HWTEST_F() 101 EXPECT_EQ(path.compare(second + "/" + third), 0); in HWTEST_F() 102 path = KernelInterface::GetInstance().JoinPath(first, empty, third); in HWTEST_F() 103 EXPECT_EQ(path.compare(first + "/" + third), 0); in HWTEST_F() 107 path = KernelInterface::GetInstance().JoinPath(empty, empty, third); in HWTEST_F() 108 EXPECT_EQ(path.compare(third), 0); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_attraction_effect_filter.cpp | 126 pathList.push_back(LerpPoint(topLeft, topRight, 0.67f, 0.33f)); // 1:top one third in CalculateCubicsCtrlPointOffset() 129 pathList.push_back(LerpPoint(topRight, bottomRight, 0.67f, 0.33f)); // 4:right one third in CalculateCubicsCtrlPointOffset() 133 pathList.push_back(LerpPoint(bottomLeft, bottomRight, 0.67f, 0.33f)); // 8:bottom one third in CalculateCubicsCtrlPointOffset() 136 pathList.push_back(LerpPoint(topLeft, bottomLeft, 0.67f, 0.33f)); // 11:left one third in CalculateCubicsCtrlPointOffset() 238 // Find the third division point in GetWindowInitCtrlPoints() 239 float third = 1.0f / 3.0f; in GetWindowInitCtrlPoints() local 241 float widthOneThird = canvasWidth * third; in GetWindowInitCtrlPoints() 243 float heightOneThird = canvasHeight * third; in GetWindowInitCtrlPoints()
|
/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | itypes_util.h | 389 T third; in Unmarshalling() local 390 if (!ITypesUtil::Unmarshalling(third, parcel)) { in Unmarshalling() 393 val = { first, second, third }; in Unmarshalling()
|
/foundation/arkui/ace_engine/adapter/ohos/capability/html/ |
H A D | span_to_html.cpp | 80 char third = color[2]; in ToHtmlColor() local 84 color.push_back(third); in ToHtmlColor()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_pattern.cpp | 596 auto processDateNode = [&children](RefPtr<UINode>& first, RefPtr<UINode>& second, RefPtr<UINode>& third) { in OrderAllChildNode() 602 third = *iter; in OrderAllChildNode() 603 CHECK_NULL_VOID(third); in OrderAllChildNode() 1361 auto processDateNode = [&children](RefPtr<UINode>& first, RefPtr<UINode>& second, RefPtr<UINode>& third) { in OrderCurrentLunarDate() 1367 third = *iter; in OrderCurrentLunarDate() 1368 CHECK_NULL_VOID(third); in OrderCurrentLunarDate() 1454 auto processDateNode = [&children](RefPtr<UINode>& first, RefPtr<UINode>& second, RefPtr<UINode>& third) { in OrderCurrentDateByYearMonthDayColumn() 1460 third = *iter; in OrderCurrentDateByYearMonthDayColumn() 1461 CHECK_NULL_VOID(third); in OrderCurrentDateByYearMonthDayColumn()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | render_node_modifier.cpp | 110 Dimension third = Dimension(rotationZ, unit); in SetRotation() local 111 renderContext->SetRotation(first.ConvertToPx(), second.ConvertToPx(), third.ConvertToPx()); in SetRotation()
|