Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/effects/
DRadialWipeEffect.cpp40 const auto content_bounds = this->children()[0]->revalidate(ic, ctm); in onRevalidate() local
88 return content_bounds; in onRevalidate()
/external/skia/modules/sksg/src/
DSkSGRenderEffect.cpp116 const auto content_bounds = this->INHERITED::onRevalidate(ic, ctm); in onRevalidate() local
118 return filter ? filter->computeFastBounds(content_bounds) in onRevalidate()
119 : content_bounds; in onRevalidate()
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp1434 Rect content_bounds = m_window_sp->GetFrame(); in TerminalSizeChanged() local
1435 m_window_sp->SetBounds(content_bounds); in TerminalSizeChanged()
1437 menubar_window_sp->SetBounds(content_bounds.MakeMenuBar()); in TerminalSizeChanged()
1439 status_window_sp->SetBounds(content_bounds.MakeStatusBar()); in TerminalSizeChanged()
1448 content_bounds.VerticalSplitPercentage(0.80, source_variables_bounds, in TerminalSizeChanged()
1453 source_variables_bounds = content_bounds; in TerminalSizeChanged()
4271 Rect content_bounds = main_window_sp->GetFrame(); in Activate() local
4272 Rect menubar_bounds = content_bounds.MakeMenuBar(); in Activate()
4273 Rect status_bounds = content_bounds.MakeStatusBar(); in Activate()
4278 content_bounds.VerticalSplitPercentage(0.80, source_variables_bounds, in Activate()