Searched refs:responseAreaWidth (Results 1 – 3 of 3) sorted by relevance
103 auto responseAreaWidth = 0.0f; in Measure() local105 responseAreaWidth += pattern->GetCleanNodeResponseArea()->GetFrameSize().Width(); in Measure()108 responseAreaWidth += pattern->GetResponseArea()->GetFrameSize().Width(); in Measure()110 …frameSize.SetWidth(contentWidth + pattern->GetHorizontalPaddingAndBorderSum() + responseAreaWidth); in Measure()
156 auto responseAreaWidth = responseArea ? responseArea->GetAreaRect().Width() : 0.0f; in PaintUnderline() local158 … responseAreaWidth += clearNodeResponseArea ? clearNodeResponseArea->GetAreaRect().Width() : 0.0f; in PaintUnderline()159 auto hasResponseArea = GreatNotEqual(responseAreaWidth, 0.0f); in PaintUnderline()
3565 auto responseAreaWidth = (responseArea_ ? responseArea_->GetAreaRect().Width() : 0.0f) + in ChangeMouseState() local3575 if (GreatNotEqual(location.GetX(), frameRect_.Width() - responseAreaWidth)) { in ChangeMouseState()