Searched defs:SetFrame (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_proxy_node.h | 54 void SetFrame(const Vector4f& frame) override {} in SetFrame() function 55 void SetFrame(float positionX, float positionY, float width, float height) override {} in SetFrame() function
|
H A D | rs_node.cpp | 688 void RSNode::SetFrame(const Vector4f& bounds) in SetFrame() function in OHOS::Rosen::RSNode 693 void RSNode::SetFrame(float positionX, float positionY, float width, float height) in SetFrame() function in OHOS::Rosen::RSNode
|
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/ |
H A D | log_parse.cpp | 291 void LogParse::SetFrame(std::stack<std::string>& stack, std::map<std::string, std::string>& eventIn… in SetFrame() function in OHOS::HiviewDFX::LogParse
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | render_node_modifier.cpp | 228 void SetFrame( in SetFrame() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_render_node_bridge.cpp | 507 ArkUINativeModuleValue RenderNodeBridge::SetFrame(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetFrame() function in OHOS::Ace::NG::RenderNodeBridge
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_context.h | 333 virtual void SetFrame(float positionX, float positionY, float width, float height) {} in SetFrame() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 344 void RSProperties::SetFrame(Vector4f frame) in SetFrame() function in OHOS::Rosen::RSProperties
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 6274 void RosenRenderContext::SetFrame(float positionX, float positionY, float width, float height) function in OHOS::Ace::NG::RosenRenderContext
|