Searched refs:GetNodeType (Results 1 - 11 of 11) sorted by relevance
/foundation/graphic/graphic_3d/kits/js/include/ |
H A D | NodeImpl.h | 36 napi_value GetNodeType(NapiApi::FunctionContext<>& fc);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | frame_node_modifier.cpp | 325 ArkUI_CharPtr GetNodeType(ArkUINodeHandle node) in GetNodeType() function 559 GetInspectorId, GetNodeType, IsVisible, IsAttached, GetInspectorInfo, GetFrameNodeById, GetFrameNodeByUniqueId, in GetFrameNodeModifier() 574 GetMeasuredSize, GetLayoutPosition, GetInspectorId, GetNodeType, IsVisible, IsAttached, GetInspectorInfo, in GetCJUIFrameNodeModifier()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_frame_node_bridge.h | 72 static ArkUINativeModuleValue GetNodeType(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_frame_node_bridge.cpp | 1240 ArkUINativeModuleValue FrameNodeBridge::GetNodeType(ArkUIRuntimeCallInfo* runtimeCallInfo)
|
H A D | arkts_native_api_impl_bridge.cpp | 3736 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), FrameNodeBridge::GetNodeType)); in RegisterFrameNodeAttributes()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/ |
H A D | rs_display_render_params.cpp | 164 if (ptr == nullptr || ptr->GetNodeType() != RSRenderNodeType::SURFACE_NODE) { in OnSync()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_render_node_drawable_adapter.h | 111 inline RSRenderNodeType GetNodeType() const in GetNodeType() function in OHOS::Rosen::DrawableV2::SkipType::RSRenderNodeDrawableAdapter
|
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | NodeImpl.cpp | 79 props.push_back(TROGetProperty<BASE_NS::string, NodeImpl, &NodeImpl::GetNodeType>("nodeType")); in GetPropertyDescs() 144 napi_value NodeImpl::GetNodeType(NapiApi::FunctionContext<>& ctx) in GetNodeType() function in NodeImpl
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uifirst_manager.cpp | 642 if (uifirstRootNodeDrawable && uifirstRootNodeDrawable->GetNodeType() == RSRenderNodeType::SURFACE_NODE) { in GetUifirstCachedState() 1598 if (!uifirstRootNodeDrawable || uifirstRootNodeDrawable->GetNodeType() != RSRenderNodeType::SURFACE_NODE) { in CheckAndWaitPreFirstLevelDrawableNotify()
|
H A D | rs_uni_render_composer_adapter.cpp | 1507 if (drawable.GetNodeType() != RSRenderNodeType::SURFACE_NODE) { in GetSurfaceNodeRotation()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_display_render_node_drawable.cpp | 499 if (adapter == nullptr || adapter->GetNodeType() != RSRenderNodeType::SURFACE_NODE) { in CheckAndUpdateFilterCacheOcclusion()
|
Completed in 28 milliseconds