Home
last modified time | relevance | path

Searched refs:tc (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_info.h60 bool operator==(TransformConfig tc) in operator ==()
62 return scaleX = tc.scaleX && scaleY == tc.scaleY && centerX == tc.centerX && centerY == tc.centerY && in operator ==()
63 offsetX == tc.offsetX && offsetY == tc.offsetY && translateX == tc.translateX && in operator ==()
64 translateY == tc.translateY && degree == tc in operator ==()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/adapter/skia_txt/
H A Drun_test.cpp49 auto tc = OHOS::Rosen::TypographyCreate::Create(ts, fc); in SetUp() local
50 ASSERT_NE(tc, nullptr); in SetUp()
51 tc->AppendText(u"12345"); in SetUp()
52 typography_ = tc->CreateTypography(); in SetUp()
67 * @tc.name: RunTest001
68 * @tc.desc: test for GetFont
69 * @tc.type: FUNC
79 * @tc.name: RunTest002
80 * @tc.desc: test for GetGlyphCount
81 * @tc
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.cpp134 TransformComponent tc; local
135 tc.position = position;
136 tc.rotation = rotation;
137 tcm->Set(camera, tc);
271 TransformComponent tc; in CreateLight() local
272 tc.position = position; in CreateLight()
273 tc.rotation = rotation; in CreateLight()
274 tcm->Set(light, tc); in CreateLight()
H A Dpicking.cpp192 const TransformComponent tc = transformComponentManager.Get(transformId); in UpdateRecursiveAABB() local
193 const Math::Mat4X4 localMatrix = Math::Trs(tc.position, tc.rotation, tc.scale); in UpdateRecursiveAABB()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dshared_ptr.h335 auto tc = p.control_; in swap() local
339 this->control_ = tc; in swap()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Ddns_checker.cpp42 unsigned char tc : 1; member
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1472 CORE3D_NS::TransformComponent tc; in UpdateLights() local
1473 tc.position = position; in UpdateLights()
1474 tc.rotation = rotation; in UpdateLights()
1475 transformManager_->Set(lightEntities_.at(i), tc); in UpdateLights()
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dvector.h548 const auto tc = capacity_; variable
550 other.capacity_ = tc;
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp556 TransformComponent tc; in CreateCamera() local
557 tc.position = Math::Vec3(0.0f, 0.0f, 2.5f); in CreateCamera()
558 tc.rotation = {}; in CreateCamera()
559 tcm->Set(entity, tc); in CreateCamera()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp759 for (const auto& tc : texcoords) { in GatherErrorStrings()
760 error += tc.error; in GatherErrorStrings()

Completed in 19 milliseconds