Home
last modified time | relevance | path

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

/reactos/base/applications/rapps/include/
H A Drosui.h201 ComputeMeasure(INT parent, INT content) in ComputeMeasure() function
461 INT preferredWidth = m_Width.ComputeMeasure(parentRect.right - parentRect.left, content.cx); in OnParentSize()
462 … INT preferredHeight = m_Height.ComputeMeasure(parentRect.bottom - parentRect.top, content.cy); in OnParentSize()
672 INT preferredWidth = m_Width.ComputeMeasure(parentRect.right - parentRect.left, content.cx); in OnParentSize()
673 … INT preferredHeight = m_Width.ComputeMeasure(parentRect.bottom - parentRect.top, content.cy); in OnParentSize()