Searched refs:imageNodes (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | gesture_event_hub.cpp | 2046 std::list<RefPtr<FrameNode>> imageNodes; in PrintBuilderNode() local 2048 PrintIfImageNode(customNode, depth, hasImageNode, imageNodes); in PrintBuilderNode() 2049 CheckImageDecode(imageNodes); in PrintBuilderNode() 2050 imageNodes.clear(); in PrintBuilderNode() 2054 …<UINode>& builderNode, int32_t depth, bool& hasImageNode, std::list<RefPtr<FrameNode>>& imageNodes) in PrintIfImageNode() argument 2065 imageNodes.push_back(frameNode); in PrintIfImageNode() 2073 PrintIfImageNode(child, depth + 1, hasImageNode, imageNodes); in PrintIfImageNode() 2077 void GestureEventHub::CheckImageDecode(std::list<RefPtr<FrameNode>>& imageNodes) in CheckImageDecode() argument 2079 if (imageNodes.empty()) { in CheckImageDecode() 2083 for (const auto& imageNode : imageNodes) { in CheckImageDecode()
|
H A D | gesture_event_hub.h | 721 …UINode>& builderNode, int32_t depth, bool& hasImageNode, std::list<RefPtr<FrameNode>>& imageNodes); 722 static void CheckImageDecode(std::list<RefPtr<FrameNode>>& imageNodes);
|