Searched refs:paintRectf (Results 1 – 1 of 1) sorted by relevance
3982 auto paintRectf = renderContext->GetPaintRectWithoutTransform(); in PreLayout() local3983 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()