Home
last modified time | relevance | path

Searched refs:TransformType (Results 1 – 6 of 6) sorted by relevance

/test/xts/hats/hdf/display/composer/common/
Dhdi_test_layer.h87 void SetTransform(TransformType transform);
109 TransformType transform_ = ROTATE_NONE;
Ddisplay_test_utils.h67 TransformType rotate = ROTATE_NONE;
Dhdi_test_layer.cpp259 void HdiTestLayer::SetTransform(TransformType transform) in SetTransform()
/test/xts/hats/hdf/display/composer/unittest/
Dhdi_composer_ut.cpp813 TransformType type = TransformType::ROTATE_90;
817 type = TransformType::ROTATE_180;
821 type = TransformType::ROTATE_270;
1371 TransformType type = TransformType::MIRROR_H;
1375 type = TransformType::MIRROR_V;
1407 TransformType type = TransformType::MIRROR_H_ROTATE_90;
1411 type = TransformType::MIRROR_V_ROTATE_90;
1443 TransformType type = TransformType::ROTATE_BUTT;
2214 TransformType type = TransformType::ROTATE_NONE;
/test/xts/hats/hdf/display/composer/benchmark/
Ddisplay_benchmark_test.cpp975 TransformType type = TransformType::ROTATE_90; in BENCHMARK_F()
979 type = TransformType::ROTATE_180; in BENCHMARK_F()
983 type = TransformType::ROTATE_270; in BENCHMARK_F()
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow2.cpp84 int32_t TransformType[] = { variable
562 for (int i = 0; i < sizeof(TransformType)/sizeof(TransformType[0]); ++i) { in testNativeWindowNativeWindowHandleOptSetGetTransformNormal()
564 …t32_t flag1 = OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, SET_TRANSFORM, TransformType[i]); in testNativeWindowNativeWindowHandleOptSetGetTransformNormal()
570 if (TransformType[i] != getTransformType) { in testNativeWindowNativeWindowHandleOptSetGetTransformNormal()