Searched refs:IsRowDirection (Results 1 – 1 of 1) sorted by relevance
110 return IsRowDirection() ? T(mainValue, crossValue) : T(crossValue, mainValue); in MakeValue()115 IsRowDirection() ? size.SetWidth(mainValue) : size.SetHeight(mainValue); in SetMainSize()120 IsRowDirection() ? size.SetHeight(crossValue) : size.SetWidth(crossValue); in SetCrossSize()125 return IsRowDirection() ? size.Width() : size.Height(); in GetMainSize()130 return IsRowDirection() ? size.Height() : size.Width(); in GetCrossSize()135 return IsRowDirection() ? offset.GetX() : offset.GetY(); in GetMainPosition()138 bool IsRowDirection() const in IsRowDirection() function