Home
last modified time | relevance | path

Searched refs:UpdateLocalValues (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/
H A DColorProxy.h24 void UpdateLocalValues() override;
H A DQuatProxy.h25 void UpdateLocalValues() override;
H A DVec2Proxy.h26 void UpdateLocalValues() override;
H A DVec3Proxy.h25 void UpdateLocalValues() override;
H A DVec4Proxy.h26 void UpdateLocalValues() override;
H A DObjectProxy.h33 void UpdateLocalValues() override;
H A DPropertyProxy.h41 virtual void UpdateLocalValues() = 0;
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DVec2Proxy.cpp29 void Vec2Proxy::UpdateLocalValues() in UpdateLocalValues() function in Vec2Proxy
H A DColorProxy.cpp27 void ColorProxy::UpdateLocalValues() in UpdateLocalValues() function in ColorProxy
H A DQuatProxy.cpp29 void QuatProxy::UpdateLocalValues() in UpdateLocalValues() function in QuatProxy
H A DVec3Proxy.cpp28 void Vec3Proxy::UpdateLocalValues() in UpdateLocalValues() function in Vec3Proxy
H A DObjectProxy.cpp102 void ObjectProxy::UpdateLocalValues() {} in UpdateLocalValues() function in ObjectProxy
H A DVec4Proxy.cpp31 void Vec4Proxy::UpdateLocalValues() in UpdateLocalValues() function in Vec4Proxy
H A DPropertyProxy.cpp55 UpdateLocalValues(); in UpdateLocal()