Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds