Home
last modified time | relevance | path

Searched refs:invert (Results 1 - 4 of 4) sorted by relevance

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/
H A Dcustomcomponent_invert_test.cpp38 float invert = 0.5; in TestCustomComponentInvert002() local
39 ArkUI_NumberValue value[] = {{.f32 = invert}}; in TestCustomComponentInvert002()
43 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_INVERT)->value[PARAM_0].f32, invert); in TestCustomComponentInvert002()
50 float invert = 0.8; in TestCustomComponentInvert003() local
51 ArkUI_NumberValue value[] = {{.f32 = invert}}; in TestCustomComponentInvert003()
55 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_INVERT)->value[PARAM_0].f32, invert); in TestCustomComponentInvert003()
62 float invert = 1.0; in TestCustomComponentInvert004() local
63 ArkUI_NumberValue value[] = {{.f32 = invert}}; in TestCustomComponentInvert004()
67 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_INVERT)->value[PARAM_0].f32, invert); in TestCustomComponentInvert004()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/
H A Dcommonattrs_invert_test.cpp38 float invert = 0.5; in TestCommonAttrsInvert002() local
39 ArkUI_NumberValue value[] = {{.f32 = invert}}; in TestCommonAttrsInvert002()
43 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_INVERT)->value[PARAM_0].f32, invert); in TestCommonAttrsInvert002()
50 float invert = 0.8; in TestCommonAttrsInvert003() local
51 ArkUI_NumberValue value[] = {{.f32 = invert}}; in TestCommonAttrsInvert003()
55 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_INVERT)->value[PARAM_0].f32, invert); in TestCommonAttrsInvert003()
62 float invert = 1.0; in TestCommonAttrsInvert004() local
63 ArkUI_NumberValue value[] = {{.f32 = invert}}; in TestCommonAttrsInvert004()
67 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_INVERT)->value[PARAM_0].f32, invert); in TestCommonAttrsInvert004()
/test/testfwk/arkxtest/uitest/record/
H A Dleast_square_impl.cpp62 Matrix3 invert; in GetLSMParams() local
64 if (!(transpose * matrixn3).Invert(invert)) { in GetLSMParams()
65 LOG_E("fail to invert"); in GetLSMParams()
68 auto matrix3n = invert * transpose; in GetLSMParams()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
H A Darkoala_api.h1427 void (*setInvert)(ArkUINodeHandle node, ArkUI_Float32* invert, ArkUI_Int32 length);

Completed in 19 milliseconds