Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp3982 auto paintRectf = renderContext->GetPaintRectWithoutTransform(); in PreLayout() local
3983 if (LessOrEqual(static_cast<uint32_t>(paintRectf.Width()), 0) || in PreLayout()
3984 LessOrEqual(static_cast<uint32_t>(paintRectf.Height()), 0)) { in PreLayout()
3985 TAG_LOGW(AceLogTag::ACE_WINDOW, "width:%{public}f, height:%{public}f", paintRectf.Width(), in PreLayout()
3986 paintRectf.Height()); in PreLayout()