Searched refs:wantHeight (Results 1 – 1 of 1) sorted by relevance
338 int32 wantHeight = fFrame.IntegerHeight() + y; in ResizeBy() local351 if (wantHeight < window->fMinHeight) in ResizeBy()352 wantHeight = window->fMinHeight; in ResizeBy()353 if (wantHeight > window->fMaxHeight) in ResizeBy()354 wantHeight = window->fMaxHeight; in ResizeBy()359 y = wantHeight - fFrame.IntegerHeight(); in ResizeBy()402 float wantHeight = fFrame.IntegerHeight() + delta.y; in SetOutlinesDelta() local415 if (wantHeight < window->fMinHeight) in SetOutlinesDelta()416 wantHeight = window->fMinHeight; in SetOutlinesDelta()417 if (wantHeight > window->fMaxHeight) in SetOutlinesDelta()[all …]