Searched refs:ContentsRegionRect (Results 1 – 2 of 2) sorted by relevance
3286 …scroll_amount = (float)(int)ImMin(scroll_amount, (scroll_window->ContentsRegionRect.GetHeight() + … in UpdateMouseWheel()5309 … window->ContentsRegionRect.Min.x = window->Pos.x - window->Scroll.x + window->WindowPadding.x; in Begin()5310 …window->ContentsRegionRect.Min.y = window->Pos.y - window->Scroll.y + window->WindowPadding.y + wi… in Begin()5311 …window->ContentsRegionRect.Max.x = window->Pos.x - window->Scroll.x - window->WindowPadding.x + (w… in Begin()5312 …window->ContentsRegionRect.Max.y = window->Pos.y - window->Scroll.y - window->WindowPadding.y + (w… in Begin()6236 ImVec2 mx = window->ContentsRegionRect.Max - window->Pos; in GetContentRegionMax()6257 return window->ContentsRegionRect.Min - window->Pos; in GetWindowContentRegionMin()6263 return window->ContentsRegionRect.Max - window->Pos; in GetWindowContentRegionMax()6269 return window->ContentsRegionRect.GetWidth(); in GetWindowContentRegionWidth()
1181 …ImRect ContentsRegionRect; // FIXME: This is currently confusing/… member