Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dcomponent_snapshot.cpp141 bool CheckImageSuccessfullyLoad(const RefPtr<UINode>& node, int32_t& imageCount) in CheckImageSuccessfullyLoad() function
171 if (!CheckImageSuccessfullyLoad(child, imageCount)) { in CheckImageSuccessfullyLoad()
245 bool checkImage = CheckImageSuccessfullyLoad(node, imageCount); in Get()
328 if (param.checkImageStatus && !CheckImageSuccessfullyLoad(node, imageCount)) { in BuilerTask()
434 bool checkImage = CheckImageSuccessfullyLoad(node, imageCount); in CreateSync()