Home
last modified time | relevance | path

Searched refs:textureMapper_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_texture_mapper/
H A Dui_test_texture_mapper.cpp55 textureMapper_ = new UITextureMapper(); in SetUp()
57 textureMapper_->SetSrc(RED_IMAGE_PATH); in SetUp()
58 textureMapper_->SetRotateStart(0); in SetUp()
65 uiViewGroupFrame->Add(textureMapper_); in SetUp()
66 textureMapper_->LayoutCenterOfParent(); in SetUp()
86 textureMapper_ = nullptr; in TearDown()
218 textureMapper_->Reset(); in OnClick()
247 textureMapper_->SetScaleEnd(g_scaleEnd); in ExpandClick()
263 textureMapper_->Start(); in ExpandClick()
265 textureMapper_->Reset(); in ExpandClick()
[all …]
H A Dui_test_texture_mapper.h88 UITextureMapper* textureMapper_ = nullptr; variable