Home
last modified time | relevance | path

Searched defs:node (Results 26 - 50 of 2950) sorted by relevance

12345678910>>...118

/third_party/skia/modules/sksg/src/
H A DSkSGNodePriv.h19 static bool HasInval(const sk_sp<Node>& node) { return node->hasInval(); } in HasInval() argument
/third_party/skia/experimental/skrive/tests/
H A DDomTypes.cpp12 void check_type(skiatest::Reporter* reporter, const sk_sp<U>& node, bool expected) { in check_type() argument
19 auto node = sk_make_sp<skrive::Node>(); in DEF_TEST() local
29 auto node in DEF_TEST() local
39 auto node = sk_make_sp<skrive::ColorPaint>(SkPaint::Style::kFill_Style); DEF_TEST() local
51 auto node = sk_make_sp<skrive::Ellipse>(); DEF_TEST() local
[all...]
/third_party/skia/modules/svg/include/
H A DSkSVGFe.h20 static bool IsFilterEffect(const sk_sp<SkSVGNode>& node) { in IsFilterEffect() argument
/base/startup/init/services/loopevent/idle/
H A Dle_idle.h27 ListNode node; member
/base/security/huks/utils/list/
H A Dhks_double_list.c22 void InitializeDoubleList(struct DoubleList *node) in InitializeDoubleList() argument
32 void AddNodeAfterDoubleListHead(struct DoubleList *head, struct DoubleList *node) in AddNodeAfterDoubleListHead() argument
48 AddNodeAtDoubleListTail(struct DoubleList *head, struct DoubleList *node) AddNodeAtDoubleListTail() argument
64 RemoveDoubleListNode(struct DoubleList *node) RemoveDoubleListNode() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/
H A Dgrid_row_layout_pattern.cpp38 void GridRowLayoutPattern::OnDetachFromFrameNode(FrameNode* node) in OnDetachFromFrameNode() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom_frame_node/
H A Dcustom_pattern.h32 auto node = GetHost(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_title_node.cpp21 auto node = MakeRefPtr<CustomTitleNode>(nodeId, viewKey); in CreateCustomTitleNode() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dresponse_ctrl.cpp34 auto node = frameNode.Upgrade(); in TrySetFirstResponse() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/root/
H A Droot_scene_node.h29 auto node = ElementRegister::GetInstance()->GetSpecificItemById<RootSceneNode>(nodeId); in GetOrCreateRootSceneNode() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_canvas_modifier.cpp21 void SetCanvasOnReady(ArkUINodeHandle node, void* extraParam) in SetCanvasOnReady() argument
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/factories/
H A Drender_node_factory.cpp35 bool RenderNodeFactory::Recycle(RenderNode* node) in Recycle() argument
47 auto node = *(nodeCache_.rbegin()); in GetNodeFromCache() local
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dlight.h65 explicit Light(const INode::Ptr& node) in Light() argument
74 explicit Light(const ILight::Ptr& node) in Light() argument
H A Dview_node.h66 ViewNode(const INode::Ptr& node) in ViewNode() argument
75 ViewNode(const IViewNode::Ptr& node) in ViewNode() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_effect_node_command.cpp27 auto node = std::shared_ptr<RSEffectRenderNode>(new RSEffectRenderNode(id, in Create() local
/foundation/resourceschedule/ffrt/src/util/
H A Dlinked_list.h88 Delete(node); global() variable
96 Delete(node); global() variable
221 InsertAfter(&node); global() variable
226 InsertAfter(node); global() variable
231 InsertBefore(&node); global() variable
236 InsertBefore(node); global() variable
[all...]
/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_normalize_request.h35 ListNode node; member
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/include/
H A Dtrans_tcp_direct_listener.h26 ListNode node; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dstore_debug_info.cpp29 bool StoreDebugInfo::FileInfo::Unmarshal(const Serializable::json &node) in Unmarshal() argument
46 Unmarshal(const Serializable::json &node) Unmarshal() argument
[all...]
H A Dmeta_data.cpp27 bool MetaData::Unmarshal(const json &node) in Unmarshal() argument
H A Dcapability_range.cpp26 bool CapabilityRange::Unmarshal(const json &node) in Unmarshal() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/model/
H A Dprotocol_config.cpp27 bool ProtocolConfig::Unmarshal(const json &node) in Unmarshal() argument
H A Dchecker_config.cpp29 bool CheckerConfig::Trust::Unmarshal(const json &node) in Unmarshal() argument
50 Unmarshal(const json &node) Unmarshal() argument
71 Unmarshal(const Serializable::json &node) Unmarshal() argument
[all...]
H A Dglobal_config.cpp35 Unmarshal(const json &node) Unmarshal() argument
[all...]
H A Dcomponent_config.cpp31 bool ComponentConfig::Unmarshal(const json &node) in Unmarshal() argument
[all...]

Completed in 5 milliseconds

12345678910>>...118